1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2025-12-10 18:33:43 +01:00
aerc/worker/imap
Robin Jarry dab1d48a25 body-structure: store parts content-id headers
In order to load message parts for rendering html emails, we need to
know the parts Content-ID header values (if any). Add this field to the
BodyStructure type and initialize it in all workers.

Signed-off-by: Robin Jarry <robin@jarry.cc>
Tested-by: Bence Ferdinandy <bence@ferdinandy.com>
Tested-by: Inwit <inwit@sindominio.net>
Tested-by: Matthew Phillips <matthew@matthewphillips.info>
2025-12-04 13:52:37 +01:00
..
extensions treewide: replace interface{} with any 2025-04-07 10:51:05 +02:00
cache.go imap: mention cache location in error logs 2025-11-21 11:31:38 +01:00
checkmail.go imap: workaround o365 bug upon new email 2025-06-20 09:02:01 +02:00
configure.go imap: add option to get go-imap to emit and store its own logs 2025-11-23 14:49:16 +01:00
configure_test.go imap: add support for :modify-labels / :tag for gmail and proton 2025-08-04 12:27:27 +02:00
connect.go imap: add option to get go-imap to emit and store its own logs 2025-11-23 14:49:16 +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: store and retrieve labels 2025-10-30 21:17:36 +01:00
flags.go imap: report label updates in status bar 2025-11-05 10:42:16 +01:00
idler.go log: move package to lib 2024-02-14 23:04:38 +01:00
imap.go body-structure: store parts content-id headers 2025-12-04 13:52:37 +01: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: don't use list-status to discover the list of directories 2025-11-23 14:48:37 +01: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 chore: switch to using stdlib helper functions 2025-08-04 12:47:05 +02:00
search_test.go imap: fix processing of search criteria end date 2025-03-09 00:40:30 +01:00
seqmap.go chore: switch to using stdlib helper functions 2025-08-04 12:47:05 +02:00
seqmap_test.go imap: support various provider policies for expunge calls 2025-05-12 13:18:38 +02:00
worker.go imap: add option to get go-imap to emit and store its own logs 2025-11-23 14:49:16 +01:00