aboutsummaryrefslogtreecommitdiff
path: root/smtp.go
Commit message (Collapse)AuthorAgeFilesLines
* Introduce base pluginSimon Ser2019-12-161-106/+3
| | | | | | This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39
* Add basic pagination to message listSimon Ser2019-12-031-5/+5
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/22
* Add support for replying to a messageSimon Ser2019-12-031-4/+28
|
* Add session lockSimon Ser2019-12-031-4/+4
| | | | | | | HTTP requests can be processed in parallel, but we only have one IMAP connection per session. Closes: https://todo.sr.ht/~sircmpwn/koushin/12
* Pre-fill composer with sender addressSimon Ser2019-12-031-11/+13
|
* Add basic SMTP supportSimon Ser2019-12-031-0/+112