about summary refs log tree commit diff stats
path: root/commands/compose
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor STARTTLS to prevent downgrade attacksDrew DeVault2019-05-171-23/+27
* s/Sent/Message sent/Drew DeVault2019-05-161-2/+2
* Let caller pass in custom headers to composeDrew DeVault2019-05-161-2/+2
* Copy sent emails to the Sent folderDrew DeVault2019-05-151-14/+51
* Implement abort commandCole Helbling2019-05-141-0/+23
* Remove tab before going asyncDrew DeVault2019-05-141-1/+1
* Add distinct keybindings for each compose viewDrew DeVault2019-05-141-1/+1
* Send emails asyncronouslyDrew DeVault2019-05-141-47/+73
* Implement sending emails /o/Drew DeVault2019-05-141-6/+114
* Add :send-message, prepares & writes email to /tmpDrew DeVault2019-05-141-0/+29
* Implement :{next,prev}-field in compose viewDrew DeVault2019-05-122-0/+46