Enabled raw fetch for Yahoo/AOL

pull/212/head
M66B 3 years ago
parent cbc90466ea
commit a804a2dcde

File diff suppressed because it is too large Load Diff

@ -68,7 +68,7 @@ import javax.mail.internet.InternetAddress;
// https://developer.android.com/topic/libraries/architecture/room.html
@Database(
version = 269,
version = 270,
entities = {
EntityIdentity.class,
EntityAccount.class,

@ -267,7 +267,8 @@
link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq88"
noop="true"
order="7"
partial="false">
partial="false"
raw="true">
<imap
host="imap.mail.yahoo.com"
port="993"
@ -301,7 +302,8 @@
link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq88"
noop="true"
order="7"
partial="false">
partial="false"
raw="true">
<imap
host="imap.mail.yahoo.com"
port="993"
@ -954,7 +956,9 @@
domain="aol\\..*,compuserve\\.com"
id="aol"
link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq88"
noop="true">
noop="true"
patial="false"
raw="true">
<imap
host="imap.aol.com"
port="993"

Loading…
Cancel
Save