Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Carry Message-ID forward through compose process | Drew DeVault | 2020-11-12 | 1 | -0/+1 |
| | |||||
* | base HTML: fix nil on emails without a text part | наб | 2020-07-13 | 1 | -1/+1 |
| | | | | | | | P.a. to 50e131244ad78fd1e4c216770ff69471a6fcb03b which solved https://todo.sr.ht/~emersion/alps/100 Closes: https://todo.sr.ht/~emersion/alps/102 | ||||
* | Replace IMAPMessage.TextPartName with TextPart | Simon Ser | 2020-05-20 | 1 | -1/+1 |
| | |||||
* | Add <meta refresh> to mailbox view | Drew DeVault | 2020-05-13 | 5 | -5/+5 |
| | | | | | | | | | | This causes the mailbox to automatically reload the page every 60 seconds, without JavaScript. This also updates the base template data to include the full URL, and replaces the earlier "Path" field with a pre-split array of path components, which is more immediately useful to most templates given the limitations of string munging with text/template primitives. | ||||
* | Rename project to alps | Simon Ser | 2020-05-13 | 6 | -6/+6 |
| | |||||
* | plugins/base: allow move/delete/flag operations to take multiple UIDs | Simon Ser | 2020-03-19 | 1 | -3/+6 |
| | |||||
* | plugins/base: add route to forward messages | Simon Ser | 2020-03-18 | 1 | -1/+2 |
| | | | | | | Only inline forwarding is supported for now. References: https://todo.sr.ht/~sircmpwn/koushin/37 | ||||
* | plugins/base: replace MessageRenderData.PartPath with Part | Simon Ser | 2020-02-25 | 1 | -10/+10 |
| | |||||
* | Turn message part viewers into plugins | Simon Ser | 2020-02-12 | 5 | -33/+2 |
| | |||||
* | plugins/base: add icons for attachments/re/fwd/starred | Simon Ser | 2020-02-05 | 1 | -7/+13 |
| | |||||
* | plugins/base: add settings page | Simon Ser | 2020-01-28 | 2 | -1/+21 |
| | | | | | Add a settings page where the user can change the number of messages displayed per page. | ||||
* | plugins/base: support attachments in drafts | Simon Ser | 2020-01-28 | 1 | -0/+7 |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/16 | ||||
* | Add .editorconfig | Simon Ser | 2020-01-24 | 5 | -152/+152 |
| | |||||
* | plugins/base: edit drafts | Simon Ser | 2020-01-24 | 1 | -1/+7 |
| | | | | Note that attachments will be lost. This is a TODO. | ||||
* | plugins/base: save message as draft | Simon Ser | 2020-01-24 | 1 | -0/+1 |
| | |||||
* | Add polyfill for browsers not supporting srcdoc | Simon Ser | 2020-01-20 | 2 | -1/+10 |
| | |||||
* | Open e-mail links in new tab | Simon Ser | 2020-01-20 | 1 | -1/+2 |
| | |||||
* | Resize e-mail iframe with content | Simon Ser | 2020-01-20 | 3 | -1/+11 |
| | |||||
* | Add support for HTML parts | Simon Ser | 2020-01-20 | 2 | -2/+11 |
| | |||||
* | Fix extra comma in address list | Simon Ser | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | Implement paging for search | Simon Ser | 2019-12-17 | 1 | -3/+3 |
| | |||||
* | Linkify address lists | Simon Ser | 2019-12-17 | 1 | -4/+12 |
| | |||||
* | Add a form to set message flags | Simon Ser | 2019-12-17 | 1 | -1/+20 |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/36 | ||||
* | Add envelope metadata to message view | Simon Ser | 2019-12-17 | 1 | -0/+22 |
| | |||||
* | Add button to delete message | Simon Ser | 2019-12-16 | 1 | -0/+4 |
| | | | | | | Maybe we should add a confirmation step in the future. References: https://todo.sr.ht/~sircmpwn/koushin/36 | ||||
* | Add form to move messages | Simon Ser | 2019-12-16 | 1 | -0/+10 |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/36 | ||||
* | Add attachments support to composer | Simon Ser | 2019-12-16 | 1 | -3/+6 |
| | | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/13 | ||||
* | Use <label> in compose form | Simon Ser | 2019-12-16 | 2 | -9/+12 |
| | |||||
* | Add basic search | Simon Ser | 2019-12-16 | 2 | -1/+6 |
| | | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/23 | ||||
* | Add line break to login form | Simon Ser | 2019-12-16 | 1 | -0/+1 |
| | |||||
* | Introduce base plugin | Simon Ser | 2019-12-16 | 7 | -0/+154 |
This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39 |