1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2025-12-31 23:01:15 +01:00
aerc/worker/imap
Robin Jarry bf9f3a4eff treewide: run go modernize
This is the result of the following command:

go run golang.org/x/tools/go/analysis/passes/modernize/cmd/modernize@latest -fix ./...

Signed-off-by: Robin Jarry <robin@jarry.cc>
2025-12-20 18:06:30 +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 treewide: run go modernize 2025-12-20 18:06:30 +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 treewide: run go modernize 2025-12-20 18:06:30 +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 treewide: run go modernize 2025-12-20 18:06:30 +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 treewide: run go modernize 2025-12-20 18:06:30 +01: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