1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-25 15:32:52 +00:00

Added provider Lilo

This commit is contained in:
M66B 2020-03-14 18:24:08 +01:00
parent dca633710f
commit ed701f5672

View file

@ -575,4 +575,17 @@
port="587"
starttls="true" />
</provider>
<provider
name="Lilo"
domain="lilo\\.org"
link="https://mail.lilo.org/imap">
<imap
host="mail.lilo.org"
port="143"
starttls="true" />
<smtp
host="mail.lilo.org"
port="587"
starttls="true" />
</provider>
</providers>