aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/base/public/mailbox.html
Commit message (Collapse)AuthorAgeFilesLines
* base HTML: fix nil on emails without a text partLibravatarLibravatar наб 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 TextPartLibravatarLibravatar Simon Ser 2020-05-201-1/+1
|
* Add <meta refresh> to mailbox viewLibravatarLibravatar Drew DeVault 2020-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 alpsLibravatarLibravatar Simon Ser 2020-05-131-1/+1
|
* plugins/base: add icons for attachments/re/fwd/starredLibravatarLibravatar Simon Ser 2020-02-051-7/+13
|
* plugins/base: add settings pageLibravatarLibravatar Simon Ser 2020-01-281-1/+3
| | | | | Add a settings page where the user can change the number of messages displayed per page.
* Add .editorconfigLibravatarLibravatar Simon Ser 2020-01-241-29/+29
|
* Implement paging for searchLibravatarLibravatar Simon Ser 2019-12-171-3/+3
|
* Use <label> in compose formLibravatarLibravatar Simon Ser 2019-12-161-1/+1
|
* Add basic searchLibravatarLibravatar Simon Ser 2019-12-161-0/+5
| | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/23
* Introduce base pluginLibravatarLibravatar Simon Ser 2019-12-161-0/+45
This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39