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:
parent
dca633710f
commit
ed701f5672
1 changed files with 13 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue