aboutsummaryrefslogtreecommitdiff
path: root/widgets/compose.go
AgeCommit message (Expand)Author
2020-01-16Correct spellingReto Brunner
2020-01-09remove Original* checkLeszek Cimała
2020-01-09create OriginalMail structLeszek Cimała
2019-12-21Add address book completion in composerBen Burwell
2019-12-12Composer: fix EOF errorsDrew DeVault
2019-12-08remove garbage headers in reply messageLeszek Cimała
2019-12-07Parse headers from templateRobert Günzler
2019-12-04Revert "Parse headers from template"Drew DeVault
2019-12-04Parse headers from templateRobert Günzler
2019-11-17Allow fields in compose widget to be clickedGreg Anders
2019-11-10Add some defaults for template optionsDrew DeVault
2019-11-10Add Templates with ParsingSrivathsan Murali
2019-09-12Add signaturesJeffas
2019-09-11Add MouseableJeffas
2019-09-04widgets: rewrite references to os.SET_SEEK to io.SeekStartWagner Riffel
2019-08-20Add forwarding as attachment featureJelle Besseling
2019-08-20Add addresses argument to forward commandJelle Besseling
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-02Fix sending attachments with less than 512 bytesBen Burwell
2019-08-02Include body MIME terminator in multipart messagesBen Burwell
2019-07-27Add :detach commandGalen Abell
2019-07-27Fix review message not filling entire spaceGalen Abell
2019-07-26Add command history and cyclingGalen Abell
2019-07-26Support configurable header layout in compose widgetDaniel Bridges
2019-07-19Add [a]ttach to the review message promptsDrew DeVault
2019-07-19Add Unix socket for communicating with aercDrew DeVault
2019-07-19Add :attach command for composeGalen Abell
2019-07-17When reviewing an email don't pass characters onJeffas
2019-07-04Use go-message implementation of GenerateMessageIDBen Burwell
2019-06-27Reopening mailcontent file to fix #166Stefan Rakel
2019-06-21Fix Cc & Bcc handling in repliesDrew DeVault
2019-06-07Execute the editor with the shellDrew DeVault
2019-06-05Use SetAddressList for From headerDrew DeVault
2019-06-02Enumerate Cc and Bcc lists in composerDrew DeVault
2019-05-26Implement :edit in compose screenDrew DeVault
2019-05-25Fix special characters in address.PersonalNameDrew DeVault
2019-05-17s/aerc2/aerc/gDrew DeVault
2019-05-17Fix date header on outgoing emailsDrew DeVault
2019-05-16Decode email when reading it for quotingDrew DeVault
2019-05-16Implement :reply -q and :reply -aDrew DeVault
2019-05-16Implement (basic form) of :replyDrew DeVault
2019-05-16Let caller pass in custom headers to composeDrew DeVault
2019-05-15Copy sent emails to the Sent folderDrew DeVault
2019-05-14Update tab name as subject changesDrew DeVault
2019-05-14Add $EDITOR, internal config for composeDrew DeVault
2019-05-14Add distinct keybindings for each compose viewDrew DeVault
2019-05-14Implement sending emails /o/Drew DeVault
2019-05-14Add :send-message, prepares & writes email to /tmpDrew DeVault