1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-29 11:15:51 +00:00

Added provider Laposte.net

This commit is contained in:
M66B 2020-04-20 20:07:51 +02:00
parent 85f5851e3e
commit e28f6f706c

View file

@ -670,4 +670,16 @@
port="587"
starttls="true" />
</provider>
<provider
name="Laposte.net"
link="https://www.laposte.fr/votre-vie-digitale/conseils-pratiques/configuration-webmail-laposte.net">
<imap
host="imap.laposte.net"
port="993"
starttls="false" />
<smtp
host="smtp.laposte.net"
port="465"
starttls="false" />
</provider>
</providers>