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
main
M66B
6 years ago
parent
15f4af4708
commit
0698e9dd6b
2 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
.idea/caches/build_file_checksums.ser
+11
-0
app/src/main/res/xml/providers.xml
BIN
.idea/caches/build_file_checksums.ser
View File
+ 11
- 0
app/src/main/res/xml/providers.xml
View File
@ -132,4 +132,15 @@
port="587"
starttls="true" />
</provider>
<provider
name="Mail.de"
link="https://mail.de/hilfe/pop3-imap-einstellungen">
<imap
host="imap.mail.de"
port="993" />
<smtp
host="smtp.mail.de"
port="465"
starttls="false" />
</provider>
</providers>
Write
Preview
Loading…
Cancel
Save