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

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

limpieza + bug fix + mejor descripcion

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:incomingServerUserNameRequiresDomain>true</NC:incomingServerUserNameRequiresDomain>
23        </NC:incomingServer>
24
25        <!-- smtp server info -->
26        <NC:smtp>
27          <NC:nsISmtpServer>
28            <NC:hostname>smtps.redcta.org.ar</NC:hostname>
29            <NC:port>465</NC:port>
30            <NC:trySSL>3</NC:trySSL>
31            <NC:description>servidor smtp-ssl de CTA</NC:description>
32          </NC:nsISmtpServer>
33        </NC:smtp>
34        <NC:smtpUserNameRequiresDomain>true</NC:smtpUserNameRequiresDomain>
35        <NC:smtpRequiresUsername>true</NC:smtpRequiresUsername>
36        <NC:smtpCreateNewServer>true</NC:smtpCreateNewServer>
37        <NC:smtpUsePreferredServer>true</NC:smtpUsePreferredServer>
38
39        <!-- identity defaults -->
40        <NC:identity>
41          <NC:nsIMsgIdentity>
42          </NC:nsIMsgIdentity>
43        </NC:identity>
44
45        <!-- other options -->
46        <NC:wizardSkipPanels>true</NC:wizardSkipPanels>
47        <NC:wizardShortName>CTA</NC:wizardShortName>
48        <NC:wizardLongName>Central de Trabajadores de la Argentina</NC:wizardLongName>
49        <NC:wizardShow>true</NC:wizardShow>
50        <NC:wizardPromote>true</NC:wizardPromote>
51        <NC:emailProviderName>CTA</NC:emailProviderName>
52        <NC:showServerDetailsOnWizardSummary>true</NC:showServerDetailsOnWizardSummary>
53      </NC:nsIMsgAccount>
54    </NC:providers>
55  </RDF:Description>
56</RDF:RDF>
Note: See TracBrowser for help on using the repository browser.