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:
parent
2112748284
commit
5a57c0442c
@ -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) {
|
||||
|
9
src/preferences/mail/ProviderInfo/mycosmos.gr.rdef
Normal file
9
src/preferences/mail/ProviderInfo/mycosmos.gr.rdef
Normal 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;
|
9
src/preferences/mail/ProviderInfo/uoc.gr.rdef
Normal file
9
src/preferences/mail/ProviderInfo/uoc.gr.rdef
Normal 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;
|
9
src/preferences/mail/ProviderInfo/yandex.com.rdef
Normal file
9
src/preferences/mail/ProviderInfo/yandex.com.rdef
Normal 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;
|
9
src/preferences/mail/ProviderInfo/yandex.ru.rdef
Normal file
9
src/preferences/mail/ProviderInfo/yandex.ru.rdef
Normal 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;
|
Loading…
Reference in New Issue
Block a user