mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Added Mail.com profile
This commit is contained in:
parent
91e3be06b5
commit
3d1211663a
1 changed files with 13 additions and 0 deletions
|
@ -1205,4 +1205,17 @@
|
||||||
port="587"
|
port="587"
|
||||||
starttls="true" />
|
starttls="true" />
|
||||||
</provider>
|
</provider>
|
||||||
|
<provider
|
||||||
|
name="Mail.com"
|
||||||
|
link="https://support.mail.com/premium/imap/server.html#indexlink_help_premium_imap"
|
||||||
|
mx=".*\\.mail\\.com">
|
||||||
|
<imap
|
||||||
|
host="imap.mail.com"
|
||||||
|
port="993"
|
||||||
|
starttls="false" />
|
||||||
|
<smtp
|
||||||
|
host="smtp.mail.com"
|
||||||
|
port="465"
|
||||||
|
starttls="false" />
|
||||||
|
</provider>
|
||||||
</providers>
|
</providers>
|
||||||
|
|
Loading…
Reference in a new issue