Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | flags: add support for draft flag | Jason Cox | 2024-01-26 | 1 | -0/+2 |
* | model: change flags array to bitmask | Robin Jarry | 2023-01-04 | 1 | -8/+8 |
* | envelope: add InReplyTo field | Tim Culverhouse | 2022-11-09 | 1 | -5/+5 |
* | go.mod: change base git url | Robin Jarry | 2021-11-05 | 1 | -1/+1 |
* | imap: strip <> from message-ids | Reto Brunner | 2020-11-14 | 1 | -1/+9 |
* | remove models.Address in favor of go-message Address | Reto Brunner | 2020-11-14 | 1 | -3/+4 |
* | base models.Address on the mail.Address type | Reto Brunner | 2020-08-20 | 1 | -2/+1 |
* | worker/imap: rely on go-imap for charset handling | Simon Ser | 2020-03-03 | 1 | -31/+13 |
* | Mark sent messages as "seen" in maildir | Galen Abell | 2020-03-03 | 1 | -3/+21 |
* | decode(RFC 2047) imap headers to fix encoding in subject & filenames | Leszek CimaĆa | 2019-12-07 | 1 | -5/+25 |
* | Factor IMAP-specific structs out of UI models | Ben Burwell | 2019-07-08 | 1 | -0/+75 |
* | Use []uint32 instead of imap.SeqSet | Ben Burwell | 2019-07-08 | 1 | -0/+13 |