1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2025-07-01 03:30:21 +02:00
aerc/worker/imap
Simon Martin 9a967f1795 imap: always use negotiated x-gm-ext-1 value
While it negotiates the X-GM-EXT-1 capability with GMail, aerc defaults
to not using it because the use-gmail-ext configuration knob defaults to
false.

This patch simply dismantles that knob, so that GMail users always
benefit from all its capabilities.

Changelog-added: Always use `X-GM-EXT-1` extension if negotiated
 with GMail.
Signed-off-by: Simon Martin <simon@nasilyan.com>
Acked-by: Robin Jarry <robin@jarry.cc>
2025-06-25 16:46:15 +02:00
..
extensions treewide: replace interface{} with any 2025-04-07 10:51:05 +02:00
cache.go imap: add rudimentary readonly support for labels in gmail 2025-06-20 09:30:44 +02:00
checkmail.go imap: workaround o365 bug upon new email 2025-06-20 09:02:01 +02:00
configure.go imap: always use negotiated x-gm-ext-1 value 2025-06-25 16:46:15 +02:00
connect.go imap: add support for plain auth 2025-01-16 21:00:47 +01:00
create.go go vet: composite literal uses unkeyed fields 2022-03-18 13:33:16 +01:00
expungehandler.go imap: do not ignore delete notifications linked to move actions 2025-06-11 10:12:09 +02:00
fetch.go imap: add rudimentary readonly support for labels in gmail 2025-06-20 09:30:44 +02:00
flags.go imap: do not ignore delete notifications linked to move actions 2025-06-11 10:12:09 +02:00
idler.go log: move package to lib 2024-02-14 23:04:38 +01:00
imap.go imap: strip whitespace from Message-Id and In-Reply-To 2024-10-24 22:13:51 +02:00
imap_test.go imap: strip whitespace from Message-Id and In-Reply-To 2024-10-24 22:13:51 +02:00
list.go imap: add rudimentary readonly support for labels in gmail 2025-06-20 09:30:44 +02:00
movecopy.go imap: do not ignore delete notifications linked to move actions 2025-06-11 10:12:09 +02:00
observer.go treewide: replace interface{} with any 2025-04-07 10:51:05 +02:00
open.go imap: partially revert two recent patches 2025-04-02 17:33:48 +02:00
remove.go go vet: composite literal uses unkeyed fields 2022-03-18 13:33:16 +01:00
search.go imap: fix processing of search criteria end date 2025-03-09 00:40:30 +01:00
search_test.go imap: fix processing of search criteria end date 2025-03-09 00:40:30 +01:00
seqmap.go imap: support various provider policies for expunge calls 2025-05-12 13:18:38 +02:00
seqmap_test.go imap: support various provider policies for expunge calls 2025-05-12 13:18:38 +02:00
worker.go imap: always use negotiated x-gm-ext-1 value 2025-06-25 16:46:15 +02:00