aboutsummaryrefslogtreecommitdiff
path: root/commands/compose
AgeCommit message (Expand)Author
2019-11-01Add support for AUTH LOGIN submissionLuke Drummond
2019-09-20Make commands join args with spacesJeffas
2019-09-04all: use fmt.Errorf for fomartting errorsWagner Riffel
2019-09-04all: purge redundant underscoresWagner Riffel
2019-08-13Revert "add close command at global level"Drew DeVault
2019-08-13add close command at global levelAditya Srivastava
2019-08-07Allow cc/bcc command to receive no argumentsDaniel Bridges
2019-08-07cc/bcc: Append to existing headers if called twiceKevin Kuehler
2019-08-03Add cc and bcc commandsDaniel Bridges
2019-08-02Add filesystem completions for :attach and :cdGalen Abell
2019-07-29Sendmail: allow for arbitrary parametersReto Brunner
2019-07-27Add :detach commandGalen Abell
2019-07-27Add missing fallthroughDrew DeVault
2019-07-27Implement sendmail supportDrew DeVault
2019-07-19Add :attach command for composeGalen Abell
2019-06-29Implement basic tab completion supportGregory Mullen
2019-06-21Fix Cc & Bcc handling in repliesDrew DeVault
2019-06-08Mark sent emails as readYash Srivastav
2019-05-26Implement :edit in compose screenDrew DeVault
2019-05-25Fix special characters in address.PersonalNameDrew DeVault
2019-05-20Pass ServerName to tls.Config for SMTPDrew DeVault
2019-05-20asdfDrew DeVault
2019-05-18Fix scdoc & gofmt issuesDrew DeVault
2019-05-17s/aerc2/aerc/gDrew DeVault
2019-05-17Remove debug loggingDrew DeVault
2019-05-17Refactor STARTTLS to prevent downgrade attacksDrew DeVault
2019-05-16s/Sent/Message sent/Drew DeVault
2019-05-16Let caller pass in custom headers to composeDrew DeVault
2019-05-15Copy sent emails to the Sent folderDrew DeVault
2019-05-14Implement abort commandCole Helbling
2019-05-14Remove tab before going asyncDrew DeVault
2019-05-14Add distinct keybindings for each compose viewDrew DeVault
2019-05-14Send emails asyncronouslyDrew DeVault
2019-05-14Implement sending emails /o/Drew DeVault
2019-05-14Add :send-message, prepares & writes email to /tmpDrew DeVault
2019-05-12Implement :{next,prev}-field in compose viewDrew DeVault