Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: update authors | Robin Jarry | 2021-11-09 | 1 | -3/+3 |
| | | | | Signed-off-by: Robin Jarry <robin@jarry.cc> | ||||
* | go.mod: change base git url | Robin Jarry | 2021-11-05 | 1 | -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-smtp | Seán C McCord | 2020-09-14 | 1 | -1/+5 |
| | | | | Signed-off-by: Seán C McCord <ulexus@gmail.com> | ||||
* | Fix typos | Martin Michlmayr | 2020-05-21 | 1 | -1/+1 |
| | |||||
* | Document smtp-starttls | Peter Lamby | 2020-03-02 | 1 | -0/+4 |
| | |||||
* | Add support for AUTH LOGIN submission | Luke Drummond | 2019-11-01 | 1 | -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 support | Drew DeVault | 2019-07-27 | 1 | -1/+1 |
| | |||||
* | Fix key value typo in documentation | Roshless | 2019-05-23 | 1 | -1/+1 |
| | |||||
* | Fix scdoc & gofmt issues | Drew DeVault | 2019-05-18 | 1 | -6/+6 |
| | |||||
* | Implement loading passwords from external commands | Galen Abell | 2019-05-18 | 1 | -0/+10 |
| | | | | * Resolves #80 | ||||
* | Add man pages | Drew DeVault | 2019-05-17 | 1 | -0/+50 |