Mail: added email configurations

Change-Id: Ibe827df8be8141f0b2c775195c42d234ce2066c3
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2158
Reviewed-by: humdinger <humdingerb@gmail.com>
This commit is contained in:
Panagiotis Vasilopoulos 2020-01-26 21:38:36 +02:00 committed by humdinger
parent 2112748284
commit 5a57c0442c
5 changed files with 39 additions and 0 deletions

View File

@ -12,6 +12,7 @@ HAIKU_PROVIDER_INFOS =
hotmail.com
laposte.net
lycos.de
mycosmos.gr
mymail.ch
netcologne.de
o2online.de
@ -23,6 +24,8 @@ HAIKU_PROVIDER_INFOS =
web.de
yahoo.com
yahoo.de
yandex.com
yandex.ru
;
for file in $(HAIKU_PROVIDER_INFOS) {

View File

@ -0,0 +1,9 @@
resource(1, "POP Server") "";
resource(2, "IMAP Server") "mail.mycosmos.gr";
resource(3, "SMTP Server") "mail.mycosmos.gr";
resource(4, "POP Authentication") 0;
resource(5, "SMTP Authentication") 1;
resource(6, "POP SSL") 0;
resource(7, "IMAP SSL") 1;
resource(8, "SMTP SSL") 1;
resource(9, "Username Pattern") 1;

View File

@ -0,0 +1,9 @@
resource(1, "POP Server") "";
resource(2, "IMAP Server") "imap.uoc.gr";
resource(3, "SMTP Server") "mta.uoc.gr";
resource(4, "POP Authentication") 0;
resource(5, "SMTP Authentication") 1;
resource(6, "POP SSL") 0;
resource(7, "IMAP SSL") 1;
resource(8, "SMTP SSL") 1;
resource(9, "Username Pattern") 1;

View File

@ -0,0 +1,9 @@
resource(1, "POP Server") "pop.yandex.com";
resource(2, "IMAP Server") "imap.yandex.com";
resource(3, "SMTP Server") "smtp.yandex.com";
resource(4, "POP Authentication") 0;
resource(5, "SMTP Authentication") 1;
resource(6, "POP SSL") 1;
resource(7, "IMAP SSL") 1;
resource(8, "SMTP SSL") 1;
resource(9, "Username Pattern") 1;

View File

@ -0,0 +1,9 @@
resource(1, "POP Server") "pop.yandex.ru";
resource(2, "IMAP Server") "imap.yandex.ru";
resource(3, "SMTP Server") "smtp.yandex.ru";
resource(4, "POP Authentication") 0;
resource(5, "SMTP Authentication") 1;
resource(6, "POP SSL") 1;
resource(7, "IMAP SSL") 1;
resource(8, "SMTP SSL") 1;
resource(9, "Username Pattern") 1;