| Commit message (Expand) | Author | Age | Files | Lines |
* | go.mod: change base git url | Robin Jarry | 2021-11-05 | 10 | -17/+17 |
* | send: fix missing error return | Reto Brunner | 2021-02-28 | 1 | -0/+4 |
* | send: fix crash if invalid password is given | Reto Brunner | 2021-02-05 | 1 | -1/+2 |
* | Get rid of the aerc.PushError(" " + $string) idiom | Reto Brunner | 2021-01-30 | 2 | -4/+4 |
* | send: don't block the UI thread during the sending | Reto Brunner | 2021-01-24 | 1 | -35/+34 |
* | Refactor send command | Reto Brunner | 2020-11-21 | 1 | -201/+304 |
* | allow the loading of existing headers | Reto Brunner | 2020-11-14 | 1 | -2/+4 |
* | format: remove parse methods, use the one from go-message | Reto Brunner | 2020-11-14 | 1 | -2/+1 |
* | compose: use a proper header instead of a string map | Reto Brunner | 2020-11-14 | 3 | -9/+32 |
* | propagate error from sendmail | y0ast | 2020-09-22 | 1 | -2/+9 |
* | Add `oauthbearer` support for SMTP | R Chowdhury | 2020-08-13 | 1 | -0/+31 |
* | Implement style configuration. | Kalyan Sriram | 2020-08-06 | 2 | -8/+2 |
* | Revert "Implement style configuration." | Reto Brunner | 2020-07-30 | 2 | -2/+8 |
* | Implement style configuration. | Kalyan Sriram | 2020-07-30 | 2 | -8/+2 |
* | Use PushStatus instead of SetStatus where it makes sense | Heiko Carrasco | 2020-07-09 | 1 | -3/+1 |
* | Revert "Add Style configuration" | Drew DeVault | 2020-05-28 | 4 | -10/+16 |
* | Revert "Remove duration from the status methods" | Drew DeVault | 2020-05-28 | 4 | -14/+16 |
* | Remove duration from the status methods | Reto Brunner | 2020-05-27 | 4 | -16/+14 |
* | Add Style configuration | Reto Brunner | 2020-05-27 | 4 | -16/+10 |
* | Set AnsweredFlag on successful reply | Srivathsan Murali | 2020-05-25 | 1 | -0/+2 |
* | gofmt | Drew DeVault | 2020-05-19 | 1 | -1/+1 |
* | Show 'Message sent' only for ten seconds instead of permanently | elumbella | 2020-05-11 | 1 | -4/+4 |
* | Implement :header command | Ray Ganardi | 2020-05-01 | 1 | -0/+74 |
* | gofmt fixes | Drew DeVault | 2020-04-24 | 1 | -1/+1 |
* | Add recall command | Jeffas | 2020-04-24 | 1 | -2/+2 |
* | Add postpone command | Jeffas | 2020-04-24 | 1 | -0/+119 |
* | Use aerc.PushError where appropriate | Ben Fiedler | 2020-04-23 | 1 | -2/+1 |
* | Update dependencies | Simon Ser | 2020-03-03 | 1 | -1/+1 |
* | Mark sent messages as "seen" in maildir | Galen Abell | 2020-03-03 | 1 | -2/+2 |
* | Add support for AUTH LOGIN submission | Luke Drummond | 2019-11-01 | 1 | -0/+3 |
* | Make commands join args with spaces | Jeffas | 2019-09-20 | 2 | -14/+7 |
* | all: use fmt.Errorf for fomartting errors | Wagner Riffel | 2019-09-04 | 1 | -2/+1 |
* | all: purge redundant underscores | Wagner Riffel | 2019-09-04 | 7 | -21/+21 |
* | Revert "add close command at global level" | Drew DeVault | 2019-08-13 | 1 | -0/+33 |
* | add close command at global level | Aditya Srivastava | 2019-08-13 | 1 | -33/+0 |
* | Allow cc/bcc command to receive no arguments | Daniel Bridges | 2019-08-07 | 1 | -4/+3 |
* | cc/bcc: Append to existing headers if called twice | Kevin Kuehler | 2019-08-07 | 1 | -2/+2 |
* | Add cc and bcc commands | Daniel Bridges | 2019-08-03 | 1 | -0/+39 |
* | Add filesystem completions for :attach and :cd | Galen Abell | 2019-08-02 | 1 | -1/+7 |
* | Sendmail: allow for arbitrary parameters | Reto Brunner | 2019-07-29 | 1 | -1/+11 |
* | Add :detach command | Galen Abell | 2019-07-27 | 1 | -0/+55 |
* | Add missing fallthrough | Drew DeVault | 2019-07-27 | 1 | -0/+2 |
* | Implement sendmail support | Drew DeVault | 2019-07-27 | 1 | -10/+36 |
* | Add :attach command for compose | Galen Abell | 2019-07-19 | 1 | -0/+56 |
* | Implement basic tab completion support | Gregory Mullen | 2019-06-29 | 5 | -14/+53 |
* | Fix Cc & Bcc handling in replies | Drew DeVault | 2019-06-21 | 1 | -0/+3 |
* | Mark sent emails as read | Yash Srivastav | 2019-06-08 | 1 | -1/+2 |
* | Implement :edit in compose screen | Drew DeVault | 2019-05-26 | 1 | -0/+21 |
* | Fix special characters in address.PersonalName | Drew DeVault | 2019-05-25 | 1 | -11/+11 |
* | Pass ServerName to tls.Config for SMTP | Drew DeVault | 2019-05-20 | 1 | -2/+12 |