aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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