aerc/worker/imap
Tobias Wölfel 494bd674a9 Add flag based search options
Provide search and filter with the option to specify more flag based
conditions.
Use '-x <flag>' to search for messages with a flag (seen, answered,
flagged) and '-X <flag>' to search for messages without a flag.
2020-07-25 08:08:08 +02:00
..
create.go #190 Handle gmail duplicate folder 2019-07-11 19:38:40 -04:00
fetch.go imap: Remove FetchMessageBodyPart.{Encoding,Charset} 2020-05-16 20:03:42 +02:00
flags.go Add additional flagging functionality 2020-07-08 09:13:03 +02:00
imap.go worker/imap: rely on go-imap for charset handling 2020-03-03 16:48:00 -05:00
list.go extract search criteria parsing into the backends 2019-08-29 08:44:10 +09:00
movecopy.go Mark sent messages as "seen" in maildir 2020-03-03 20:08:37 +01:00
open.go worker/imap: Fix seqMap race condition 2019-11-10 17:19:23 -05:00
search.go Add flag based search options 2020-07-25 08:08:08 +02:00
worker.go Add additional flagging functionality 2020-07-08 09:13:03 +02:00