Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repoint repository references to new location | j3s | 2020-11-20 | 1 | -1/+1 |
| | |||||
* | Fix issues with to/from headers | Drew DeVault | 2020-11-19 | 1 | -1/+1 |
| | |||||
* | Convert HTML to plaintext for forwarding & replies | Drew DeVault | 2020-11-19 | 1 | -0/+3 |
| | |||||
* | Replace parts tree with attachment list | Drew DeVault | 2020-10-23 | 1 | -0/+1 |
| | |||||
* | Rig up dowork event queue and graceful termination | Drew DeVault | 2020-10-23 | 1 | -1/+1 |
| | |||||
* | login: set encrypted "remember me" token | Drew DeVault | 2020-05-20 | 1 | -0/+1 |
| | |||||
* | plugins/caldav: add form to create new events | Simon Ser | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | plugins/caldav: switch to path-based URLs | Simon Ser | 2020-05-13 | 1 | -1/+1 |
| | | | | | UIDs are not first-class WebDAV citizens and would require two roundtrips for most operations. | ||||
* | Update go-webdav | Simon Ser | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | Update dependencies | Simon Ser | 2020-05-13 | 1 | -9/+8 |
| | |||||
* | Rename project to alps | Simon Ser | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | plugins/base: allow move/delete/flag operations to take multiple UIDs | Simon Ser | 2020-03-19 | 1 | -7/+7 |
| | |||||
* | plugins/carddav: check supported vCard versions | Simon Ser | 2020-02-27 | 1 | -1/+1 |
| | |||||
* | Update linkify | Simon Ser | 2020-02-26 | 1 | -2/+3 |
| | | | | | Latest linkify contains a fix for e-mail addresses surrounded by angle brackets. | ||||
* | plugins/caldav: update go-webdav | Simon Ser | 2020-02-25 | 1 | -4/+4 |
| | |||||
* | plugins/viewtext: linkify plaintext messages | Simon Ser | 2020-02-25 | 1 | -0/+1 |
| | |||||
* | Fix go.mod containing local replace directive | Simon Ser | 2020-02-13 | 1 | -2/+0 |
| | |||||
* | plugins/carddav: add view to edit contacts | Simon Ser | 2020-02-12 | 1 | -0/+2 |
| | |||||
* | plugins/carddav: add page to create new contact | Simon Ser | 2020-02-12 | 1 | -1/+2 |
| | |||||
* | Update dependencies | Simon Ser | 2020-02-12 | 1 | -5/+3 |
| | |||||
* | docs: add instructions for Google accounts | Simon Ser | 2020-02-12 | 1 | -0/+2 |
| | | | | This makes it easier for people to try out koushin. | ||||
* | plugins/caldav: add basic event view | Simon Ser | 2020-02-05 | 1 | -1/+1 |
| | |||||
* | plugins/caldav: new plugin | Simon Ser | 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 | Simon Ser | 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 | Simon Ser | 2020-02-03 | 1 | -4/+5 |
| | | | | | | This fixes an OpenBSD issue. Closes: https://todo.sr.ht/~sircmpwn/koushin/50 | ||||
* | koushin: add Store interface | Simon Ser | 2020-01-28 | 1 | -0/+1 |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/5 | ||||
* | plugins/base: append outgoing messages to Sent mailbox | Simon Ser | 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 | Simon Ser | 2020-01-20 | 1 | -2/+6 |
| | |||||
* | Update dependencies | Simon Ser | 2020-01-20 | 1 | -10/+7 |
| | |||||
* | Add a form to set message flags | Simon Ser | 2019-12-17 | 1 | -1/+1 |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/36 | ||||
* | Add form to move messages | Simon Ser | 2019-12-16 | 1 | -0/+1 |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/36 | ||||
* | Update deps | Simon Ser | 2019-12-16 | 1 | -8/+8 |
| | |||||
* | Add basic support for plugins | Simon Ser | 2019-12-09 | 1 | -0/+2 |
| | |||||
* | Use imap.BodyStructure.Filename and imap.Address.Address | Simon Ser | 2019-12-09 | 1 | -1/+1 |
| | | | | | The former fixes encoding issues in filenames. The latter is just for brevity. | ||||
* | Add basic theme support | Simon Ser | 2019-12-04 | 1 | -0/+1 |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/1 | ||||
* | Add basic SMTP support | Simon Ser | 2019-12-03 | 1 | -1/+9 |
| | |||||
* | Add basic message view | Simon Ser | 2019-12-02 | 1 | -0/+1 |
| | |||||
* | Add initial login logic | Simon Ser | 2019-12-02 | 1 | -1/+4 |
| | |||||
* | Add HTTP server boilerplate | Simon Ser | 2019-12-02 | 1 | -0/+5 |