home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / deflenus.xpi / bin / defaults / isp / aol.rdf next >
Extensible Markup Language  |  2001-09-18  |  3KB  |  73 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!DOCTYPE RDF 
  4.  [
  5.   <!ENTITY aol.wizardLongName         "AOL account (For example, jsmith@aol.com)">
  6.   <!ENTITY aol.emailIDFieldTitle      "Screen Name:">
  7.   <!ENTITY aol.emailIDDescription     "screen name">
  8.   <!ENTITY aol.prettyName     "AOL Mail">
  9.  ]
  10. >
  11.  
  12. <RDF:RDF
  13.     xmlns:NC="http://home.netscape.com/NC-rdf#"
  14.     xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  15.  
  16.   <RDF:Description about="NC:ispinfo">
  17.     <NC:providers>
  18.       <NC:nsIMsgAccount about="domain:aol.com">
  19.  
  20.         <!-- server info -->
  21.         <NC:incomingServer>
  22.           <NC:nsIMsgIncomingServer>
  23.             <NC:prettyName>&aol.prettyName;</NC:prettyName>
  24.             <NC:hostName>imap.mail.aol.com</NC:hostName>
  25.             <NC:type>imap</NC:type>
  26.             <NC:rememberPassword>false</NC:rememberPassword>
  27.             <NC:redirectorType>aol</NC:redirectorType>
  28.             <NC:offlineSupportLevel>0</NC:offlineSupportLevel>
  29.             <NC:defaultCopiesAndFoldersPrefsToServer>false</NC:defaultCopiesAndFoldersPrefsToServer>
  30.             <NC:canCreateFoldersOnServer>false</NC:canCreateFoldersOnServer>
  31.             <NC:canFileMessagesOnServer>false</NC:canFileMessagesOnServer>
  32.           </NC:nsIMsgIncomingServer>
  33.         </NC:incomingServer>
  34.  
  35.         <!-- identity defaults -->
  36.         <NC:identity>
  37.           <NC:nsIMsgIdentity>
  38.             <NC:composeHtml>true</NC:composeHtml>
  39.             <NC:doFcc>false</NC:doFcc>
  40.           </NC:nsIMsgIdentity>
  41.         </NC:identity>
  42.  
  43.         <NC:smtp>
  44.           <NC:nsISmtpServer>
  45.             <NC:hostname>smtp.aol.com</NC:hostname>
  46.             <NC:redirectorType>aol</NC:redirectorType>
  47.           </NC:nsISmtpServer>
  48.         </NC:smtp>
  49.  
  50.         
  51.         <!-- other options... see http://www.mozilla.org/mailnews/?? -->
  52.  
  53.         <NC:smtpRequiresUsername>true</NC:smtpRequiresUsername>
  54.         <NC:smtpCreateNewServer>true</NC:smtpCreateNewServer>
  55.         <NC:smtpUsePreferredServer>true</NC:smtpUsePreferredServer>
  56.  
  57.         <NC:wizardSkipPanels>true</NC:wizardSkipPanels>
  58.         <NC:wizardShortName>AOL</NC:wizardShortName>
  59.         <NC:wizardLongName>&aol.wizardLongName;</NC:wizardLongName>
  60.         <NC:wizardShow>true</NC:wizardShow>
  61.         <NC:wizardPromote>true</NC:wizardPromote>
  62.         <NC:emailProviderName>AOL</NC:emailProviderName>
  63.         <NC:sampleEmail>screenname@aol.com</NC:sampleEmail>
  64.         <NC:sampleUserName>screenname</NC:sampleUserName>
  65.         <NC:emailIDDescription>&aol.emailIDDescription;</NC:emailIDDescription>
  66.         <NC:emailIDFieldTitle>&aol.emailIDFieldTitle;</NC:emailIDFieldTitle>
  67.         <NC:showServerDetailsOnWizardSummary>false</NC:showServerDetailsOnWizardSummary>
  68.       </NC:nsIMsgAccount>
  69.     </NC:providers>
  70.   </RDF:Description>
  71.  
  72. </RDF:RDF>
  73.