Enable partial fetch for Yahoo/AOL

pull/212/head
M66B 2 years ago
parent 1d59293ddc
commit aaef3bbdb1

@ -2751,7 +2751,7 @@ public abstract class DB extends RoomDatabase {
@Override
public void migrate(@NonNull SupportSQLiteDatabase db) {
logMigration(startVersion, endVersion);
db.execSQL("UPDATE account SET raw_fetch = 1" +
db.execSQL("UPDATE account SET partial_fetch = 1" +
" WHERE host = 'imap.mail.yahoo.com' OR host = 'imap.aol.com'");
}
}).addMigrations(new Migration(998, 999) {

@ -270,8 +270,7 @@
link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq88"
noop="true"
order="7"
partial="false"
raw="true">
partial="true">
<imap
host="imap.mail.yahoo.com"
port="993"
@ -305,8 +304,7 @@
link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq88"
noop="true"
order="7"
partial="false"
raw="true">
partial="true">
<imap
host="imap.mail.yahoo.com"
port="993"
@ -960,8 +958,7 @@
id="aol"
link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq88"
noop="true"
patial="false"
raw="true">
partial="true">
<imap
host="imap.aol.com"
port="993"

Loading…
Cancel
Save