mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Added provider Onet
This commit is contained in:
parent
8d9cec9886
commit
a7c3dac2fd
1 changed files with 13 additions and 0 deletions
|
@ -244,4 +244,17 @@
|
|||
port="465"
|
||||
starttls="false" />
|
||||
</provider>
|
||||
<!-- no IMAP IDLE -->
|
||||
<provider
|
||||
name="Onet"
|
||||
link="http://m.poczta.onet.pl/pomoc/android.html">
|
||||
<imap
|
||||
host="imap.poczta.onet.pl"
|
||||
port="993"
|
||||
starttls="false" />
|
||||
<smtp
|
||||
host="smtp.poczta.onet.pl"
|
||||
port="465"
|
||||
starttls="false" />
|
||||
</provider>
|
||||
</providers>
|
||||
|
|
Loading…
Reference in a new issue