Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Export IMAPMessage | 2019-12-16 | 2 | -16/+16 | |
| | | | | This is a public type other plugins and templates may want to access. | ||||
* | Add attachments support to composer | 2019-12-16 | 3 | -9/+57 | |
| | | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/13 | ||||
* | Use <label> in compose form | 2019-12-16 | 2 | -9/+12 | |
| | |||||
* | Add basic search | 2019-12-16 | 5 | -9/+74 | |
| | | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/23 | ||||
* | Add line break to login form | 2019-12-16 | 1 | -0/+1 | |
| | |||||
* | Replace Session.ConnectSMTP with Session.DoSMTP | 2019-12-16 | 1 | -9/+4 | |
| | | | | | This gives more flexibility in Session for optimizations, e.g. keep the SMTP connection around for some time if possible. | ||||
* | Rename Session.Do to Session.DoIMAP | 2019-12-16 | 1 | -3/+3 | |
| | |||||
* | Introduce base plugin | 2019-12-16 | 12 | -0/+935 | |
This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39 |