aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add basic pagination to message listSimon Ser2019-12-037-20/+60
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/22
* Fix missing OutgoingMessage.InReplyTo assignmentSimon Ser2019-12-031-9/+5
|
* Add basic support for multiple recipientsSimon Ser2019-12-032-3/+10
|
* Add support for replying to a messageSimon Ser2019-12-035-12/+103
|
* Fix mailbox view when emptySimon Ser2019-12-032-9/+15
| | | | | | This fixes the second part of #14. References: https://todo.sr.ht/~sircmpwn/koushin/14
* Add empty CSS stylesheetSimon Ser2019-12-033-1/+3
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/19
* Set imap.CharsetReaderSimon Ser2019-12-031-1/+5
| | | | | This adds support for additional charsets when parsing e.g. subject lines.
* Escape mailbox names in URLsSimon Ser2019-12-034-5/+17
| | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/14
* Add session lockSimon Ser2019-12-033-16/+45
| | | | | | | HTTP requests can be processed in parallel, but we only have one IMAP connection per session. Closes: https://todo.sr.ht/~sircmpwn/koushin/12
* Import go-message charsets packageSimon Ser2019-12-031-0/+1
| | | | | | Enables support for non-UTF8 charsets. Closes: https://todo.sr.ht/~sircmpwn/koushin/18
* Pre-fill composer with sender addressSimon Ser2019-12-033-22/+30
|
* Add basic SMTP supportSimon Ser2019-12-035-7/+196
|
* Save username/password in sessionSimon Ser2019-12-032-13/+26
| | | | | This is required for authenticating with the SMTP server when composing a new message.
* Parse SMTP URL from CLISimon Ser2019-12-033-11/+57
|
* Fix EOF on message viewSimon Ser2019-12-031-2/+10
|
* Fix format stringSimon Ser2019-12-031-1/+1
|
* Add context to errorsSimon Ser2019-12-032-14/+14
|
* Add compose viewSimon Ser2019-12-034-2/+38
|
* Correct license ownershipDrew DeVault2019-12-031-1/+1
|
* Show last 50 messages in mailbox viewSimon Ser2019-12-031-1/+1
|
* Add logout routeSimon Ser2019-12-032-0/+11
|
* Set HTTP error handlerSimon Ser2019-12-031-0/+11
|
* Display & download any message partSimon Ser2019-12-035-55/+142
|
* Extract string conversion functionsSimon Ser2019-12-033-32/+37
|
* Linkify message part treeSimon Ser2019-12-032-8/+52
|
* go fmtSimon Ser2019-12-033-14/+14
|
* Print body structure treeSimon Ser2019-12-031-1/+16
|
* Add missing public/message.htmlSimon Ser2019-12-021-0/+11
|
* Add basic message viewSimon Ser2019-12-025-9/+211
|
* Linkify mailbox listSimon Ser2019-12-022-4/+1
|
* Add basic message listSimon Ser2019-12-023-3/+64
|
* Extract IMAP functions into separate fileSimon Ser2019-12-022-37/+51
|
* Add synchronization to connection poolSimon Ser2019-12-021-1/+11
|
* Evict connection pool entry on logoutSimon Ser2019-12-021-0/+6
|
* readme: add IMAP URL to usageSimon Ser2019-12-021-1/+1
|
* List mailboxesSimon Ser2019-12-022-4/+31
|
* Add initial login logicSimon Ser2019-12-026-6/+248
|
* Add HTTP server boilerplateSimon Ser2019-12-0210-0/+149