More email provider infos
Added provider info for mail.ru, courtesy of GCI 2019 student tejasmate. Added missing provider infos in the Jamfile.
This commit is contained in:
parent
5a57c0442c
commit
e557eb2c66
@ -17,15 +17,18 @@ HAIKU_PROVIDER_INFOS =
|
||||
netcologne.de
|
||||
o2online.de
|
||||
physik.rwth-aachen.de
|
||||
rediffmail
|
||||
rwth-aachen.de
|
||||
shaw.ca
|
||||
t-online.de
|
||||
telus.net
|
||||
uoc.gr
|
||||
web.de
|
||||
yahoo.com
|
||||
yahoo.de
|
||||
yandex.com
|
||||
yandex.ru
|
||||
zoho.com
|
||||
;
|
||||
|
||||
for file in $(HAIKU_PROVIDER_INFOS) {
|
||||
|
9
src/preferences/mail/ProviderInfo/mail.ru.rdef
Normal file
9
src/preferences/mail/ProviderInfo/mail.ru.rdef
Normal file
@ -0,0 +1,9 @@
|
||||
resource(1, "POP Server") "pop.mail.ru";
|
||||
resource(2, "IMAP Server") "imap.mail.ru";
|
||||
resource(3, "SMTP Server") "smtp.mail.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") 0;
|
Loading…
Reference in New Issue
Block a user