aboutsummaryrefslogtreecommitdiff
path: root/plugins/base
Commit message (Collapse)AuthorAgeFilesLines
* Add line break to login formSimon Ser2019-12-161-0/+1
|
* Replace Session.ConnectSMTP with Session.DoSMTPSimon Ser2019-12-161-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.DoIMAPSimon Ser2019-12-161-3/+3
|
* Introduce base pluginSimon Ser2019-12-1612-0/+935
This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39