aboutsummaryrefslogtreecommitdiff
path: root/go.mod
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade go-smtp to latest commitHEADmasterKonstantinos Koukas2022-10-191-1/+1
|
* Upgrade dependenciesSimon Ser2022-10-131-13/+15
|
* Upgrade go-webdav dependencyConrad Hoffmann2022-05-311-1/+1
| | | | | | | | | | | | | | | | | | | This commit upgrades go-webdav to what is currently the master branch. The go-webdav client implementation gained some features with regards to service discovery that alps can benefit from. With this change, one can pass e.g. the following upstream URL: carddav+insecure://example.com/.well-known/carddav This URL is defined in [RFC 6764, section 6][1]. If the server supports it, it will respond with a redirect to the currently authenticated user's principal URL. In the version used so far, the go-webdav client does not handle this redirect well. [1]: https://datatracker.ietf.org/doc/html/rfc6764#section-6 See also: https://github.com/emersion/go-webdav/commit/0363312
* Upgrade dependenciesSimon Ser2022-05-071-19/+19
|
* Upgrade dependenciesSimon Ser2021-07-051-16/+21
|
* Repoint repository references to new locationj3s2020-11-201-1/+1
|
* Fix issues with to/from headersDrew DeVault2020-11-191-1/+1
|
* Convert HTML to plaintext for forwarding & repliesDrew DeVault2020-11-191-0/+3
|
* Replace parts tree with attachment listDrew DeVault2020-10-231-0/+1
|
* Rig up dowork event queue and graceful terminationDrew DeVault2020-10-231-1/+1
|
* 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