1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 05:34:51 +00:00

Disable keep-alive-noop for Outlook again

This commit is contained in:
M66B 2024-10-08 08:48:55 +02:00
parent 67d4dd0212
commit 4620c7e6f9
2 changed files with 2 additions and 6 deletions

View file

@ -3052,6 +3052,8 @@ public abstract class DB extends RoomDatabase {
logMigration(startVersion, endVersion);
db.execSQL("UPDATE account SET keep_alive_noop = 0" +
" 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) {
@Override

View file

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