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

56 строки
2.0 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:providers>
<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:ServerType-pop3>
<NC:nsIPopIncomingServer>
<NC:leaveMessagesOnServer>true</NC:leaveMessagesOnServer>
<NC:deleteMailLeftOnServer>false</NC:deleteMailLeftOnServer>
</NC:nsIPopIncomingServer>
</NC:ServerType-pop3>
</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:wizardSkipPanels>false</NC:wizardSkipPanels>
<NC:wizardShortName>fred</NC:wizardShortName>
<NC:wizardLongName>Fred's ISP</NC:wizardLongName>
<NC:wizardPromote>true</NC:wizardPromote>
<NC:wizardShow>true</NC:wizardShow>
<NC:emailProviderName>Fred's ISP</NC:emailProviderName>
<NC:sampleEmail>username@fred.com</NC:sampleEmail>
<NC:sampleUserName>username</NC:sampleUserName>
<NC:emailIDDescription>user name</NC:emailIDDescription>
<NC:emailIDFieldTitle>User Name:</NC:emailIDFieldTitle>
<NC:showServerDetailsOnWizardSummary>false</NC:showServerDetailsOnWizardSummary>
</NC:nsIMsgAccount>
</NC:providers>
</RDF:Description>
</RDF:RDF>