aerc/worker/imap
Koni Marti d99b6081f7 imap: fix flags update
Fixes updating the flags in the imap backend. Before, the silent flag
was set incorrectly by 75fc42e ("imap: send message info updates for
bulk flag ops") which caused some imap servers to not send the updated
flags. By disabling the silent flag, the flag update will return a
corrsponding value that we can send back to the message store to update
the flags correctly.

Fixes: 75fc42e ("imap: send message info updates for bulk flag ops")
Reported-by: Jens Grassel <jens@wegtam.com>
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Tested-by: Jens Grassel <jens@wegtam.com>
Acked-by: Robin Jarry <robin@jarry.cc>
2022-10-04 10:19:40 +02:00
..
cache.go cache: fetch flags from UI 2022-09-20 21:10:35 +02:00
checkmail.go imap: stop checkmail if there are pending actions 2022-09-29 17:14:07 +02:00
configure.go imap,smtp: add XOAUTH2 support 2022-10-01 15:47:33 +02:00
connect.go imap,smtp: add XOAUTH2 support 2022-10-01 15:47:33 +02:00
create.go go vet: composite literal uses unkeyed fields 2022-03-18 13:33:16 +01:00
fetch.go viewer: option to not mark message as seen 2022-10-04 09:43:58 +02:00
flags.go imap: fix flags update 2022-10-04 10:19:40 +02:00
idler.go idler: fix data race for access to idleing and waiting 2022-09-26 17:32:00 +02:00
imap.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
list.go lint: apply new formatting rules 2022-08-01 10:44:52 +02:00
movecopy.go imap: implement MoveMessages handling 2022-08-22 15:46:53 +02:00
observer.go lint: apply new formatting rules 2022-08-01 10:44:52 +02:00
open.go lint: ensure errors are at least logged (errcheck) 2022-08-04 21:57:57 +02:00
remove.go go vet: composite literal uses unkeyed fields 2022-03-18 13:33:16 +01:00
search.go lint: homogenize operations and minor fixes (gocritic) 2022-08-04 21:58:01 +02:00
seqmap.go imap: create copy of uids to retain sort order 2022-08-22 15:46:49 +02:00
seqmap_test.go imap: create copy of uids to retain sort order 2022-08-22 15:46:49 +02:00
worker.go imap,smtp: add XOAUTH2 support 2022-10-01 15:47:33 +02:00