Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -4/+28 |
| | | | | | | | | | | | | | Prior to this commit, the composer was based on a map[string]string. While this approach was very versatile, it lead to a constant encoding / decoding of addresses and other headers. This commit switches to a different model, where the composer is based on a header. Commands which want to interact with it can simply set some defaults they would like to have. Users can overwrite them however they like. In order to get access to the functions generating / getting the msgid go-message was upgraded. | ||||
* | propagate error from sendmail | y0ast | 2020-09-22 | 1 | -2/+9 |
| | |||||
* | Add `oauthbearer` support for SMTP | R Chowdhury | 2020-08-13 | 1 | -0/+31 |
| | | | | | | | | | This piggybacks on the existing IMAP support, and uses the same configuration format (my local testing example has the IMAP and SMTP lines almost copy-pasted from one another). It's a little clumsy in that a new token is negotiated for every `Send()` command, but it's a start... | ||||
* | 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 | 1 | -2/+4 |
| | | | | This reverts commit 0f78f06610c0e8887aba2ae50e99b86477a384b3. | ||||
* | Revert "Remove duration from the status methods" | Drew DeVault | 2020-05-28 | 1 | -5/+5 |
| | | | | This reverts commit f06d683688e3d2139b14f67b7e349089e7200bf4. | ||||
* | Remove duration from the status methods | Reto Brunner | 2020-05-27 | 1 | -5/+5 |
| | | | | We always set 10 seconds anyhow, might as well do that without repeating ourselfs. | ||||
* | Add Style configuration | Reto Brunner | 2020-05-27 | 1 | -4/+2 |
| | | | | | | | | | | The following functionalities are added to configure aerc ui styles. - Read stylesets from file with very basic fnmatch wildcard matching - Add default styleset - Support different stylesets as part of UiConfig allowing contextual styles. - Move widgets/ui elements to use the stylesets. - Add configuration manual for the styleset | ||||
* | 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 |
| | |||||
* | gofmt fixes | Drew DeVault | 2020-04-24 | 1 | -1/+1 |
| | |||||
* | Use aerc.PushError where appropriate | Ben Fiedler | 2020-04-23 | 1 | -2/+1 |
| | | | | Forgot an unused import, to save you the hassle here is v2. | ||||
* | Update dependencies | Simon Ser | 2020-03-03 | 1 | -1/+1 |
| | | | | This brings in some bug fixes. | ||||
* | Mark sent messages as "seen" in maildir | Galen Abell | 2020-03-03 | 1 | -2/+2 |
| | | | | | | | - Add maildir flags to complement a messages imap flags - Set the "seen" flag on sent messages when using the maildir backend - Cleanup AppendMessage interface to use models.Flag for both IMAP and maildir | ||||
* | 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/ | ||||
* | all: purge redundant underscores | Wagner Riffel | 2019-09-04 | 1 | -3/+3 |
| | | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | ||||
* | Sendmail: allow for arbitrary parameters | Reto Brunner | 2019-07-29 | 1 | -1/+11 |
| | | | | Allows the outgoing command to contain arguments and flags | ||||
* | Add missing fallthrough | Drew DeVault | 2019-07-27 | 1 | -0/+2 |
| | |||||
* | Implement sendmail support | Drew DeVault | 2019-07-27 | 1 | -10/+36 |
| | |||||
* | Implement basic tab completion support | Gregory Mullen | 2019-06-29 | 1 | -3/+13 |
| | | | | | 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 |
| | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | 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 | ||||
* | 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 | -0/+163 |