| Commit message (Expand) | Author | Age | Files | Lines |
* | msg/reply: handle addresses as addresses | Reto Brunner | 2020-08-20 | 1 | -24/+20 |
* | base models.Address on the mail.Address type | Reto Brunner | 2020-08-20 | 1 | -1/+2 |
* | Implement style configuration. | Kalyan Sriram | 2020-08-06 | 1 | -7/+7 |
* | Revert "Implement style configuration." | Reto Brunner | 2020-07-30 | 1 | -7/+7 |
* | Implement style configuration. | Kalyan Sriram | 2020-07-30 | 1 | -7/+7 |
* | Remove hard coded bodystruct path everywhere | Reto Brunner | 2020-07-27 | 4 | -46/+12 |
* | run go fmt | Reto Brunner | 2020-07-17 | 1 | -2/+2 |
* | Add additional flagging functionality | ARaspiK | 2020-07-08 | 1 | -86/+135 |
* | Allow open to be asynchronous | Andrew Jeffery | 2020-07-08 | 1 | -1/+1 |
* | pipe: don't crash if part is nil | Reto Brunner | 2020-07-05 | 1 | -0/+3 |
* | delete: push unsupported error up to the user | Reto Brunner | 2020-07-05 | 1 | -0/+3 |
* | Fix dates in reply/forward commands. | Reto Brunner | 2020-06-26 | 2 | -2/+2 |
* | Rework msglist scrolling | Jeffas | 2020-06-09 | 3 | -4/+4 |
* | Revert "Add Style configuration" | Drew DeVault | 2020-05-28 | 10 | -23/+20 |
* | Revert "Remove duration from the status methods" | Drew DeVault | 2020-05-28 | 10 | -22/+32 |
* | Remove duration from the status methods | Reto Brunner | 2020-05-27 | 10 | -32/+22 |
* | Add Style configuration | Reto Brunner | 2020-05-27 | 10 | -20/+23 |
* | Set AnsweredFlag on successful reply | Srivathsan Murali | 2020-05-25 | 1 | -0/+4 |
* | pgp: fail gracefully from email decryption | Ray Ganardi | 2020-05-25 | 1 | -1/+5 |
* | msg/reply: scoping error of part slice for quoting | Srivathsan Murali | 2020-05-22 | 1 | -1/+1 |
* | Fix typos | Martin Michlmayr | 2020-05-21 | 2 | -2/+2 |
* | msg/forward: fix body part selection | Reto Brunner | 2020-05-17 | 1 | -2/+8 |
* | Move findPlaintext / findFirstNonMultipart to utils | Reto Brunner | 2020-05-17 | 2 | -31/+32 |
* | msg/reply: fix encoding issues for quoted reply. | Reto Brunner | 2020-05-17 | 2 | -11/+32 |
* | FetchBodyPart doesn't need the parent body structure | Reto Brunner | 2020-05-17 | 4 | -4/+4 |
* | Change MarkedMessages to return uids | Reto Brunner | 2020-05-11 | 1 | -7/+10 |
* | commands/helper: remove duplicated method | Reto Brunner | 2020-05-11 | 6 | -14/+6 |
* | msg/read: don't copy waitgroup | Reto Brunner | 2020-05-11 | 1 | -3/+3 |
* | msg/reply: Deduplicate TO: and CC: | Reto Brunner | 2020-05-06 | 1 | -0/+12 |
* | store.FetchFull: Change callback type to expose entire message | Ben Fiedler | 2020-05-01 | 2 | -5/+8 |
* | gofmt fixes | Drew DeVault | 2020-04-24 | 7 | -8/+8 |
* | Add recall command | Jeffas | 2020-04-24 | 2 | -1/+142 |
* | Add postpone command | Jeffas | 2020-04-24 | 3 | -2/+2 |
* | Use aerc.PushError where appropriate | Ben Fiedler | 2020-04-23 | 7 | -25/+8 |
* | Make the http handler of the unsubscribe command async | Nicolai Dagestad | 2020-04-16 | 1 | -1/+2 |
* | msg/archive: complete the possible options | Reto Brunner | 2020-04-11 | 1 | -1/+2 |
* | Refactoring: remove store from PartInfo | Drew DeVault | 2020-03-09 | 1 | -1/+2 |
* | Initial support for PGP decryption & signatures | Drew DeVault | 2020-03-03 | 1 | -2/+5 |
* | msg/delete: remove redundant err check | Reto Brunner | 2020-02-29 | 1 | -3/+0 |
* | msg/reply: simplify string comparison | Reto Brunner | 2020-02-19 | 1 | -1/+1 |
* | msg/reply: fix address comparison | Reto Brunner | 2020-02-16 | 1 | -1/+1 |
* | add .OriginalMIMEType variable to reply template | Leszek Cimała | 2020-01-09 | 1 | -0/+11 |
* | create OriginalMail struct | Leszek Cimała | 2020-01-09 | 3 | -8/+13 |
* | FetchBodyParts: decode source in the workers | Reto Brunner | 2020-01-05 | 3 | -87/+6 |
* | read: adapt to ProvidesMessages | Reto Brunner | 2019-12-22 | 1 | -17/+86 |
* | modify-labels: add completion | Reto Brunner | 2019-12-21 | 1 | -1/+2 |
* | modify-labels: adapt to ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -10/+7 |
* | move: adapt to ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -11/+11 |
* | delete: adapt to ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -21/+59 |
* | copy: adapt to ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -7/+6 |