aerc/worker/imap
Reto Brunner c846307144 base models.Address on the mail.Address type
This allows us to hook into the std libs implementation of parsing related stuff.
For this, we need to get rid of the distinction between a mailbox and a host
to just a single "address" field.

However this is already the common case. All but one users immediately
concatenated the mbox/domain to a single address.

So this in effects makes it simpler for most cases and we simply do the
transformation in the special case.
2020-08-20 19:18:57 +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 base models.Address on the mail.Address type 2020-08-20 19:18:57 +02: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
remove.go Add support for :rmdir 2020-08-19 11:38:57 +02:00
search.go Add flag based search options 2020-07-25 08:08:08 +02:00
worker.go Add support for :rmdir 2020-08-19 11:38:57 +02:00