Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement :edit in compose screen | Drew DeVault | 2019-05-26 | 1 | -0/+21 |
| | |||||
* | Implement :forward | Drew DeVault | 2019-05-25 | 1 | -31/+81 |
| | |||||
* | Fix special characters in address.PersonalName | Drew DeVault | 2019-05-25 | 2 | -27/+35 |
| | |||||
* | Implement :help | Drew DeVault | 2019-05-22 | 1 | -0/+21 |
| | |||||
* | Write new accounts to config and open tab | Drew DeVault | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | New account wizard, part one | Drew DeVault | 2019-05-21 | 1 | -0/+20 |
| | |||||
* | Pass ServerName to tls.Config for SMTP | Drew DeVault | 2019-05-20 | 1 | -2/+12 |
| | |||||
* | Implement :next-part, :prev-part | Drew DeVault | 2019-05-20 | 1 | -0/+43 |
| | |||||
* | Flesh out multipart switcher | Drew DeVault | 2019-05-20 | 1 | -2/+2 |
| | |||||
* | asdf | Drew DeVault | 2019-05-20 | 1 | -6/+2 |
| | |||||
* | pipe.go: let tab widget handle ellipsis | Drew DeVault | 2019-05-20 | 1 | -2/+1 |
| | |||||
* | Missed a spot | Drew DeVault | 2019-05-19 | 1 | -0/+1 |
| | |||||
* | Rename :delete-message et al to :delete et al | Drew DeVault | 2019-05-19 | 4 | -2/+6 |
| | |||||
* | Advance cursor after :delete and :move | Drew DeVault | 2019-05-19 | 2 | -0/+2 |
| | | | | So that you can repeat the action on the next message if appropriate | ||||
* | Implement :pwd command | Amin Bandali | 2019-05-19 | 1 | -0/+25 |
| | |||||
* | Fix scdoc & gofmt issues | Drew DeVault | 2019-05-18 | 5 | -17/+11 |
| | |||||
* | s/aerc2/aerc/g | Drew DeVault | 2019-05-17 | 25 | -29/+29 |
| | |||||
* | Remove debug logging | Drew DeVault | 2019-05-17 | 1 | -1/+0 |
| | |||||
* | Refactor STARTTLS to prevent downgrade attacks | Drew DeVault | 2019-05-17 | 1 | -23/+27 |
| | |||||
* | s/Sent/Message sent/ | Drew DeVault | 2019-05-16 | 1 | -2/+2 |
| | |||||
* | Improve reply-all recipient enumeration strategy | Drew DeVault | 2019-05-16 | 1 | -0/+16 |
| | |||||
* | Decode email when reading it for quoting | Drew DeVault | 2019-05-16 | 1 | -2/+25 |
| | |||||
* | Don't prefix Re: if prefix already present | Drew DeVault | 2019-05-16 | 1 | -1/+6 |
| | |||||
* | Implement :reply -q and :reply -a | Drew DeVault | 2019-05-16 | 1 | -19/+61 |
| | |||||
* | Implement (basic form) of :reply | Drew DeVault | 2019-05-16 | 1 | -0/+83 |
| | |||||
* | Let caller pass in custom headers to compose | Drew DeVault | 2019-05-16 | 1 | -2/+2 |
| | |||||
* | Copy sent emails to the Sent folder | Drew DeVault | 2019-05-15 | 2 | -15/+53 |
| | | | | Or rather, to a user-specified folder | ||||
* | Implement move, mv commands | Drew DeVault | 2019-05-14 | 1 | -0/+38 |
| | |||||
* | Implement :copy (aka :cp) | Drew DeVault | 2019-05-14 | 2 | -1/+51 |
| | |||||
* | Implement abort command | Cole Helbling | 2019-05-14 | 1 | -0/+23 |
| | | | | | This allows the user to close the compose tab without sending their current composition. | ||||
* | Update tab name as subject changes | Drew DeVault | 2019-05-14 | 2 | -9/+10 |
| | | | | Also moves truncation to the tab widget | ||||
* | Add $EDITOR, internal config for compose | Drew DeVault | 2019-05-14 | 1 | -1/+1 |
| | |||||
* | Remove tab before going async | Drew DeVault | 2019-05-14 | 1 | -1/+1 |
| | | | | To prevent repeated attempts to send | ||||
* | Add distinct keybindings for each compose view | Drew DeVault | 2019-05-14 | 1 | -1/+1 |
| | |||||
* | Send emails asyncronously | Drew DeVault | 2019-05-14 | 1 | -47/+73 |
| | |||||
* | Implement sending emails /o/ | Drew DeVault | 2019-05-14 | 1 | -6/+114 |
| | |||||
* | Add :send-message, prepares & writes email to /tmp | Drew DeVault | 2019-05-14 | 1 | -0/+29 |
| | |||||
* | Populate "From" header from config for new emails | Drew DeVault | 2019-05-13 | 1 | -2/+2 |
| | |||||
* | Implement :{next,prev}-field in compose view | Drew DeVault | 2019-05-12 | 2 | -0/+46 |
| | |||||
* | Add initial compose widget | Drew DeVault | 2019-05-12 | 1 | -0/+28 |
| | |||||
* | "Press any key to close" for completed processes | Drew DeVault | 2019-05-11 | 1 | -1/+4 |
| | |||||
* | Fix segfault on :select-message for unloaded messages | Tom Lebreux | 2019-04-17 | 1 | -0/+3 |
| | | | | Signed-off-by: Tom Lebreux <tomlebreux@cock.li> | ||||
* | Fix segfault on :view-message for unloaded message | Tom Lebreux | 2019-04-10 | 1 | -0/+6 |
| | | | | | | This also fixes segfault on :view-message on empty directory Signed-off-by: Tom Lebreux <tomlebreux@cock.li> | ||||
* | Make tab width of :pipe consistent | Drew DeVault | 2019-03-31 | 1 | -5/+3 |
| | |||||
* | Add basic filter implementation | Drew DeVault | 2019-03-31 | 1 | -1/+1 |
| | |||||
* | Rename FetchMessageBodies to FetchFullMessages | Drew DeVault | 2019-03-31 | 1 | -1/+1 |
| | |||||
* | Make the message viewer real, part one | Drew DeVault | 2019-03-31 | 2 | -3/+27 |
| | |||||
* | Don't parse mail in worker; send a reader instead | Drew DeVault | 2019-03-31 | 2 | -34/+2 |
| | |||||
* | Add message view commands, :close | Drew DeVault | 2019-03-30 | 3 | -4/+38 |
| | |||||
* | Add basic message viewer mockup | Drew DeVault | 2019-03-30 | 3 | -8/+6 |
| |