Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | go get -u | 2024-01-10 | 1 | -13/+13 | |
| | |||||
* | Bump minimum Go version to 1.18 | 2024-01-10 | 1 | -7/+20 | |
| | |||||
* | Upgrade go-imap | 2024-01-10 | 1 | -3/+3 | |
| | |||||
* | Upgrade go-webdav | 2023-12-27 | 1 | -2/+1 | |
| | |||||
* | Upgrade dependencies | 2023-10-05 | 1 | -6/+6 | |
| | |||||
* | Upgrade dependencies | 2023-08-02 | 1 | -10/+9 | |
| | | | | In particular, go-imap is upgraded to v2.0.0-alpha.6. | ||||
* | Upgrade to go-imap v2 | 2023-04-30 | 1 | -4/+1 | |
| | |||||
* | Upgrade dependencies | 2023-03-09 | 1 | -14/+10 | |
| | |||||
* | Upgrade go-smtp to latest commit | 2022-10-19 | 1 | -1/+1 | |
| | |||||
* | Upgrade dependencies | 2022-10-13 | 1 | -13/+15 | |
| | |||||
* | Upgrade go-webdav dependency | 2022-05-31 | 1 | -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 dependencies | 2022-05-07 | 1 | -19/+19 | |
| | |||||
* | Upgrade dependencies | 2021-07-05 | 1 | -16/+21 | |
| | |||||
* | Repoint repository references to new location | 2020-11-20 | 1 | -1/+1 | |
| | |||||
* | Fix issues with to/from headers | 2020-11-19 | 1 | -1/+1 | |
| | |||||
* | Convert HTML to plaintext for forwarding & replies | 2020-11-19 | 1 | -0/+3 | |
| | |||||
* | Replace parts tree with attachment list | 2020-10-23 | 1 | -0/+1 | |
| | |||||
* | Rig up dowork event queue and graceful termination | 2020-10-23 | 1 | -1/+1 | |
| | |||||
* | login: set encrypted "remember me" token | 2020-05-20 | 1 | -0/+1 | |
| | |||||
* | plugins/caldav: add form to create new events | 2020-05-13 | 1 | -1/+1 | |
| | |||||
* | plugins/caldav: switch to path-based URLs | 2020-05-13 | 1 | -1/+1 | |
| | | | | | UIDs are not first-class WebDAV citizens and would require two roundtrips for most operations. | ||||
* | Update go-webdav | 2020-05-13 | 1 | -1/+1 | |
| | |||||
* | Update dependencies | 2020-05-13 | 1 | -9/+8 | |
| | |||||
* | Rename project to alps | 2020-05-13 | 1 | -1/+1 | |
| | |||||
* | plugins/base: allow move/delete/flag operations to take multiple UIDs | 2020-03-19 | 1 | -7/+7 | |
| | |||||
* | plugins/carddav: check supported vCard versions | 2020-02-27 | 1 | -1/+1 | |
| | |||||
* | Update linkify | 2020-02-26 | 1 | -2/+3 | |
| | | | | | Latest linkify contains a fix for e-mail addresses surrounded by angle brackets. | ||||
* | plugins/caldav: update go-webdav | 2020-02-25 | 1 | -4/+4 | |
| | |||||
* | plugins/viewtext: linkify plaintext messages | 2020-02-25 | 1 | -0/+1 | |
| | |||||
* | Fix go.mod containing local replace directive | 2020-02-13 | 1 | -2/+0 | |
| | |||||
* | plugins/carddav: add view to edit contacts | 2020-02-12 | 1 | -0/+2 | |
| | |||||
* | plugins/carddav: add page to create new contact | 2020-02-12 | 1 | -1/+2 | |
| | |||||
* | Update dependencies | 2020-02-12 | 1 | -5/+3 | |
| | |||||
* | docs: add instructions for Google accounts | 2020-02-12 | 1 | -0/+2 | |
| | | | | This makes it easier for people to try out koushin. | ||||
* | plugins/caldav: add basic event view | 2020-02-05 | 1 | -1/+1 | |
| | |||||
* | plugins/caldav: new plugin | 2020-02-05 | 1 | -1/+1 | |
| | | | | | | For now it can only list events for the current month. References: https://todo.sr.ht/~sircmpwn/koushin/60 | ||||
* | plugins/carddav: new plugin | 2020-02-05 | 1 | -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 504f39abaf320 | 2020-02-03 | 1 | -4/+5 | |
| | | | | | | This fixes an OpenBSD issue. Closes: https://todo.sr.ht/~sircmpwn/koushin/50 | ||||
* | koushin: add Store interface | 2020-01-28 | 1 | -0/+1 | |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/5 | ||||
* | plugins/base: append outgoing messages to Sent mailbox | 2020-01-20 | 1 | -0/+1 | |
| | | | | | | And mark original message as answered. Closes: https://todo.sr.ht/~sircmpwn/koushin/15 | ||||
* | plugins/base: remove external resources URLs, sanitize CSS | 2020-01-20 | 1 | -2/+6 | |
| | |||||
* | Update dependencies | 2020-01-20 | 1 | -10/+7 | |
| | |||||
* | Add a form to set message flags | 2019-12-17 | 1 | -1/+1 | |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/36 | ||||
* | Add form to move messages | 2019-12-16 | 1 | -0/+1 | |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/36 | ||||
* | Update deps | 2019-12-16 | 1 | -8/+8 | |
| | |||||
* | Add basic support for plugins | 2019-12-09 | 1 | -0/+2 | |
| | |||||
* | Use imap.BodyStructure.Filename and imap.Address.Address | 2019-12-09 | 1 | -1/+1 | |
| | | | | | The former fixes encoding issues in filenames. The latter is just for brevity. | ||||
* | Add basic theme support | 2019-12-04 | 1 | -0/+1 | |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/1 | ||||
* | Add basic SMTP support | 2019-12-03 | 1 | -1/+9 | |
| | |||||
* | Add basic message view | 2019-12-02 | 1 | -0/+1 | |
| |