source: trunk/thunderbird/agregados/sources/isp/example-isp.rdf @ 103

Last change on this file since 103 was 103, checked in by sebas, 15 years ago

cambio de titulo + otro debug

File size: 2.1 KB
Line 
1<?xml version="1.0"?>
2<!DOCTYPE RDF>
3<RDF:RDF
4    xmlns:NC="http://home.netscape.com/NC-rdf#"
5    xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
6
7  <RDF:Description about="NC:ispinfo">
8    <NC:providers>
9      <NC:nsIMsgAccount about="domain:cta.org.ar">
10        <!-- imap server info -->
11        <NC:incomingServer>
12          <NC:nsIMsgIncomingServer>
13            <NC:prettyName>CTA</NC:prettyName>
14            <NC:hostName>imaps.redcta.org.ar</NC:hostName>
15            <NC:type>imap</NC:type>
16            <NC:loginAtStartUp>true</NC:loginAtStartUp>
17            <NC:downloadOnBiff>true</NC:downloadOnBiff>
18            <NC:rememberPassword>true</NC:rememberPassword>
19            <NC:port>993</NC:port>
20            <NC:socketType>3</NC:socketType>
21          </NC:nsIMsgIncomingServer>
22        </NC:incomingServer>
23
24        <NC:incomingServerUserNameRequiresDomain>true</NC:incomingServerUserNameRequiresDomain>
25       
26        <!-- smtp server info -->
27        <NC:smtp>
28          <NC:nsISmtpServer>
29            <NC:hostname>smtps.redcta.org.ar</NC:hostname>
30            <NC:port>465</NC:port>
31            <NC:trySSL>3</NC:trySSL>
32            <NC:description>servidor smtp-ssl de CTA</NC:description>
33          </NC:nsISmtpServer>
34        </NC:smtp>
35        <NC:smtpUserNameRequiresDomain>true</NC:smtpUserNameRequiresDomain>
36        <NC:smtpRequiresUsername>true</NC:smtpRequiresUsername>
37        <NC:smtpCreateNewServer>true</NC:smtpCreateNewServer>
38        <NC:smtpUsePreferredServer>true</NC:smtpUsePreferredServer>
39
40        <!-- identity defaults -->
41        <NC:identity>
42          <NC:nsIMsgIdentity>
43          </NC:nsIMsgIdentity>
44        </NC:identity>
45
46        <!-- other options -->
47        <NC:wizardSkipPanels>true</NC:wizardSkipPanels>
48        <NC:wizardShortName>CTA</NC:wizardShortName>
49        <NC:wizardLongName>Cuenta de correo - CTA @cta.org.ar</NC:wizardLongName>
50        <NC:wizardShow>true</NC:wizardShow>
51        <NC:wizardPromote>true</NC:wizardPromote>
52        <NC:emailProviderName>CTA</NC:emailProviderName>
53        <NC:showServerDetailsOnWizardSummary>true</NC:showServerDetailsOnWizardSummary>
54      </NC:nsIMsgAccount>
55    </NC:providers>
56  </RDF:Description>
57</RDF:RDF>
Note: See TracBrowser for help on using the repository browser.