Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for AUTH LOGIN submission | Luke Drummond | 2019-11-01 | 1 | -0/+3 |
| | | | | | | | | | | | `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/ | ||||
* | Make commands join args with spaces | Jeffas | 2019-09-20 | 2 | -14/+7 |
| | | | | | | | | | | | | | | | This patch ensures the following commands join their arguments with spaces to make it easier to interact with: - cf - mkdir - cd - attach - detach - ct - copy - move - save | ||||
* | all: use fmt.Errorf for fomartting errors | Wagner Riffel | 2019-09-04 | 1 | -2/+1 |
| | | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | ||||
* | all: purge redundant underscores | Wagner Riffel | 2019-09-04 | 7 | -21/+21 |
| | | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | ||||
* | Revert "add close command at global level" | Drew DeVault | 2019-08-13 | 1 | -0/+33 |
| | | | | This reverts commit f0a0c5aa733fa66958c113465bfc5fdd3d7cc9f0. | ||||
* | 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 |
| | | | | Signed-off-by: Kevin Kuehler <keur@ocf.berkeley.edu> | ||||
* | 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 |
| | | | | | Tab-completions now cycle through filesystem paths when using :attach or :cd commands. | ||||
* | Sendmail: allow for arbitrary parameters | Reto Brunner | 2019-07-29 | 1 | -1/+11 |
| | | | | Allows the outgoing command to contain arguments and flags | ||||
* | Add :detach command | Galen Abell | 2019-07-27 | 1 | -0/+55 |
| | | | | | | | Add a command for removing attachments from a composed message. Syntax is :detach [path], with path being an optional argument specifying the path of one existing attachment. If no path is specified, the first attachment is removed. | ||||
* | 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 |
| | | | | | | Allow users to add attachments to emails in the Compose view. Syntax is :attach <path>, where path is a valid file. Attachments will show up in the pre-send review screen. | ||||
* | Implement basic tab completion support | Gregory Mullen | 2019-06-29 | 5 | -14/+53 |
| | | | | | Tab completion currently only works on commands. Contextual completion will be added in the future. | ||||
* | 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 |
| | |||||
* | asdf | Drew DeVault | 2019-05-20 | 1 | -6/+2 |
| | |||||
* | Fix scdoc & gofmt issues | Drew DeVault | 2019-05-18 | 1 | -4/+4 |
| | |||||
* | s/aerc2/aerc/g | Drew DeVault | 2019-05-17 | 4 | -5/+5 |
| | |||||
* | Remove debug logging | Drew DeVault | 2019-05-17 | 1 | -1/+0 |
| | |||||
* | Refactor STARTTLS to prevent downgrade attacks | Drew DeVault | 2019-05-17 | 1 | -23/+27 |
| | |||||
* | s/Sent/Message sent/ | Drew DeVault | 2019-05-16 | 1 | -2/+2 |
| | |||||
* | Let caller pass in custom headers to compose | Drew DeVault | 2019-05-16 | 1 | -2/+2 |
| | |||||
* | Copy sent emails to the Sent folder | Drew DeVault | 2019-05-15 | 1 | -14/+51 |
| | | | | Or rather, to a user-specified folder | ||||
* | Implement abort command | Cole Helbling | 2019-05-14 | 1 | -0/+23 |
| | | | | | This allows the user to close the compose tab without sending their current composition. | ||||
* | Remove tab before going async | Drew DeVault | 2019-05-14 | 1 | -1/+1 |
| | | | | To prevent repeated attempts to send | ||||
* | Add distinct keybindings for each compose view | Drew DeVault | 2019-05-14 | 1 | -1/+1 |
| | |||||
* | Send emails asyncronously | Drew DeVault | 2019-05-14 | 1 | -47/+73 |
| | |||||
* | Implement sending emails /o/ | Drew DeVault | 2019-05-14 | 1 | -6/+114 |
| | |||||
* | Add :send-message, prepares & writes email to /tmp | Drew DeVault | 2019-05-14 | 1 | -0/+29 |
| | |||||
* | Implement :{next,prev}-field in compose view | Drew DeVault | 2019-05-12 | 2 | -0/+46 |