[api-web] Synchronize with Mozilla's autoconfig repository.



commit 8df063bcd9a61bad4007fc406b73ea2c94ebd1f6
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Nov 2 14:08:19 2013 -0400

    Synchronize with Mozilla's autoconfig repository.

 evolution/autoconfig/1.1/att.net     |   17 +++++------
 evolution/autoconfig/1.1/bol.com.br  |   40 +++++++++++++++++++++++++
 evolution/autoconfig/1.1/charter.com |   52 +++++++++++++++++++++++++++++++++
 evolution/autoconfig/1.1/comcast.net |   39 +++++++++++++++++++++++-
 evolution/autoconfig/1.1/cox.net     |   36 +++++++++++++++++++++++
 evolution/autoconfig/1.1/mail.ru     |   17 ++++++++++-
 evolution/autoconfig/1.1/outlook.com |   42 +++++++++++++++++++++++++++
 evolution/autoconfig/1.1/pdx.edu     |   41 ++++++++++++++++++++++++++
 evolution/autoconfig/1.1/pobox.com   |   53 ++++++++++++++++++++++++++++++++++
 evolution/autoconfig/1.1/uol.com.br  |   42 +++++++++++++++++++++++++++
 evolution/autoconfig/1.1/yahoo.com   |    6 ++--
 evolution/autoconfig/1.1/yandex.ru   |    6 ++--
 12 files changed, 373 insertions(+), 18 deletions(-)
---
diff --git a/evolution/autoconfig/1.1/att.net b/evolution/autoconfig/1.1/att.net
index 0e839a1..b34fbf7 100644
--- a/evolution/autoconfig/1.1/att.net
+++ b/evolution/autoconfig/1.1/att.net
@@ -1,28 +1,27 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <clientConfig version="1.1">
   <emailProvider id="att.net">
+    <domain>ameritech.net</domain>
     <domain>att.net</domain>
     <domain>bellsouth.net</domain>
-    <domain>sbcglobal.net</domain>
-    <domain>prodigy.net</domain>
-    <domain>pacbell.net</domain>
-    <domain>swbell.net</domain>
+    <domain>flash.net</domain>
     <domain>nvbell.net</domain>
-    <domain>ameritech.net</domain>
+    <domain>pacbell.net</domain>
+    <domain>prodigy.net</domain>
+    <domain>sbcglobal.net</domain>
     <domain>snet.net</domain>
-    <domain>flash.net</domain>
+    <domain>swbell.net</domain>
     <domain>wans.net</domain>
     <displayName>AT&amp;T</displayName>
     <displayShortName>AT&amp;T</displayShortName>
     <incomingServer type="pop3">
-      <hostname>pop.att.yahoo.com</hostname>
+      <hostname>inbound.att.net</hostname>
       <port>995</port>
       <socketType>SSL</socketType>
       <username>%EMAILADDRESS%</username>
       <authentication>password-cleartext</authentication>
     </incomingServer>
     <outgoingServer type="smtp">
-      <hostname>smtp.att.yahoo.com</hostname>
+      <hostname>outbound.att.net</hostname>
       <port>465</port>
       <socketType>SSL</socketType>
       <username>%EMAILADDRESS%</username>
diff --git a/evolution/autoconfig/1.1/bol.com.br b/evolution/autoconfig/1.1/bol.com.br
new file mode 100644
index 0000000..a3c3414
--- /dev/null
+++ b/evolution/autoconfig/1.1/bol.com.br
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<clientConfig version="1.1">
+  <emailProvider id="bol.com.br">
+    <domain>bol.com.br</domain>
+    <displayName>BOL - Brasil Online</displayName>
+    <displayShortName>BOL</displayShortName>
+    <incomingServer type="imap">
+      <hostname>imap.bol.com.br</hostname>
+      <port>993</port>
+      <socketType>SSL</socketType>
+      <username>%EMAILLOCALPART%</username>
+      <authentication>password-cleartext</authentication>
+    </incomingServer>
+    <incomingServer type="pop3">
+      <hostname>pop3.bol.com.br</hostname>
+      <port>995</port>
+      <socketType>SSL</socketType>
+      <username>%EMAILLOCALPART%</username>
+      <authentication>password-cleartext</authentication>
+    </incomingServer>
+    <outgoingServer type="smtp">
+      <hostname>smtps.bol.com.br</hostname>
+      <port>465</port>
+      <socketType>SSL</socketType>
+      <username>%EMAILLOCALPART%</username>
+      <authentication>password-cleartext</authentication>
+    </outgoingServer>
+    <outgoingServer type="smtp">
+      <hostname>smtps.bol.com.br</hostname>
+      <port>587</port>
+      <socketType>STARTTLS</socketType>
+      <username>%EMAILLOCALPART%</username>
+      <authentication>password-cleartext</authentication>
+    </outgoingServer>
+    <documentation url="http://email.bol.uol.com.br/ajuda/configuracao/imap-thunderbird-3-bol.jhtm";>
+      <descr lang="en-US">Step-by-step instructions to configure Thunderbird with IMAP</descr>
+      <descr lang="pt-BR">Configuração IMAP do Mozilla Thunderbird passo-a-passo</descr>
+    </documentation>
+  </emailProvider>
+</clientConfig>
diff --git a/evolution/autoconfig/1.1/charter.com b/evolution/autoconfig/1.1/charter.com
new file mode 100644
index 0000000..ee5dd02
--- /dev/null
+++ b/evolution/autoconfig/1.1/charter.com
@@ -0,0 +1,52 @@
+<clientConfig version="1.1">
+  <emailProvider id="charter.com">
+    <domain>charter.net</domain>
+    <domain>charter.com</domain>
+    <displayName>Charter Commuications</displayName>
+    <displayShortName>Charter</displayShortName>
+    <incomingServer type="imap">
+      <hostname>mobile.charter.net</hostname>
+      <port>993</port>
+      <socketType>SSL</socketType>
+      <username>%EMAILADDRESS%</username>
+      <authentication>password-cleartext</authentication>
+    </incomingServer>
+    <incomingServer type="imap">
+      <hostname>imap.charter.net</hostname>
+      <port>143</port>
+      <socketType>plain</socketType>
+      <username>%EMAILADDRESS%</username>
+      <authentication>password-cleartext</authentication>
+    </incomingServer>
+    <!-- We can't in good conscience recommend an insecure config while a secure config is available.
+    <incomingServer type="pop3">
+      <hostname>pop.charter.net</hostname>
+      <port>110</port>
+      <socketType>plain</socketType>
+      <username>%EMAILADDRESS%</username>
+      <authentication>password-cleartext</authentication>
+    </incomingServer>
+    -->
+
+    <outgoingServer type="smtp">
+      <hostname>mobile.charter.net</hostname>
+      <!-- Yes, they have SSL (not STARTTLS, not plain SMTP) on port 587. Spec violation. -->
+      <port>587</port>
+      <socketType>SSL</socketType>
+      <username>%EMAILADDRESS%</username>
+      <authentication>password-cleartext</authentication>
+    </outgoingServer>
+    <outgoingServer type="smtp">
+      <hostname>smtp.charter.net</hostname>
+      <port>25</port>
+      <socketType>plain</socketType>
+      <username>%EMAILADDRESS%</username>
+      <authentication>password-cleartext</authentication>
+      <restriction>client-IP-address</restriction>
+    </outgoingServer>
+    <documentation url="http://www.myaccount.charter.com/customers/support.aspx?supportarticleid=1417";>
+      <descr>POP/IMAP and SMTP settings for Charter, including mobile</descr>
+    </documentation>
+
+  </emailProvider>
+</clientConfig>
diff --git a/evolution/autoconfig/1.1/comcast.net b/evolution/autoconfig/1.1/comcast.net
index a78656b..650d278 100644
--- a/evolution/autoconfig/1.1/comcast.net
+++ b/evolution/autoconfig/1.1/comcast.net
@@ -6,17 +6,52 @@
     <displayShortName>Comcast</displayShortName>
     <incomingServer type="pop3">
       <hostname>mail.comcast.net</hostname>
+      <port>995</port>
+      <socketType>SSL</socketType>
+      <username>%EMAILADDRESS%</username>
+      <authentication>password-cleartext</authentication>
+    </incomingServer>
+    <incomingServer type="pop3">
+      <hostname>mail.comcast.net</hostname>
       <port>110</port>
       <socketType>STARTTLS</socketType>
-      <username>%EMAILLOCALPART%</username>
+      <username>%EMAILADDRESS%</username>
       <authentication>password-cleartext</authentication>
     </incomingServer>
+    <!-- Per comcast staff, this is a test only and doesn't work for everybody yet.
+      SSL certs are wrong, too
+    <incomingServer type="imap">
+      <hostname>imap.comcast.net</hostname>
+      <port>993</port>
+      <socketType>SSL</socketType>
+      <username>%EMAILADDRESS%</username>
+      <authentication>password-cleartext</authentication>
+    </incomingServer>
+    <incomingServer type="imap">
+      <hostname>imap.comcast.net</hostname>
+      <port>143</port>
+      <socketType>STARTTLS</socketType>
+      <username>%EMAILADDRESS%</username>
+      <authentication>password-cleartext</authentication>
+    </incomingServer>
+    -->
+    <outgoingServer type="smtp">
+      <hostname>smtp.comcast.net</hostname>
+      <port>465</port>
+      <socketType>SSL</socketType>
+      <username>%EMAILADDRESS%</username>
+      <authentication>password-cleartext</authentication>
+    </outgoingServer>
     <outgoingServer type="smtp">
       <hostname>smtp.comcast.net</hostname>
       <port>587</port>
       <socketType>STARTTLS</socketType>
-      <username>%EMAILLOCALPART%</username>
+      <username>%EMAILADDRESS%</username>
       <authentication>password-cleartext</authentication>
     </outgoingServer>
+    <documentation url="http://customer.comcast.com/help-and-support/internet/setting-up-thunderbird/";>
+      <descr lang="en">Instructions for setting up Thunderbird for use with comcast.net for home 
users.</descr>
+      <descr lang="es">Instrucciones para instalar Thunderbird para el uso de Comcast para dueños de 
casa.</descr>
+    </documentation>
   </emailProvider>
 </clientConfig>
diff --git a/evolution/autoconfig/1.1/cox.net b/evolution/autoconfig/1.1/cox.net
new file mode 100644
index 0000000..346ac32
--- /dev/null
+++ b/evolution/autoconfig/1.1/cox.net
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<clientConfig version="1.1">
+ <emailProvider id="cox.net">
+  <domain>cox.net</domain>
+  <displayName>Cox</displayName>
+  <displayShortName>Cox</displayShortName>
+  <incomingServer type="imap">
+    <hostname>imap.cox.net</hostname>
+    <port>993</port>
+    <socketType>SSL</socketType>
+    <username>%EMAILLOCALPART%</username>
+    <authentication>password-cleartext</authentication>
+  </incomingServer>
+  <incomingServer type="pop3">
+    <hostname>pop.cox.net</hostname>
+    <port>995</port>
+    <socketType>SSL</socketType>
+    <username>%EMAILLOCALPART%</username>
+    <authentication>password-cleartext</authentication>
+  </incomingServer>
+  <outgoingServer type="smtp">
+    <hostname>smtp.cox.net</hostname>
+    <port>465</port>
+    <socketType>SSL</socketType>
+    <username>%EMAILLOCALPART%</username>
+    <authentication>password-cleartext</authentication>
+  </outgoingServer>
+  <outgoingServer type="smtp">
+    <hostname>smtp.cox.net</hostname>
+    <port>587</port>
+    <socketType>STARTTLS</socketType>
+    <username>%EMAILLOCALPART%</username>
+    <authentication>password-cleartext</authentication>
+  </outgoingServer>
+ </emailProvider>
+</clientConfig>
diff --git a/evolution/autoconfig/1.1/mail.ru b/evolution/autoconfig/1.1/mail.ru
index bc86f1f..5f2cf64 100644
--- a/evolution/autoconfig/1.1/mail.ru
+++ b/evolution/autoconfig/1.1/mail.ru
@@ -5,8 +5,23 @@
     <domain>inbox.ru</domain>
     <domain>list.ru</domain>
     <domain>bk.ru</domain>
+    <domain>corp.mail.ru</domain>
     <displayName>mail.ru</displayName>
     <displayShortName>mail.ru</displayShortName>
+    <incomingServer type="imap">
+      <hostname>imap.mail.ru</hostname>
+      <port>993</port>
+      <socketType>SSL</socketType>
+      <username>%EMAILADDRESS%</username>
+      <authentication>password-cleartext</authentication>
+    </incomingServer>
+    <incomingServer type="imap">
+      <hostname>imap.mail.ru</hostname>
+      <port>143</port>
+      <socketType>STARTTLS</socketType>
+      <username>%EMAILADDRESS%</username>
+      <authentication>password-cleartext</authentication>
+    </incomingServer>
     <incomingServer type="pop3">
       <hostname>pop.mail.ru</hostname>
       <port>995</port>
@@ -37,6 +52,6 @@
     </outgoingServer>
   </emailProvider>
   <documentation url="http://help.mail.ru/mail-help/mailer/mt";>
-    <descr lang="en">POP, Thunderbird, with screenshots</descr>
+    <descr lang="en">IMAP, POP, Thunderbird, with screenshots</descr>
   </documentation>
 </clientConfig>
diff --git a/evolution/autoconfig/1.1/outlook.com b/evolution/autoconfig/1.1/outlook.com
new file mode 100644
index 0000000..8e322b1
--- /dev/null
+++ b/evolution/autoconfig/1.1/outlook.com
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<clientConfig version="1.1">
+  <emailProvider id="hotmail.com">
+    <domain>outlook.com</domain>
+    <displayName>Microsoft Live Hotmail</displayName>
+    <displayShortName>Hotmail</displayShortName>
+    <incomingServer type="imap">
+      <hostname>imap-mail.outlook.com</hostname>
+      <port>993</port>
+      <socketType>SSL</socketType>
+      <!-- wrong cert, for *.hotmail.com -->
+      <username>%EMAILADDRESS%</username>
+      <authentication>password-cleartext</authentication>
+    </incomingServer>
+    <incomingServer type="pop3">
+      <hostname>pop-mail.outlook.com</hostname>
+      <port>995</port>
+      <socketType>SSL</socketType>
+      <!-- wrong cert, for *.hotmail.com -->
+      <username>%EMAILADDRESS%</username>
+      <authentication>password-cleartext</authentication>
+      <pop3>
+        <leaveMessagesOnServer>true</leaveMessagesOnServer>
+        <!-- Outlook.com docs specifically mention that POP3 deletes have effect on the main inbox on 
webmail and IMAP -->
+      </pop3>
+    </incomingServer>
+    <outgoingServer type="smtp">
+      <hostname>smtp-mail.outlook.com</hostname>
+      <port>587</port>
+      <!-- wrong cert, for *.hotmail.com -->
+      <socketType>STARTTLS</socketType>
+      <username>%EMAILADDRESS%</username>
+      <authentication>password-cleartext</authentication>
+    </outgoingServer>
+    <documentation url="http://windows.microsoft.com/en-US/windows/outlook/send-receive-from-app";>
+      <descr lang="en">Set up an email app with Outlook.com</descr>
+    </documentation>
+    <documentation 
url="http://blogs.office.com/b/microsoft-outlook/archive/2013/09/12/outlook-com-now-with-imap.aspx";>
+      <descr lang="en">Blog post annoncing IMAP</descr>
+    </documentation>
+  </emailProvider>
+</clientConfig>
diff --git a/evolution/autoconfig/1.1/pdx.edu b/evolution/autoconfig/1.1/pdx.edu
new file mode 100644
index 0000000..e0370ca
--- /dev/null
+++ b/evolution/autoconfig/1.1/pdx.edu
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<clientConfig version="1.1">
+  <emailProvider id="pdx.edu">
+    <domain>pdx.edu</domain>
+    <displayName>Portland State University Mail</displayName>
+    <displayShortName>PSU Mail</displayShortName>
+    <incomingServer type="imap">
+      <hostname>psumail.pdx.edu</hostname>
+      <port>993</port>
+      <socketType>SSL</socketType>
+      <authentication>password-encrypted</authentication>
+      <username>%EMAILADDRESS%</username>
+    </incomingServer>
+    <incomingServer type="imap">
+      <hostname>psumail.pdx.edu</hostname>
+      <port>587</port>
+      <socketType>STARTTLS</socketType>
+      <authentication>password-encrypted</authentication>
+      <username>%EMAILADDRESS%</username>
+    </incomingServer>
+    <outgoingServer type="smtp">
+      <hostname>mailhost.pdx.edu</hostname>
+      <port>465</port>
+      <socketType>SSL</socketType>
+      <authentication>password-encrypted</authentication>
+      <username>%EMAILADDRESS%</username>
+    </outgoingServer>
+    <outgoingServer type="smtp">
+      <hostname>mailhost.pdx.edu</hostname>
+      <port>587</port>
+      <socketType>STARTTLS</socketType>
+      <authentication>password-encrypted</authentication>
+      <username>%EMAILADDRESS%</username>
+    </outgoingServer>
+    <documentation url="http://oit.pdx.edu/psu-email-settings-advanced-users";>
+      <descr lang="en">Portland State University Email Settings for Advanced Users</descr>
+    </documentation>
+  </emailProvider>
+</clientConfig>
+
diff --git a/evolution/autoconfig/1.1/pobox.com b/evolution/autoconfig/1.1/pobox.com
new file mode 100644
index 0000000..c851b68
--- /dev/null
+++ b/evolution/autoconfig/1.1/pobox.com
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<clientConfig version="1.1">
+  <emailProvider id="pobox.com">
+    <domain>pobox.com</domain>
+    <displayName>Pobox</displayName>
+    <displayShortName>Pobox</displayShortName>
+    <incomingServer type="imap">
+      <hostname>mail.pobox.com</hostname>
+      <port>993</port>
+      <socketType>SSL</socketType>
+      <authentication>password-cleartext</authentication>
+      <username>%EMAILADDRESS%</username>
+    </incomingServer>
+    <incomingServer type="imap">
+      <hostname>mail.pobox.com</hostname>
+      <port>143</port>
+      <socketType>STARTTLS</socketType>
+      <authentication>password-cleartext</authentication>
+      <username>%EMAILADDRESS%</username>
+    </incomingServer>
+    <incomingServer type="pop3">
+      <hostname>mail.pobox.com</hostname>
+      <port>995</port>
+      <socketType>SSL</socketType>
+      <authentication>password-cleartext</authentication>
+      <username>%EMAILADDRESS%</username>
+    </incomingServer>
+    <incomingServer type="pop3">
+      <hostname>mail.pobox.com</hostname>
+      <port>110</port>
+      <socketType>STARTTLS</socketType>
+      <authentication>password-cleartext</authentication>
+      <username>%EMAILADDRESS%</username>
+    </incomingServer>
+    <outgoingServer type="smtp">
+      <hostname>smtp.pobox.com</hostname>
+      <port>465</port>
+      <socketType>SSL</socketType>
+      <authentication>password-cleartext</authentication>
+      <username>%EMAILADDRESS%</username>
+    </outgoingServer>
+    <outgoingServer type="smtp">
+      <hostname>smtp.pobox.com</hostname>
+      <port>587</port>
+      <socketType>STARTTLS</socketType>
+      <authentication>password-cleartext</authentication>
+      <username>%EMAILADDRESS%</username>
+    </outgoingServer>
+    <documentation url="http://www.pobox.com/helpspot/index.php?pg=kb.book&amp;id=18";>
+      <descr lang="en">Set Up Your Email Application to Use Pobox</descr>
+    </documentation>
+  </emailProvider>
+</clientConfig>
diff --git a/evolution/autoconfig/1.1/uol.com.br b/evolution/autoconfig/1.1/uol.com.br
new file mode 100644
index 0000000..1c46471
--- /dev/null
+++ b/evolution/autoconfig/1.1/uol.com.br
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<clientConfig version="1.1">
+  <emailProvider id="uol.com.br">
+    <domain>uol.com.br</domain>
+    <displayName>UOL</displayName>
+    <displayShortName>UOL</displayShortName>
+    <incomingServer type="pop3">
+      <hostname>pop3.uol.com.br</hostname>
+      <port>995</port>
+      <socketType>SSL</socketType>
+      <username>%EMAILLOCALPART%</username>
+      <authentication>password-cleartext</authentication>
+    </incomingServer>
+    <incomingServer type="imap">
+      <hostname>imap.uol.com.br</hostname>
+      <port>993</port>
+      <socketType>SSL</socketType>
+      <username>%EMAILLOCALPART%</username>
+      <authentication>password-cleartext</authentication>
+    </incomingServer>
+    <outgoingServer type="smtp">
+      <hostname>smtps.uol.com.br</hostname>
+      <port>587</port>
+      <socketType>STARTTLS</socketType>
+      <username>%EMAILLOCALPART%</username>
+      <authentication>password-cleartext</authentication>
+    </outgoingServer>
+    <enable visiturl="http://bmail.uol.com.br/configuration/imap_access_config";>
+      <instruction lang="pt-BR">Para usar o protocolo IMAP, você deve antes acessar as suas Configurações do 
webmail UOL, clicar na opção "Ativar IMAP" e então salvar as modificações.</instruction>
+      <instruction lang="en-US">To use IMAP, you must log in to webmail, go to "Settings", click "Activate 
IMAP"</instruction>
+    </enable>
+    <documentation url="https://sac.uol.com.br/info/primeiros_passos/config_mozillathunderbird.jhtm";>
+      <descr lang="pt-BR">Configuração do Mozilla Thunderbird passo-a-passo</descr>
+    </documentation>
+    <documentation url="http://email.uol.com.br/ajuda/imap-thunderbird-3.jhtm";>
+      <descr lang="pt-BR">Configuração IMAP do Mozilla Thunderbird passo-a-passo</descr>
+    </documentation>
+    <documentation url="http://email.uol.com.br/ajuda/imap.jhtm";>
+      <descr lang="pt-BR">O que é IMAP e como ativá-lo na sua conta UOL</descr>
+    </documentation>
+  </emailProvider>
+</clientConfig>
diff --git a/evolution/autoconfig/1.1/yahoo.com b/evolution/autoconfig/1.1/yahoo.com
index 2846f90..cb818a9 100644
--- a/evolution/autoconfig/1.1/yahoo.com
+++ b/evolution/autoconfig/1.1/yahoo.com
@@ -20,21 +20,21 @@
       <hostname>pop.mail.yahoo.com</hostname>
       <port>995</port>
       <socketType>SSL</socketType>
-      <username>%EMAILLOCALPART%</username>
+      <username>%EMAILADDRESS%</username>
       <authentication>password-cleartext</authentication>
     </incomingServer>
     <incomingServer type="imap">
       <hostname>imap.mail.yahoo.com</hostname>
       <port>993</port>
       <socketType>SSL</socketType>
-      <username>%EMAILLOCALPART%</username>
+      <username>%EMAILADDRESS%</username>
       <authentication>password-cleartext</authentication>
     </incomingServer>
     <outgoingServer type="smtp">
       <hostname>smtp.mail.yahoo.com</hostname>
       <port>465</port>
       <socketType>SSL</socketType>
-      <username>%EMAILLOCALPART%</username>
+      <username>%EMAILADDRESS%</username>
       <authentication>password-cleartext</authentication>
     </outgoingServer>
   </emailProvider>
diff --git a/evolution/autoconfig/1.1/yandex.ru b/evolution/autoconfig/1.1/yandex.ru
index b9b4538..3f73c64 100644
--- a/evolution/autoconfig/1.1/yandex.ru
+++ b/evolution/autoconfig/1.1/yandex.ru
@@ -12,21 +12,21 @@
     <displayName>Yandex Mail</displayName>
     <displayShortName>Yandex</displayShortName>
     <incomingServer type="imap">
-      <hostname>imap.yandex.ru</hostname>
+      <hostname>imap.yandex.com</hostname>
       <port>993</port>
       <socketType>SSL</socketType>
       <username>%EMAILADDRESS%</username>
       <authentication>password-cleartext</authentication>
     </incomingServer>
     <incomingServer type="pop3">
-      <hostname>pop.yandex.ru</hostname>
+      <hostname>pop.yandex.com</hostname>
       <port>995</port>
       <socketType>SSL</socketType>
       <username>%EMAILADDRESS%</username>
       <authentication>password-cleartext</authentication>
     </incomingServer>
     <outgoingServer type="smtp">
-      <hostname>smtp.yandex.ru</hostname>
+      <hostname>smtp.yandex.com</hostname>
       <port>465</port>
       <socketType>SSL</socketType>
       <username>%EMAILADDRESS%</username>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]