home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2002 February / PCpro_2002_02.ISO / WINDOWS / COMPUSERVE4.0 / NETSCAPE6 / REGUS.XPI / bin / defaults / isp / US / aol.rdf next >
Encoding:
Extensible Markup Language  |  2001-06-23  |  2.3 KB  |  61 lines

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