mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01:00
57 lines
2.0 KiB
XML
57 lines
2.0 KiB
XML
<?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">
|
|
|
|
<!-- imap 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:port>993</NC:port>
|
|
<NC:socketType>3</NC:socketType>
|
|
</NC:nsIMsgIncomingServer>
|
|
</NC:incomingServer>
|
|
|
|
<!-- smtp server info -->
|
|
<NC:smtp>
|
|
<NC:nsISmtpServer>
|
|
<NC:hostname>smtp.mac.com</NC:hostname>
|
|
<NC:description>.Mac</NC:description>
|
|
<NC:trySSL>2</NC:trySSL>
|
|
</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: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>
|