about summary refs log tree commit diff stats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* pgp: fail gracefully from email decryptionRay Ganardi2020-05-253-3/+15
* msg/reply: scoping error of part slice for quotingSrivathsan Murali2020-05-221-1/+1
* Fix typosMartin Michlmayr2020-05-213-3/+3
* gofmtDrew DeVault2020-05-191-1/+1
* msg/forward: fix body part selectionReto Brunner2020-05-171-2/+8
* Move findPlaintext / findFirstNonMultipart to utilsReto Brunner2020-05-172-31/+32
* msg/reply: fix encoding issues for quoted reply.Reto Brunner2020-05-172-11/+32
* FetchBodyPart doesn't need the parent body structureReto Brunner2020-05-176-20/+19
* Change MarkedMessages to return uidsReto Brunner2020-05-112-9/+25
* commands/helper: remove duplicated methodReto Brunner2020-05-116-14/+6
* msg/read: don't copy waitgroupReto Brunner2020-05-111-3/+3
* Show 'Message sent' only for ten seconds instead of permanentlyelumbella2020-05-111-4/+4
* msg/reply: Deduplicate TO: and CC:Reto Brunner2020-05-061-0/+12
* store.FetchFull: Change callback type to expose entire messageBen Fiedler2020-05-012-5/+8
* Implement :header commandRay Ganardi2020-05-011-0/+74
* gofmt fixesDrew DeVault2020-04-2412-13/+13
* Add recall commandJeffas2020-04-244-4/+145
* Add postpone commandJeffas2020-04-245-3/+122
* Add :choose commandRay Ganardi2020-04-241-0/+48
* Remove ability to specify headers in the editorReto Brunner2020-04-241-1/+1