aboutsummaryrefslogtreecommitdiff
path: root/imap.go
Commit message (Collapse)AuthorAgeFilesLines
* Add basic pagination to message listSimon Ser2019-12-031-10/+10
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/22
* Fix mailbox view when emptySimon Ser2019-12-031-1/+3
| | | | | | This fixes the second part of #14. References: https://todo.sr.ht/~sircmpwn/koushin/14
* Set imap.CharsetReaderSimon Ser2019-12-031-1/+5
| | | | | This adds support for additional charsets when parsing e.g. subject lines.
* Import go-message charsets packageSimon Ser2019-12-031-0/+1
| | | | | | Enables support for non-UTF8 charsets. Closes: https://todo.sr.ht/~sircmpwn/koushin/18
* Fix EOF on message viewSimon Ser2019-12-031-2/+10
|
* Fix format stringSimon Ser2019-12-031-1/+1
|
* Add context to errorsSimon Ser2019-12-031-9/+9
|
* Show last 50 messages in mailbox viewSimon Ser2019-12-031-1/+1
|
* Display & download any message partSimon Ser2019-12-031-25/+39
|
* Extract string conversion functionsSimon Ser2019-12-031-2/+2
|
* Linkify message part treeSimon Ser2019-12-031-4/+48
|
* go fmtSimon Ser2019-12-031-4/+4
|
* Add basic message viewSimon Ser2019-12-021-8/+147
|
* Add basic message listSimon Ser2019-12-021-0/+48
|
* Extract IMAP functions into separate fileSimon Ser2019-12-021-0/+49