aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/public/mailbox.html
Commit message (Collapse)AuthorAgeFilesLines
* base HTML: fix nil on emails without a text partнаб2020-07-131-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 TextPartSimon Ser2020-05-201-1/+1
|
* Add <meta refresh> to mailbox viewDrew DeVault2020-05-131-1/+1
| | | | | | | | | | 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 alpsSimon Ser2020-05-131-1/+1
|
* plugins/base: add icons for attachments/re/fwd/starredSimon Ser2020-02-051-7/+13
|
* plugins/base: add settings pageSimon Ser2020-01-281-1/+3
| | | | | Add a settings page where the user can change the number of messages displayed per page.
* Add .editorconfigSimon Ser2020-01-241-29/+29
|
* Implement paging for searchSimon Ser2019-12-171-3/+3
|
* Use <label> in compose formSimon Ser2019-12-161-1/+1
|
* Add basic searchSimon Ser2019-12-161-0/+5
| | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/23
* Introduce base pluginSimon Ser2019-12-161-0/+45
This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39