mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
51 lines
1.6 KiB
XML
51 lines
1.6 KiB
XML
<?xml version="1.0"?>
|
|
<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:provider>
|
|
<NC:nsIMsgAccount about="domain:aol.com">
|
|
|
|
<!-- server info -->
|
|
<NC:incomingServer>
|
|
<NC:nsIMsgIncomingServer>
|
|
<NC:prettyName>AOL account</NC:prettyName>
|
|
<NC:hostName>imap.aol.com</NC:hostName>
|
|
<NC:type>imap</NC:type>
|
|
<NC:rememberPassword>false</NC:rememberPassword>
|
|
<NC:redirectorType>aol</NC:redirectorType>
|
|
</NC:nsIMsgIncomingServer>
|
|
</NC:incomingServer>
|
|
|
|
<!-- identity defaults -->
|
|
<NC:identity>
|
|
<NC:nsIMsgIdentity>
|
|
<NC:composeHtml>false</NC:composeHtml>
|
|
</NC:nsIMsgIdentity>
|
|
</NC:identity>
|
|
|
|
<NC:smtp>
|
|
<NC:nsISmtpServer>
|
|
<NC:hostname>smtp.aol.com</NC:hostname>
|
|
<NC:redirectorType>aol</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>AOL</NC:wizardShortName>
|
|
<NC:wizardLongName>America Online</NC:wizardLongName>
|
|
<NC:wizardPromote>true</NC:wizardPromote>
|
|
</NC:nsIMsgAccount>
|
|
</NC:provider>
|
|
</RDF:Description>
|
|
|
|
</RDF:RDF>
|