home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2002 February / PCpro_2002_02.ISO / WINDOWS / COMPUSERVE4.0 / NETSCAPE6 / REGDE.XPI / bin / defaults / isp / DE / cs.rdf < prev    next >
Encoding:
Extensible Markup Language  |  2001-10-19  |  2.0 KB  |  56 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:compuserve.de">
  9.  
  10.         <!-- server info -->
  11.         <NC:incomingServer>
  12.           <NC:nsIMsgIncomingServer>
  13.             <NC:prettyName>CompuServe Mail</NC:prettyName>
  14.             <NC:hostName>pop.compuserve.de</NC:hostName>
  15.             <NC:type>pop3</NC:type>
  16.             <NC:rememberPassword>false</NC:rememberPassword>
  17.             <NC:defaultCopiesAndFoldersPrefsToServer>false</NC:defaultCopiesAndFoldersPrefsToServer>
  18.           </NC:nsIMsgIncomingServer>
  19.         </NC:incomingServer>
  20.  
  21.         <!-- identity defaults -->
  22.         <NC:identity>
  23.           <NC:nsIMsgIdentity>
  24.             <NC:composeHtml>false</NC:composeHtml>
  25.             <NC:doFcc>false</NC:doFcc>
  26.           </NC:nsIMsgIdentity>
  27.         </NC:identity>
  28.  
  29.         <NC:smtp>
  30.           <NC:nsISmtpServer>
  31.             <NC:hostname>smtp.compuserve.de</NC:hostname>
  32.           </NC:nsISmtpServer>
  33.         </NC:smtp>
  34.  
  35.  
  36.         <!-- other options... see http://www.mozilla.org/mailnews/?? -->
  37.  
  38.         <NC:smtpRequiresUsername>true</NC:smtpRequiresUsername>
  39.  
  40.         <NC:wizardSkipPanels>true</NC:wizardSkipPanels>
  41.         <NC:wizardShortName>CS</NC:wizardShortName>
  42.         <NC:wizardLongName>CompuServe Konto (zum Beispiel, mustermann@compuserve.de)</NC:wizardLongName>
  43.         <NC:wizardShow>true</NC:wizardShow>
  44.         <NC:wizardPromote>true</NC:wizardPromote>
  45.         <NC:emailProviderName>CompuServe</NC:emailProviderName>
  46.         <NC:sampleEmail>ihrname@compuserve.de</NC:sampleEmail>
  47.         <NC:sampleUserName>ihrname</NC:sampleUserName>
  48.         <NC:emailIDDescription>Name</NC:emailIDDescription>
  49.         <NC:emailIDFieldTitle>Kontoname:</NC:emailIDFieldTitle>
  50.         <NC:showServerDetailsOnWizardSummary>false</NC:showServerDetailsOnWizardSummary>
  51.       </NC:nsIMsgAccount>
  52.     </NC:providers>
  53.   </RDF:Description>
  54.  
  55. </RDF:RDF>
  56.