Browse Source

Added provider Yandex

main
M66B 5 years ago
parent
commit
2667816ecb
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      app/src/main/res/xml/providers.xml

+ 11
- 0
app/src/main/res/xml/providers.xml View File

@ -143,4 +143,15 @@
port="465"
starttls="false" />
</provider>
<provider
name="Yandex"
link="https://yandex.com/support/mail/mail-clients.html#imap">
<imap
host="imap.yandex.com"
port="993" />
<smtp
host="smtp.yandex.com"
port="465"
starttls="false" />
</provider>
</providers>

Loading…
Cancel
Save