home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 January
/
01_02.iso
/
software
/
netscape62win
/
deflenus.xpi
/
bin
/
defaults
/
isp
/
nswebmail.rdf
< prev
Wrap
Extensible Markup Language
|
2001-09-18
|
3KB
|
70 lines
<?xml version="1.0"?>
<!DOCTYPE RDF
[
<!ENTITY webmail.wizardLongName "Netscape WebMail (For example, jsmith@netscape.net)">
<!ENTITY webmail.emailIDFieldTitle "User Name:">
<!ENTITY webmail.emailIDDescription "user name">
<!ENTITY webmail.prettyName "Netscape WebMail">
]
>
<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:netscape.net">
<!-- server info -->
<NC:incomingServer>
<NC:nsIMsgIncomingServer>
<NC:prettyName>&webmail.prettyName;</NC:prettyName>
<NC:hostName>imap.mail.netcenter.com</NC:hostName>
<NC:type>imap</NC:type>
<NC:rememberPassword>false</NC:rememberPassword>
<NC:redirectorType>netscape</NC:redirectorType>
<NC:offlineSupportLevel>10</NC:offlineSupportLevel>
<NC:defaultCopiesAndFoldersPrefsToServer>false</NC:defaultCopiesAndFoldersPrefsToServer>
</NC:nsIMsgIncomingServer>
</NC:incomingServer>
<!-- identity defaults -->
<NC:identity>
<NC:nsIMsgIdentity>
<NC:composeHtml>true</NC:composeHtml>
<NC:doFcc>false</NC:doFcc>
</NC:nsIMsgIdentity>
</NC:identity>
<NC:smtp>
<NC:nsISmtpServer>
<NC:hostname>smtp.netscape.net</NC:hostname>
<NC:redirectorType>netscape</NC:redirectorType>
</NC:nsISmtpServer>
</NC:smtp>
<!-- other options... see http://www.mozilla.org/mailnews/?? -->
<NC:smtpRequiresUsername>true</NC:smtpRequiresUsername>
<NC:smtpCreateNewServer>true</NC:smtpCreateNewServer>
<NC:smtpUsePreferredServer>true</NC:smtpUsePreferredServer>
<NC:wizardSkipPanels>true</NC:wizardSkipPanels>
<NC:wizardShortName>WebMail</NC:wizardShortName>
<NC:wizardLongName>&webmail.wizardLongName;</NC:wizardLongName>
<NC:wizardShow>true</NC:wizardShow>
<NC:wizardPromote>true</NC:wizardPromote>
<NC:emailProviderName>Netscape.com</NC:emailProviderName>
<NC:sampleEmail>username@netscape.net</NC:sampleEmail>
<NC:sampleUserName>username</NC:sampleUserName>
<NC:emailIDDescription>&webmail.emailIDDescription;</NC:emailIDDescription>
<NC:emailIDFieldTitle>&webmail.emailIDFieldTitle;</NC:emailIDFieldTitle>
<NC:showServerDetailsOnWizardSummary>false</NC:showServerDetailsOnWizardSummary>
</NC:nsIMsgAccount>
</NC:providers>
</RDF:Description>
</RDF:RDF>