mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Added provider Laposte.net
This commit is contained in:
parent
85f5851e3e
commit
e28f6f706c
1 changed files with 12 additions and 0 deletions
|
@ -670,4 +670,16 @@
|
||||||
port="587"
|
port="587"
|
||||||
starttls="true" />
|
starttls="true" />
|
||||||
</provider>
|
</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>
|
</providers>
|
||||||
|
|
Loading…
Reference in a new issue