aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Replace Session.ConnectSMTP with Session.DoSMTPLibravatarLibravatar Simon Ser 2019-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.DoIMAPLibravatarLibravatar Simon Ser 2019-12-161-3/+3
|
* Introduce base pluginLibravatarLibravatar Simon Ser 2019-12-1612-0/+935
This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39