aboutsummaryrefslogtreecommitdiff
path: root/go.mod
Commit message (Collapse)AuthorAgeFilesLines
* login: set encrypted "remember me" tokenDrew DeVault2020-05-201-0/+1
|
* plugins/caldav: add form to create new eventsSimon Ser2020-05-131-1/+1
|
* plugins/caldav: switch to path-based URLsSimon Ser2020-05-131-1/+1
| | | | | UIDs are not first-class WebDAV citizens and would require two roundtrips for most operations.
* Update go-webdavSimon Ser2020-05-131-1/+1
|
* Update dependenciesSimon Ser2020-05-131-9/+8
|
* Rename project to alpsSimon Ser2020-05-131-1/+1
|
* plugins/base: allow move/delete/flag operations to take multiple UIDsSimon Ser2020-03-191-7/+7
|
* plugins/carddav: check supported vCard versionsSimon Ser2020-02-271-1/+1
|
* Update linkifySimon Ser2020-02-261-2/+3
| | | | | Latest linkify contains a fix for e-mail addresses surrounded by angle brackets.
* plugins/caldav: update go-webdavSimon Ser2020-02-251-4/+4
|
* plugins/viewtext: linkify plaintext messagesSimon Ser2020-02-251-0/+1
|
* Fix go.mod containing local replace directiveSimon Ser2020-02-131-2/+0
|
* plugins/carddav: add view to edit contactsSimon Ser2020-02-121-0/+2
|
* plugins/carddav: add page to create new contactSimon Ser2020-02-121-1/+2
|
* Update dependenciesSimon Ser2020-02-121-5/+3
|
* docs: add instructions for Google accountsSimon Ser2020-02-121-0/+2
| | | | This makes it easier for people to try out koushin.
* plugins/caldav: add basic event viewSimon Ser2020-02-051-1/+1
|
* plugins/caldav: new pluginSimon Ser2020-02-051-1/+1
| | | | | | 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-0/+2
| | | | | | | 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-4/+5
| | | | | | This fixes an OpenBSD issue. Closes: https://todo.sr.ht/~sircmpwn/koushin/50
* koushin: add Store interfaceSimon Ser2020-01-281-0/+1
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/5
* plugins/base: append outgoing messages to Sent mailboxSimon Ser2020-01-201-0/+1
| | | | | | 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/+6
|
* Update dependenciesSimon Ser2020-01-201-10/+7
|
* Add a form to set message flagsSimon Ser2019-12-171-1/+1
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/36
* Add form to move messagesSimon Ser2019-12-161-0/+1
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/36
* Update depsSimon Ser2019-12-161-8/+8
|
* Add basic support for pluginsSimon Ser2019-12-091-0/+2
|
* Use imap.BodyStructure.Filename and imap.Address.AddressSimon Ser2019-12-091-1/+1
| | | | | The former fixes encoding issues in filenames. The latter is just for brevity.
* Add basic theme supportSimon Ser2019-12-041-0/+1
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/1
* Add basic SMTP supportSimon Ser2019-12-031-1/+9
|
* Add basic message viewSimon Ser2019-12-021-0/+1
|
* Add initial login logicSimon Ser2019-12-021-1/+4
|
* Add HTTP server boilerplateSimon Ser2019-12-021-0/+5