Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add basic search | 2019-12-16 | 1 | -6/+18 | |
| | | | | Closes: https://todo.sr.ht/~sircmpwn/koushin/23 | ||||
* | 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 | 1 | -0/+285 | |
This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39 |