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 / nswebmail.rdf < prev   
Encoding:
Extensible Markup Language  |  2001-06-23  |  2.4 KB  |  60 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:netscape.net">
  9.  
  10.         <!-- server info -->
  11.         <NC:incomingServer>
  12.           <NC:nsIMsgIncomingServer>
  13.             <NC:prettyName>Netscape WebMail</NC:prettyName>
  14.             <NC:hostName>imap.mail.netcenter.com</NC:hostName>
  15.             <NC:type>imap</NC:type>
  16.             <NC:rememberPassword>false</NC:rememberPassword>
  17.             <NC:redirectorType>netscape</NC:redirectorType>
  18.             <NC:offlineSupportLevel>10</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.netscape.net</NC:hostname>
  34.             <NC:redirectorType>netscape</NC:redirectorType>
  35.           </NC:nsISmtpServer>
  36.         </NC:smtp>
  37.         
  38.         <!-- other options... see http://www.mozilla.org/mailnews/?? -->
  39.  
  40.         <NC:smtpRequiresUsername>true</NC:smtpRequiresUsername>
  41.         <NC:smtpCreateNewServer>true</NC:smtpCreateNewServer>
  42.         <NC:smtpUsePreferredServer>true</NC:smtpUsePreferredServer>
  43.  
  44.         <NC:wizardSkipPanels>true</NC:wizardSkipPanels>
  45.         <NC:wizardShortName>WebMail</NC:wizardShortName>
  46.         <NC:wizardLongName>Netscape WebMail (For example, jsmith@netscape.net)</NC:wizardLongName>
  47.         <NC:wizardShow>true</NC:wizardShow>
  48.         <NC:wizardPromote>true</NC:wizardPromote>
  49.         <NC:emailProviderName>Netscape.com</NC:emailProviderName>
  50.         <NC:sampleEmail>username@netscape.net</NC:sampleEmail>
  51.         <NC:sampleUserName>username</NC:sampleUserName>
  52.         <NC:emailIDDescription>user name</NC:emailIDDescription>
  53.         <NC:emailIDFieldTitle>User Name:</NC:emailIDFieldTitle>
  54.         <NC:showServerDetailsOnWizardSummary>false</NC:showServerDetailsOnWizardSummary>
  55.       </NC:nsIMsgAccount>
  56.     </NC:providers>
  57.   </RDF:Description>
  58.  
  59. </RDF:RDF>
  60.