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
Merge branch 'master' of github.com:M66B/open-source-email
main
M66B
6 years ago
parent
643b17397a
8bcd9c6205
commit
7860d1bd43
1 changed files
with
10 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-1
app/src/main/res/xml/providers.xml
+ 10
- 1
app/src/main/res/xml/providers.xml
View File
@ -92,4 +92,13 @@
port="465"
starttls="false" />
</provider>
</providers>
<provider
name=
"gmx.com"
>
<imap
host="imap.gmx.com"
port="993" />
<smtp
host="mail.gmx.com"
port="587"
starttls="true" />
</provider>
</providers>
Write
Preview
Loading…
Cancel
Save