This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
simple-email
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Added provider Yandex
main
M66B
6 years ago
parent
a0880c4c06
commit
2667816ecb
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save