aerc/worker/imap
ARaspiK 0535f6333f Add additional flagging functionality
More mail flags can now be set, unset, and toggled, not just the
read/seen flag.

This functionality is implemented with a new `:flag` and `:unflag`
command, which are extensions to the matching `:read` and `:unread`
commands, adding support for different flags.  In fact, the
`read`/`unread` commands are now recognized aliases to `flag`/`unflag`.
The new commands are also well documented in aerc(1).

The change mostly extends the previous read/unread setting functionality
by adding a selection for the flag to change.
2020-07-08 09:13:03 +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 Change search flags 2019-09-20 15:06:54 -04:00
worker.go Add additional flagging functionality 2020-07-08 09:13:03 +02:00