about summary refs log tree commit diff stats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* pgp: PGP/MIME encryption for outgoing emailsKoni Marti2022-01-071-0/+44
* pgp: PGP/MIME signing for outgoing emailsKoni Marti2022-01-071-0/+44
* recall: allow recalling messages from any folderinwit2021-12-131-5/+21
* imap: add manual {dis,}connect supportRobin Jarry2021-11-051-0/+37
* go.mod: change base git urlRobin Jarry2021-11-0562-114/+114
* add mimeType to OriginalMail struct for both forward and replyReto Brunner2021-03-072-11/+22
* send: fix missing error returnReto Brunner2021-02-281-0/+4
* Fix linter warningsReto Brunner2021-02-263-8/+7
* send: fix crash if invalid password is givenReto Brunner2021-02-051-1/+2
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-3016-22/+22
* Refactor lib/open to accept user provided argumentsReto Brunner2021-01-302-10/+17
* send: don't block the UI thread during the sendingReto Brunner2021-01-241-35/+34
* save: if part name is a path, only use the filenameRobin Opletal2021-01-141-1/+9
* update tcell to v2 and enable TrueColor supporty0ast2020-12-181-1/+1
* Refactor send commandReto Brunner2020-11-211-201/+304
* reply: add References headerReto Brunner2020-11-141-1/+28
* allow the loading of existing headersReto Brunner2020-11-141-2/+4
* format: remove parse methods, use the one from go-messageReto Brunner2020-11-142-6/+8
* compose: use a proper header instead of a string mapReto Brunner2020-11-147-42/+67
* models: add RFC822 headers to OriginalMailReto Brunner2020-11-142-12/+10
* remove models.Address in favor of go-message AddressReto Brunner2020-11-141-7/+8
* propagate error from sendmaily0ast2020-09-221-2/+9
* reply: don't override the answered flag if we didn't sendReto Brunner2020-09-211-1/+3
* handle message unknown charset errorJeff Martin2020-08-311-0/+4
* reply: use set instead of linear searchReto Brunner2020-08-271-45/+70
* msg/reply: don't cc the sending address on reply allReto Brunner2020-08-201-2/+2
* Add account alias configuration and correctly set From fieldy0ast2020-08-201-1/+24
* msg/reply: handle addresses as addressesReto Brunner2020-08-201-24/+20
* base models.Address on the mail.Address typeReto Brunner2020-08-201-1/+2
* Add support for :rmdirARaspiK2020-08-191-0/+96
* Add `oauthbearer` support for SMTPR Chowdhury2020-08-131-0/+31
* Implement style configuration.Kalyan Sriram2020-08-064-23/+16
* Set environment variables for the exec commandNicolai Dagestad2020-08-031-0/+16
* Revert "Implement style configuration."Reto Brunner2020-07-304-16/+23
* Implement style configuration.Kalyan Sriram2020-07-304-23/+16
* Remove hard coded bodystruct path everywhereReto Brunner2020-07-274-46/+12
* run go fmtReto Brunner2020-07-172-3/+3
* Use PushStatus instead of SetStatus where it makes senseHeiko Carrasco2020-07-092-4/+3
* Add additional flagging functionalityARaspiK2020-07-081-86/+135
* Allow open to be asynchronousAndrew Jeffery2020-07-082-4/+3
* pipe: don't crash if part is nilReto Brunner2020-07-051-0/+3
* delete: push unsupported error up to the userReto Brunner2020-07-051-0/+3
* Fix dates in reply/forward commands.Reto Brunner2020-06-262-2/+2
* Rework msglist scrollingJeffas2020-06-096-9/+9
* Make grid sizes dynamicJeffas2020-06-091-0/+3
* Revert "Add Style configuration"Drew DeVault2020-05-2822-55/+55
* Revert "Remove duration from the status methods"Drew DeVault2020-05-2823-54/+76
* Remove duration from the status methodsReto Brunner2020-05-2723-76/+54
* Add Style configurationReto Brunner2020-05-2722-55/+55
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-252-0/+6