Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade go-imap | 2024-03-18 | 1 | -6/+5 | |
| | |||||
* | Upgrade to go-imap v2 | 2023-04-30 | 1 | -8/+21 | |
| | |||||
* | Rename project to alps | 2020-05-13 | 1 | -1/+1 | |
| | |||||
* | Introduce base plugin | 2019-12-16 | 1 | -270/+1 | |
| | | | | | | This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39 | ||||
* | Use imap.BodyStructure.Filename and imap.Address.Address | 2019-12-09 | 1 | -4/+1 | |
| | | | | | The former fixes encoding issues in filenames. The latter is just for brevity. | ||||
* | Make message view's Back link set the mailbox page | 2019-12-03 | 1 | -1/+1 | |
| | | | | | | | This allows to go back and forth between the mailbox view and the message view. References: https://todo.sr.ht/~sircmpwn/koushin/22 | ||||
* | Add basic pagination to message list | 2019-12-03 | 1 | -10/+10 | |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/22 | ||||
* | Fix mailbox view when empty | 2019-12-03 | 1 | -1/+3 | |
| | | | | | | This fixes the second part of #14. References: https://todo.sr.ht/~sircmpwn/koushin/14 | ||||
* | Set imap.CharsetReader | 2019-12-03 | 1 | -1/+5 | |
| | | | | | This adds support for additional charsets when parsing e.g. subject lines. | ||||
* | Import go-message charsets package | 2019-12-03 | 1 | -0/+1 | |
| | | | | | | Enables support for non-UTF8 charsets. Closes: https://todo.sr.ht/~sircmpwn/koushin/18 | ||||
* | Fix EOF on message view | 2019-12-03 | 1 | -2/+10 | |
| | |||||
* | Fix format string | 2019-12-03 | 1 | -1/+1 | |
| | |||||
* | Add context to errors | 2019-12-03 | 1 | -9/+9 | |
| | |||||
* | Show last 50 messages in mailbox view | 2019-12-03 | 1 | -1/+1 | |
| | |||||
* | Display & download any message part | 2019-12-03 | 1 | -25/+39 | |
| | |||||
* | Extract string conversion functions | 2019-12-03 | 1 | -2/+2 | |
| | |||||
* | Linkify message part tree | 2019-12-03 | 1 | -4/+48 | |
| | |||||
* | go fmt | 2019-12-03 | 1 | -4/+4 | |
| | |||||
* | Add basic message view | 2019-12-02 | 1 | -8/+147 | |
| | |||||
* | Add basic message list | 2019-12-02 | 1 | -0/+48 | |
| | |||||
* | Extract IMAP functions into separate file | 2019-12-02 | 1 | -0/+49 | |