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

54 строки
1.9 KiB
Plaintext
Исходник Обычный вид История

<?xml version="1.0"?>
<!DOCTYPE RDF>
<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:mac.com">
<!-- pop3 server info -->
<NC:incomingServer>
<NC:nsIMsgIncomingServer>
<NC:prettyName>.Mac</NC:prettyName>
<NC:hostName>mail.mac.com</NC:hostName>
<NC:type>imap</NC:type>
<NC:rememberPassword>true</NC:rememberPassword>
</NC:nsIMsgIncomingServer>
</NC:incomingServer>
<!-- smtp server info -->
<NC:smtp>
<NC:nsISmtpServer>
<NC:hostname>smtp.mac.com</NC:hostname>
</NC:nsISmtpServer>
</NC:smtp>
<NC:smtpRequiresUsername>true</NC:smtpRequiresUsername>
<NC:smtpCreateNewServer>true</NC:smtpCreateNewServer>
<NC:smtpUsePreferredServer>true</NC:smtpUsePreferredServer>
<!-- identity defaults -->
<NC:identity>
<NC:nsIMsgIdentity>
<NC:composeHtml>true</NC:composeHtml>
<NC:doFcc>false</NC:doFcc>
</NC:nsIMsgIdentity>
</NC:identity>
<!-- other options -->
<NC:wizardSkipPanels>true</NC:wizardSkipPanels>
<NC:wizardShortName>.Mac</NC:wizardShortName>
<NC:wizardLongName>.Mac</NC:wizardLongName>
<NC:wizardShow>true</NC:wizardShow>
<NC:wizardPromote>true</NC:wizardPromote>
<NC:emailProviderName>.Mac</NC:emailProviderName>
<NC:sampleEmail>steve@mac.com</NC:sampleEmail>
<NC:sampleUserName>steve</NC:sampleUserName>
<NC:emailIDDescription>.Mac username:</NC:emailIDDescription>
<NC:showServerDetailsOnWizardSummary>true</NC:showServerDetailsOnWizardSummary>
</NC:nsIMsgAccount>
</NC:providers>
</RDF:Description>
</RDF:RDF>