Ticket #7413: yahoo.com.diff

File yahoo.com.diff, 2.1 KB (added by taos, 13 years ago)

Updates yahoo.com.rdef and ReadMe.

  • src/preferences/mail/ProviderInfo/ReadMe

     
    22new provider to the image rdef files are used. In the jam file you have to add
    33the new provider name. Here an example rdef file:
    44 
    5 resource(1, "Provider") "gmx.de";
    6 resource(2, "POP Server") "pop.gmx.net";
    7 resource(3, "IMAP Server") "imap.gmx.net";
    8 resource(4, "SMTP Server") "mail.gmx.de";
    9 resource(5, "POP Authentification") 0;
    10 resource(6, "SMTP Authentification") 0;
    11 resource(7, "Username Pattern") 0;
     5resource(1, "POP Server") "pop.gmx.net";
     6resource(2, "IMAP Server") "imap.gmx.net";
     7resource(3, "SMTP Server") "mail.gmx.de";
     8resource(4, "POP Authentication") 0;
     9resource(5, "SMTP Authentication") 1;
     10resource(6, "POP SSL") 0;
     11resource(7, "IMAP SSL") 0;
     12resource(8, "SMTP SSL") 0;
     13resource(9, "Username Pattern") 0;
    1214 
    1315 
    14 you can pass the following options to the last three items:
     16you can pass the following options to the last six items:
    1517 
    1618"POP Authentification":
    1719    0   plain text
     
    2123    0   none
    2224    1   ESMTP
    2325    2   POP3 before SMTP
     26
     27"POP SSL":
     28    0   No encryption
     29    1   SSL
    2430 
     31"IMAP SSL":
     32    0   No encryption
     33    1   SSL
     34 
     35"SMTP SSL":
     36    0   Unencrypted
     37    1   SSL
     38    2   STARTTLS
     39 
    2540"Username Pattern":
    2641    0   username is the email address (default)
    2742    1   username is the local-part of the email address local-part@domain.net
  • src/preferences/mail/ProviderInfo/yahoo.com.rdef

     
    33resource(3, "SMTP Server") "smtp.mail.yahoo.com";
    44resource(4, "POP Authentication") 0;
    55resource(5, "SMTP Authentication") 1;
    6 resource(6, "POP SSL") 0;
    7 resource(7, "IMAP SSL") 0;
    8 resource(8, "SMTP SSL") 0;
     6resource(6, "POP SSL") 1;
     7resource(7, "IMAP SSL") 1;
     8resource(8, "SMTP SSL") 1;
    99resource(9, "Username Pattern") 1;