mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
42 lines
1.3 KiB
XML
42 lines
1.3 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:fred.com">
|
|
|
|
<!-- server info -->
|
|
<NC:incomingServer>
|
|
<NC:nsIMsgIncomingServer>
|
|
<NC:prettyName>Fred's account</NC:prettyName>
|
|
<NC:hostName>pop3.fred.com</NC:hostName>
|
|
<NC:type>pop3</NC:type>
|
|
<NC:port>1111</NC:port>
|
|
<NC:username>fred</NC:username>
|
|
<NC:rememberPassword>false</NC:rememberPassword>
|
|
</NC:nsIMsgIncomingServer>
|
|
</NC:incomingServer>
|
|
|
|
<!-- identity defaults -->
|
|
<NC:identity>
|
|
<NC:nsIMsgIdentity>
|
|
<NC:composeHtml>false</NC:composeHtml>
|
|
<NC:bccSelf>true</NC:bccSelf>
|
|
<NC:bccList>alecf@usa.net</NC:bccList>
|
|
</NC:nsIMsgIdentity>
|
|
</NC:identity>
|
|
|
|
<!-- other options... see http://www.mozilla.org/mailnews/?? -->
|
|
|
|
<NC:wizardShortName>fred</NC:wizardShortName>
|
|
<NC:wizardLongName>Fred's ISP</NC:wizardLongName>
|
|
<NC:wizardPromote>true</NC:wizardPromote>
|
|
|
|
</NC:nsIMsgAccount>
|
|
</NC:provider>
|
|
</RDF:Description>
|
|
|
|
</RDF:RDF>
|