aboutsummaryrefslogtreecommitdiff
path: root/go.sum
Commit message (Collapse)AuthorAgeFilesLines
* Rig up dowork event queue and graceful terminationDrew DeVault2020-10-231-0/+95
|
* login: set encrypted "remember me" tokenDrew DeVault2020-05-201-0/+2
|
* plugins/caldav: switch to path-based URLsSimon Ser2020-05-131-2/+2
| | | | | UIDs are not first-class WebDAV citizens and would require two roundtrips for most operations.
* Update go-webdavSimon Ser2020-05-131-2/+2
|
* Update dependenciesSimon Ser2020-05-131-11/+17
|
* plugins/base: allow move/delete/flag operations to take multiple UIDsSimon Ser2020-03-191-13/+15
|
* plugins/carddav: check supported vCard versionsSimon Ser2020-02-271-2/+2
|
* Update linkifySimon Ser2020-02-261-4/+6
| | | | | Latest linkify contains a fix for e-mail addresses surrounded by angle brackets.
* plugins/caldav: update go-webdavSimon Ser2020-02-251-10/+10
|
* plugins/viewtext: linkify plaintext messagesSimon Ser2020-02-251-0/+2
|
* plugins/carddav: add page to create new contactSimon Ser2020-02-121-2/+4
|
* Update dependenciesSimon Ser2020-02-121-6/+6
|
* plugins/caldav: add basic event viewSimon Ser2020-02-051-2/+2
|
* plugins/caldav: new pluginSimon Ser2020-02-051-2/+9
| | | | | | For now it can only list events for the current month. References: https://todo.sr.ht/~sircmpwn/koushin/60
* plugins/carddav: new pluginSimon Ser2020-02-051-14/+4
| | | | | | | A new minimal CardDAV plugin is introduced. It injects a list of e-mail addresses in the e-mail compose view. References: https://todo.sr.ht/~sircmpwn/koushin/7
* Update echo to 504f39abaf320Simon Ser2020-02-031-10/+11
| | | | | | This fixes an OpenBSD issue. Closes: https://todo.sr.ht/~sircmpwn/koushin/50
* koushin: add Store interfaceSimon Ser2020-01-281-0/+2
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/5
* plugins/base: append outgoing messages to Sent mailboxSimon Ser2020-01-201-0/+2
| | | | | | And mark original message as answered. Closes: https://todo.sr.ht/~sircmpwn/koushin/15
* plugins/base: remove external resources URLs, sanitize CSSSimon Ser2020-01-201-2/+9
|
* Add support for HTML partsSimon Ser2020-01-201-0/+2
|
* Update dependenciesSimon Ser2020-01-201-16/+18
|
* Add a form to set message flagsSimon Ser2019-12-171-0/+2
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/36
* Add form to move messagesSimon Ser2019-12-161-0/+2
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/36
* Update depsSimon Ser2019-12-161-25/+17
|
* Add basic support for pluginsSimon Ser2019-12-091-0/+9
|
* Use imap.BodyStructure.Filename and imap.Address.AddressSimon Ser2019-12-091-0/+2
| | | | | The former fixes encoding issues in filenames. The latter is just for brevity.
* Add basic SMTP supportSimon Ser2019-12-031-1/+31
|
* Add basic message viewSimon Ser2019-12-021-0/+2
|
* Add initial login logicSimon Ser2019-12-021-0/+10
|
* Add HTTP server boilerplateSimon Ser2019-12-021-0/+34