[geary/gnumdk/stable: 4/21] engine: imap-engine: Outlook now supports UIDPLUS
- From: Cédric Bellegarde <cbellegarde src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/gnumdk/stable: 4/21] engine: imap-engine: Outlook now supports UIDPLUS
- Date: Mon, 1 Aug 2022 12:45:46 +0000 (UTC)
commit 0c8cfe4c2d80ae8cbce300731121f6bcef53eddf
Author: Cédric Bellegarde <cedric bellegarde adishatz org>
Date: Sat Jul 2 17:41:31 2022 +0200
engine: imap-engine: Outlook now supports UIDPLUS
* OK The Microsoft Exchange IMAP4 service is ready.
[QQBTADQAUAAxADkANQBDAEEAMAAwADEANwAuAEUAVQBSAFAAMQA5ADUALgBQAFIATwBEAC4ATwBVAFQATABPAE8ASwAuAEMATwBNAA==]
A001 CAPABILITY
* CAPABILITY IMAP4 IMAP4rev1 LOGINDISABLED STARTTLS SASL-IR UIDPLUS ID UNSELECT CHILDREN IDLE NAMESPACE
LITERAL+
A001 OK CAPABILITY completed.
Fix #1382
.../outlook/imap-engine-outlook-account.vala | 3 ---
.../outlook/imap-engine-outlook-drafts-folder.vala | 19 -------------------
2 files changed, 22 deletions(-)
---
diff --git a/src/engine/imap-engine/outlook/imap-engine-outlook-account.vala
b/src/engine/imap-engine/outlook/imap-engine-outlook-account.vala
index df55b2279..2542b242c 100644
--- a/src/engine/imap-engine/outlook/imap-engine-outlook-account.vala
+++ b/src/engine/imap-engine/outlook/imap-engine-outlook-account.vala
@@ -50,9 +50,6 @@ private class Geary.ImapEngine.OutlookAccount : Geary.ImapEngine.GenericAccount
}
}
- if (use == DRAFTS)
- return new OutlookDraftsFolder(this, local_folder);
-
return new OutlookFolder(this, local_folder, use);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]