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 web.de
main
M66B
6 years ago
parent
e50452a6e6
commit
51e256ab9c
1 changed files
with
11 additions
and
0 deletions
Unified 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
@ -154,4 +154,15 @@
port="465"
port="465"
starttls="false" />
starttls="false" />
</provider>
</provider>
<provider
name="web.de"
link="https://hilfe.web.de/pop-imap/imap/imap-serverdaten.html">
<imap
host="imap.web.de"
port="993" />
<smtp
host="smtp.web.de"
port="587"
starttls="true" />
</provider>
</providers>
</providers>
Write
Preview
Loading…
Cancel
Save