aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.go
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade dependenciesLibravatarLibravatar Simon Ser 2024-04-081-6/+5
|
* Rename project to alpsLibravatarLibravatar Simon Ser 2020-05-131-1/+1
|
* Introduce base pluginLibravatarLibravatar Simon Ser 2019-12-161-106/+3
| | | | | | This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39
* Add basic pagination to message listLibravatarLibravatar Simon Ser 2019-12-031-5/+5
| | | | References: https://todo.sr.ht/~sircmpwn/koushin/22
* Add support for replying to a messageLibravatarLibravatar Simon Ser 2019-12-031-4/+28
|
* Add session lockLibravatarLibravatar Simon Ser 2019-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 addressLibravatarLibravatar Simon Ser 2019-12-031-11/+13
|
* Add basic SMTP supportLibravatarLibravatar Simon Ser 2019-12-031-0/+112