aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade dependenciesLibravatarLibravatar Simon Ser 2022-10-131-13/+15
|
* Upgrade go-webdav dependencyLibravatarLibravatar Conrad Hoffmann 2022-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 dependenciesLibravatarLibravatar Simon Ser 2022-05-071-19/+19
|
* Upgrade dependenciesLibravatarLibravatar Simon Ser 2021-07-051-16/+21
|
* Repoint repository references to new locationLibravatarLibravatar j3s 2020-11-201-1/+1
|
* Fix issues with to/from headersLibravatarLibravatar Drew DeVault 2020-11-191-1/+1
|
* Convert HTML to plaintext for forwarding & repliesLibravatarLibravatar Drew DeVault 2020-11-191-0/+3
|
* Replace parts tree with attachment listLibravatarLibravatar Drew DeVault 2020-10-231-0/+1
|
* Rig up dowork event queue and graceful terminationLibravatarLibravatar Drew DeVault 2020-10-231-1/+1
|
* login: set encrypted "remember me" tokenLibravatarLibravatar Drew DeVault 2020-05-201-0/+1
|
* plugins/caldav: add form to create new eventsLibravatarLibravatar Simon Ser 2020-05-131-1/+1
|
* plugins/caldav: switch to path-based URLsLibravatarLibravatar Simon Ser 2020-05-131-1/+1
| | | | | UIDs are not first-class WebDAV citizens and would require two roundtrips for most operations.
* Update go-webdavLibravatarLibravatar Simon Ser 2020-05-131-1/+1
|
* Update dependenciesLibravatarLibravatar Simon Ser 2020-05-131-9/+8
|
* Rename project to alpsLibravatarLibravatar Simon Ser 2020-05-131-1/+1
|
* plugins/base: allow move/delete/flag operations to take multiple UIDsLibravatarLibravatar Simon Ser 2020-03-191-7/+7
|
* plugins/carddav: check supported vCard versionsLibravatarLibravatar Simon Ser 2020-02-271-1/+1
|
* Update linkifyLibravatarLibravatar Simon Ser 2020-02-261-2/+3
| | | | | Latest linkify contains a fix for e-mail addresses surrounded by angle brackets.
* plugins/caldav: update go-webdavLibravatarLibravatar Simon Ser 2020-02-251-4/+4
|
* plugins/viewtext: linkify plaintext messagesLibravatarLibravatar Simon Ser 2020-02-251-0/+1
|
* Fix go.mod containing local replace directiveLibravatarLibravatar Simon Ser 2020-02-131-2/+0
|
* plugins/carddav: add view to edit contactsLibravatarLibravatar Simon Ser 2020-02-121-0/+2
|
* plugins/carddav: add page to create new contactLibravatarLibravatar Simon Ser 2020-02-121-1/+2
|
* Update dependenciesLibravatarLibravatar Simon Ser 2020-02-121-5/+3
|
* docs: add instructions for Google accountsLibravatarLibravatar Simon Ser 2020-02-121-0/+2
| | | | This makes it easier for people to try out koushin.
* plugins/caldav: add basic event viewLibravatarLibravatar Simon Ser 2020-02-051-1/+1
|
* plugins/caldav: new pluginLibravatarLibravatar Simon Ser 2020-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 pluginLibravatarLibravatar Simon Ser 2020-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 504f39abaf320LibravatarLibravatar Simon Ser 2020-02-031-4/+5
| | | | | | This fixes an OpenBSD issue. Closes: https://todo.sr.ht/~sircmpwn/koushin/50
* koushin: add Store interfaceLibravatarLibravatar Simon Ser 2020-01-281-0/+1
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/5
* plugins/base: append outgoing messages to Sent mailboxLibravatarLibravatar Simon Ser 2020-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 CSSLibravatarLibravatar Simon Ser 2020-01-201-2/+6
|
* Update dependenciesLibravatarLibravatar Simon Ser 2020-01-201-10/+7
|
* Add a form to set message flagsLibravatarLibravatar Simon Ser 2019-12-171-1/+1
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/36
* Add form to move messagesLibravatarLibravatar Simon Ser 2019-12-161-0/+1
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/36
* Update depsLibravatarLibravatar Simon Ser 2019-12-161-8/+8
|
* Add basic support for pluginsLibravatarLibravatar Simon Ser 2019-12-091-0/+2
|
* Use imap.BodyStructure.Filename and imap.Address.AddressLibravatarLibravatar Simon Ser 2019-12-091-1/+1
| | | | | The former fixes encoding issues in filenames. The latter is just for brevity.
* Add basic theme supportLibravatarLibravatar Simon Ser 2019-12-041-0/+1
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/1
* Add basic SMTP supportLibravatarLibravatar Simon Ser 2019-12-031-1/+9
|
* Add basic message viewLibravatarLibravatar Simon Ser 2019-12-021-0/+1
|
* Add initial login logicLibravatarLibravatar Simon Ser 2019-12-021-1/+4
|
* Add HTTP server boilerplateLibravatarLibravatar Simon Ser 2019-12-021-0/+5