<?xml version="1.0"?>

<!DOCTYPE RDF
 [
  <!ENTITY princeton.wizardLongName         "Princeton University E-mail (e.g. smith@Princeton.EDU)">
  <!ENTITY princeton.emailIDFieldTitle      "User Name:">
  <!ENTITY princeton.emailIDDescription     "user name">
  <!ENTITY princeton.prettyName             "Princeton.EDU">
 ]
>

<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:Princeton.EDU">

        <!-- server info -->
        <NC:incomingServer>
          <NC:nsIMsgIncomingServer>
            <NC:prettyName>&princeton.prettyName;</NC:prettyName>
            <NC:hostName>imap.princeton.edu</NC:hostName>
            <NC:type>imap</NC:type>
            <NC:isSecure>true</NC:isSecure>
            <NC:rememberPassword>false</NC:rememberPassword>
            <NC:offlineSupportLevel>10</NC:offlineSupportLevel>
            <NC:defaultCopiesAndFoldersPrefsToServer>true</NC:defaultCopiesAndFoldersPrefsToServer>
          </NC:nsIMsgIncomingServer>
        </NC:incomingServer>

        <!-- identity defaults -->
        <NC:identity>
          <NC:nsIMsgIdentity>
            <NC:composeHtml>true</NC:composeHtml>
            <NC:attachSignature>false</NC:attachSignature>
          </NC:nsIMsgIdentity>
        </NC:identity>

        <NC:smtp>
          <NC:nsISmtpServer>
            <NC:hostname>smtp.princeton.edu</NC:hostname>
            <NC:trySecAuth>true</NC:trySecAuth>
            <NC:trySSL>2</NC:trySSL>
          </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>Princeton University</NC:wizardShortName>
        <NC:wizardLongName>&princeton.wizardLongName;</NC:wizardLongName>
        <NC:wizardShow>true</NC:wizardShow>
        <NC:wizardPromote>true</NC:wizardPromote>
        <NC:emailProviderName>Princeton.EDU</NC:emailProviderName>
        <NC:sampleEmail>username@Princeton.EDU</NC:sampleEmail>
        <NC:sampleUserName>username</NC:sampleUserName>
        <NC:emailIDDescription>&princeton.emailIDDescription;</NC:emailIDDescription>
        <NC:emailIDFieldTitle>&princeton.emailIDFieldTitle;</NC:emailIDFieldTitle>
        <NC:showServerDetailsOnWizardSummary>false</NC:showServerDetailsOnWizardSummary>
        <NC:useOverlayPanels>true</NC:useOverlayPanels>
        <NC:createNewAccount>true</NC:createNewAccount>
      </NC:nsIMsgAccount>
    </NC:providers>
  </RDF:Description>

</RDF:RDF>

