Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename project to alps | Simon Ser | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | Introduce base plugin | Simon Ser | 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 | Simon Ser | 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 | Simon Ser | 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 | Simon Ser | 2019-12-03 | 1 | -10/+10 |
| | | | | References: https://todo.sr.ht/~sircmpwn/koushin/22 | ||||
* | Fix mailbox view when empty | Simon Ser | 2019-12-03 | 1 | -1/+3 |
| | | | | | | This fixes the second part of #14. References: https://todo.sr.ht/~sircmpwn/koushin/14 | ||||
* | Set imap.CharsetReader | Simon Ser | 2019-12-03 | 1 | -1/+5 |
| | | | | | This adds support for additional charsets when parsing e.g. subject lines. | ||||
* | Import go-message charsets package | Simon Ser | 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 | Simon Ser | 2019-12-03 | 1 | -2/+10 |
| | |||||
* | Fix format string | Simon Ser | 2019-12-03 | 1 | -1/+1 |
| | |||||
* | Add context to errors | Simon Ser | 2019-12-03 | 1 | -9/+9 |
| | |||||
* | Show last 50 messages in mailbox view | Simon Ser | 2019-12-03 | 1 | -1/+1 |
| | |||||
* | Display & download any message part | Simon Ser | 2019-12-03 | 1 | -25/+39 |
| | |||||
* | Extract string conversion functions | Simon Ser | 2019-12-03 | 1 | -2/+2 |
| | |||||
* | Linkify message part tree | Simon Ser | 2019-12-03 | 1 | -4/+48 |
| | |||||
* | go fmt | Simon Ser | 2019-12-03 | 1 | -4/+4 |
| | |||||
* | Add basic message view | Simon Ser | 2019-12-02 | 1 | -8/+147 |
| | |||||
* | Add basic message list | Simon Ser | 2019-12-02 | 1 | -0/+48 |
| | |||||
* | Extract IMAP functions into separate file | Simon Ser | 2019-12-02 | 1 | -0/+49 |