Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-01 | Add support for AUTH LOGIN submission | Luke Drummond | |
`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/ | |||
2019-09-04 | all: purge redundant underscores | Wagner Riffel | |
Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | |||
2019-07-29 | Sendmail: allow for arbitrary parameters | Reto Brunner | |
Allows the outgoing command to contain arguments and flags | |||
2019-07-27 | Add missing fallthrough | Drew DeVault | |
2019-07-27 | Implement sendmail support | Drew DeVault | |
2019-06-29 | Implement basic tab completion support | Gregory Mullen | |
Tab completion currently only works on commands. Contextual completion will be added in the future. | |||
2019-06-21 | Fix Cc & Bcc handling in replies | Drew DeVault | |
2019-06-08 | Mark sent emails as read | Yash Srivastav | |
2019-05-25 | Fix special characters in address.PersonalName | Drew DeVault | |
2019-05-20 | Pass ServerName to tls.Config for SMTP | Drew DeVault | |
2019-05-20 | asdf | Drew DeVault | |
2019-05-18 | Fix scdoc & gofmt issues | Drew DeVault | |
2019-05-17 | s/aerc2/aerc/g | Drew DeVault | |
2019-05-17 | Remove debug logging | Drew DeVault | |
2019-05-17 | Refactor STARTTLS to prevent downgrade attacks | Drew DeVault | |
2019-05-16 | s/Sent/Message sent/ | Drew DeVault | |
2019-05-16 | Let caller pass in custom headers to compose | Drew DeVault | |
2019-05-15 | Copy sent emails to the Sent folder | Drew DeVault | |
Or rather, to a user-specified folder | |||
2019-05-14 | Remove tab before going async | Drew DeVault | |
To prevent repeated attempts to send | |||
2019-05-14 | Add distinct keybindings for each compose view | Drew DeVault | |