Disable keep-alive-noop for Outlook again

pull/217/head
M66B 12 months ago
parent 67d4dd0212
commit 4620c7e6f9

@ -3052,6 +3052,8 @@ public abstract class DB extends RoomDatabase {
logMigration(startVersion, endVersion); logMigration(startVersion, endVersion);
db.execSQL("UPDATE account SET keep_alive_noop = 0" + db.execSQL("UPDATE account SET keep_alive_noop = 0" +
" WHERE host = 'imap.gmail.com' AND pop = " + EntityAccount.TYPE_IMAP); " WHERE host = 'imap.gmail.com' AND pop = " + EntityAccount.TYPE_IMAP);
db.execSQL("UPDATE account SET keep_alive_noop = 0" +
" WHERE host = 'outlook.office365.com' AND pop = " + EntityAccount.TYPE_IMAP);
} }
}).addMigrations(new Migration(998, 999) { }).addMigrations(new Migration(998, 999) {
@Override @Override

@ -69,7 +69,6 @@
domain="live\\..*" domain="live\\..*"
link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq14" link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq14"
maxtls="1.2" maxtls="1.2"
noop="true"
order="3" order="3"
partial="false" partial="false"
useip="false"> useip="false">
@ -90,7 +89,6 @@
domain="hotmail\\..*" domain="hotmail\\..*"
link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq14" link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq14"
maxtls="1.2" maxtls="1.2"
noop="true"
order="4" order="4"
partial="false" partial="false"
useip="false"> useip="false">
@ -124,7 +122,6 @@
id="office365" id="office365"
link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq14" link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq14"
maxtls="1.2" maxtls="1.2"
noop="true"
order="5" order="5"
partial="false" partial="false"
useip="false"> useip="false">
@ -163,7 +160,6 @@
id="office365pcke" id="office365pcke"
link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq14" link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq14"
maxtls="1.2" maxtls="1.2"
noop="true"
order="5" order="5"
partial="false" partial="false"
useip="false"> useip="false">
@ -204,7 +200,6 @@
id="outlookgraph" id="outlookgraph"
link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq14" link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq14"
maxtls="1.2" maxtls="1.2"
noop="true"
order="6" order="6"
partial="false" partial="false"
useip="false"> useip="false">
@ -257,7 +252,6 @@
id="outlook" id="outlook"
link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq14" link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq14"
maxtls="1.2" maxtls="1.2"
noop="true"
order="5" order="5"
partial="false" partial="false"
useip="false"> useip="false">

Loading…
Cancel
Save