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> | ||||
* | Fix typos | Martin Michlmayr | 2020-05-21 | 1 | -1/+1 |
| | |||||
* | Implement sendmail support | Drew DeVault | 2019-07-27 | 1 | -1/+1 |
| | |||||
* | Support imaps with oauthbearer authentication (Gmail) | Frode Aannevik | 2019-07-11 | 1 | -1/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | imaps+oauthbearer://user:token@host?token_endpoint=... - the config Source password is used as access token if no token_endpoint parameter is set - the config Source password is used as refresh token if token_endpoint parameter is set, and used to exchange with an access token The implementation has only been tested with Gmail. source = imaps+oauthbearer://{username}:{refersh_token}@imap.gmail.com:993? \ client_id=XX&\ client_secret=XX&\ token_endpoint=https%3A%2F%2Faccounts.google.com%2Fo%2Foauth2%2Ftoken client credentials created with https://console.developers.google.com/apis/credentials refresh token created with https://github.com/google/gmail-oauth2-tools/blob/master/python/oauth2.py rel: https://todo.sr.ht/~sircmpwn/aerc2/42 | ||||
* | 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/+46 |