gecko-dev/mailnews/base/ispdata/nswebmail.rdf

75 строки
2.9 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE RDF
[
<!ENTITY webmail.wizardLongName "Netscape Webmail (For example, jsmith@netscape.net)">
<!ENTITY webmail.emailIDFieldTitle "User Name:">
<!ENTITY webmail.emailIDDescription "user name">
<!ENTITY webmail.prettyName "Netscape Webmail">
]
>
<RDF:RDF
xmlns:NC="http://home.netscape.com/NC-rdf#"
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<RDF:Description about="NC:ispinfo">
<NC:providers>
<NC:nsIMsgAccount about="domain:netscape.net">
<!-- server info -->
<NC:incomingServer>
<NC:nsIMsgIncomingServer>
<NC:prettyName>&webmail.prettyName;</NC:prettyName>
<NC:hostName>imap.mail.netcenter.com</NC:hostName>
<NC:type>imap</NC:type>
<NC:rememberPassword>false</NC:rememberPassword>
<NC:redirectorType>netscape</NC:redirectorType>
<NC:offlineSupportLevel>10</NC:offlineSupportLevel>
<NC:defaultCopiesAndFoldersPrefsToServer>false</NC:defaultCopiesAndFoldersPrefsToServer>
<NC:isSecureServer>false</NC:isSecureServer>
</NC:nsIMsgIncomingServer>
</NC:incomingServer>
<!-- identity defaults -->
<NC:identity>
<NC:nsIMsgIdentity>
<NC:composeHtml>true</NC:composeHtml>
<NC:doFcc>false</NC:doFcc>
<NC:attachSignature>true</NC:attachSignature>
</NC:nsIMsgIdentity>
</NC:identity>
<NC:smtp>
<NC:nsISmtpServer>
<NC:hostname>smtp.netscape.net</NC:hostname>
<NC:redirectorType>netscape</NC:redirectorType>
</NC:nsISmtpServer>
</NC:smtp>
<!-- other options... see http://www.mozilla.org/mailnews/?? -->
<NC:smtpRequiresUsername>true</NC:smtpRequiresUsername>
<NC:smtpCreateNewServer>true</NC:smtpCreateNewServer>
<NC:smtpUsePreferredServer>true</NC:smtpUsePreferredServer>
<NC:wizardSkipPanels>true</NC:wizardSkipPanels>
<NC:wizardShortName>WebMail</NC:wizardShortName>
<NC:wizardLongName>&webmail.wizardLongName;</NC:wizardLongName>
<NC:wizardShow>true</NC:wizardShow>
<NC:wizardPromote>true</NC:wizardPromote>
<NC:emailProviderName>Netscape.com</NC:emailProviderName>
<NC:sampleEmail>username@netscape.net</NC:sampleEmail>
<NC:sampleUserName>username</NC:sampleUserName>
<NC:emailIDDescription>&webmail.emailIDDescription;</NC:emailIDDescription>
<NC:emailIDFieldTitle>&webmail.emailIDFieldTitle;</NC:emailIDFieldTitle>
<NC:showServerDetailsOnWizardSummary>false</NC:showServerDetailsOnWizardSummary>
<NC:signatureFileName>webMailSignature.html</NC:signatureFileName>
<NC:useOverlayPanels>true</NC:useOverlayPanels>
<NC:createNewAccount>true</NC:createNewAccount>
</NC:nsIMsgAccount>
</NC:providers>
</RDF:Description>
</RDF:RDF>