about summary refs log tree commit diff stats
path: root/worker/imap/imap.go
Commit message (Expand)AuthorAgeFilesLines
* imap: strip <> from message-idsReto Brunner2020-11-141-1/+9
* remove models.Address in favor of go-message AddressReto Brunner2020-11-141-3/+4
* base models.Address on the mail.Address typeReto Brunner2020-08-201-2/+1
* worker/imap: rely on go-imap for charset handlingSimon Ser2020-03-031-31/+13
* Mark sent messages as "seen" in maildirGalen Abell2020-03-031-3/+21
* decode(RFC 2047) imap headers to fix encoding in subject & filenamesLeszek CimaƂa2019-12-071-5/+25
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-081-0/+75
* Use []uint32 instead of imap.SeqSetBen Burwell2019-07-081-0/+13