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
Prepare listing AOL
main
M66B
6 years ago
parent
ba1a8e9551
commit
a7cee78360
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
@ -176,4 +176,15 @@
port="465"
port="465"
starttls="false" />
starttls="false" />
</provider>
</provider>
<!--
provider
name="AOL"
link="https://help.aol.com/articles/how-do-i-use-other-email-applications-to-send-and-receive-my-aol-mail">
<imap
host="imap.aol.com"
port="993" />
<smtp
host="smtp.aol.com"
port="465"
starttls="false" />
</provider-->
</providers>
</providers>
Write
Preview
Loading…
Cancel
Save