about summary refs log tree commit diff stats
path: root/doc/aerc-smtp.5.scd
Commit message (Collapse)AuthorAgeFilesLines
* doc: update authorsRobin Jarry2021-11-091-3/+3
| | | | Signed-off-by: Robin Jarry <robin@jarry.cc>
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
| | | | | | | I'm not sure what are the implications but it seems required. Link: https://github.com/golang/go/issues/20883 Signed-off-by: Robin Jarry <robin@jarry.cc>
* doc: add oauth to aerc-smtpSeán C McCord2020-09-141-1/+5
| | | | Signed-off-by: Seán C McCord <ulexus@gmail.com>
* Fix typosMartin Michlmayr2020-05-211-1/+1
|
* Document smtp-starttlsPeter Lamby2020-03-021-0/+4
|
* Add support for AUTH LOGIN submissionLuke Drummond2019-11-011-0/+4
| | | | | | | | | | | `go-sasl` upstream added support [1] for the obsolete [2] AUTH LOGIN method which enables aerc to send email via servers which remain common in the wild. Fixes ~sircmpwn/aerc2#263 [1] https://github.com/emersion/go-sasl/commit/61afe53d [2] https://datatracker.ietf.org/doc/draft-murchison-sasl-login/
* Implement sendmail supportDrew DeVault2019-07-271-1/+1
|
* Fix key value typo in documentationRoshless2019-05-231-1/+1
|
* Fix scdoc & gofmt issuesDrew DeVault2019-05-181-6/+6
|
* Implement loading passwords from external commandsGalen Abell2019-05-181-0/+10
| | | | * Resolves #80
* Add man pagesDrew DeVault2019-05-171-0/+50