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:
parent
85f5851e3e
commit
e28f6f706c
1 changed files with 12 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue