Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add custom SMTP authentication supportHEADmaster | 2025-05-24 | 1 | -1/+67 | |
| | | | | | | | | | | - Add SMTPUsername and SMTPPassword fields to Settings struct - Update DoSMTP method to use custom credentials when available - Add SMTP credential fields to all theme templates - Support independent username/password configuration Fixes authentication issues when using different SMTP credentials than login credentials, useful for app-specific passwords. | ||||
* | themes/sourcehut: fix sourcehut theme | 2023-09-20 | 2 | -8/+8 | |
| | | | | | With the newer version of `go-imap` some properties got renamed and sourcehut theme stop working. | ||||
* | themes/sourcehut: fix calender event URLs | 2022-06-03 | 1 | -1/+1 | |
| | | | | This makes calendar events viewable in the sourcehut theme. | ||||
* | sourcehut theme: show only loaded plugin links and and mark current active ↵ | 2021-09-29 | 1 | -8/+23 | |
| | | | | | | plugin name Signed-off-by: Alexey Terentyev <[email protected]> | ||||
* | themes/sourcehut: fallback to Mailbox@Hostname | 2021-08-23 | 1 | -1/+5 | |
| | |||||
* | Add error page for sourcehut theme. | 2021-07-04 | 1 | -0/+14 | |
| | | | | Signed-off-by: Martin Ashby <[email protected]> | ||||
* | Add 'remember me' checkbox to sourcehut theme login page. | 2021-07-04 | 1 | -0/+13 | |
| | | | | Signed-off-by: Martin Ashby <[email protected]> | ||||
* | Carry Message-ID forward through compose process | 2020-11-12 | 1 | -0/+1 | |
| | |||||
* | sourcehut theme: 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 | 2020-05-20 | 1 | -1/+1 | |
| | |||||
* | Add <meta refresh> to mailbox view | 2020-05-13 | 9 | -9/+9 | |
| | | | | | | | | | | 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 | 2020-05-13 | 2 | -2/+2 | |
| | |||||
* | plugins/base: allow move/delete/flag operations to take multiple UIDs | 2020-03-19 | 1 | -3/+6 | |
| | |||||
* | plugins/base: add route to forward messages | 2020-03-18 | 1 | -0/+6 | |
| | | | | | | Only inline forwarding is supported for now. References: https://todo.sr.ht/~sircmpwn/koushin/37 | ||||
* | plugins/carddav: use paths instead of UIDs in URLs | 2020-02-27 | 2 | -5/+2 | |
| | |||||
* | plugins/caldav: update go-webdav | 2020-02-25 | 2 | -7/+7 | |
| | |||||
* | plugins/base: replace MessageRenderData.PartPath with Part | 2020-02-25 | 1 | -10/+10 | |
| | |||||
* | plugins/viewhtml: add opt-in query param to load remote resources | 2020-02-25 | 1 | -0/+7 | |
| | | | | Loading remote resources by default has privacy implications. | ||||
* | themes/sourcehut: add CalDAV views | 2020-02-14 | 2 | -0/+90 | |
| | |||||
* | plugins/carddav: add view to edit contacts | 2020-02-12 | 1 | -1/+6 | |
| | |||||
* | plugins/carddav: add page to create new contact | 2020-02-12 | 1 | -0/+8 | |
| | |||||
* | Turn message part viewers into plugins | 2020-02-12 | 1 | -10/+2 | |
| | |||||
* | themes/sourcehut: display username in navbar | 2020-02-12 | 8 | -33/+29 | |
| | |||||
* | themes/sourcehut: remove mail nav from settings | 2020-02-12 | 1 | -12/+1 | |
| | |||||
* | themes/sourcehut: add CardDAV templates, improve nav | 2020-02-12 | 5 | -11/+102 | |
| | |||||
* | themes/sourcehut: sync with latest base plugin | 2020-02-11 | 4 | -11/+162 | |
| | |||||
* | plugins/carddav: new plugin | 2020-02-05 | 1 | -0/+7 | |
| | | | | | | | 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 | ||||
* | themes/sourcehut: add search input to mailbox view | 2019-12-25 | 3 | -0/+14 | |
| | |||||
* | themes/sourcehut: use formatdate template func | 2019-12-17 | 1 | -2/+2 | |
| | |||||
* | Remove the public/ directory | 2019-12-16 | 10 | -0/+5963 | |
Now that all templates are provided by plugins, there's no need to have a public/ directory. Themes can be in /themes instead of /public/themes. |