summaryrefslogtreecommitdiff
path: root/commands/compose/send.go
AgeCommit message (Expand)Author
2022-03-23logging: added a log on panicMoritz Poldrack
2022-03-12all: fix minor issues found by staticcheckMoritz Poldrack
2021-11-05go.mod: change base git urlRobin Jarry
2021-02-28send: fix missing error returnReto Brunner
2021-02-05send: fix crash if invalid password is givenReto Brunner
2021-01-24send: don't block the UI thread during the sendingReto Brunner
2020-11-21Refactor send commandReto Brunner
2020-11-14format: remove parse methods, use the one from go-messageReto Brunner
2020-11-14compose: use a proper header instead of a string mapReto Brunner
2020-09-22propagate error from sendmaily0ast
2020-08-13Add `oauthbearer` support for SMTPR Chowdhury
2020-07-09Use PushStatus instead of SetStatus where it makes senseHeiko Carrasco
2020-05-28Revert "Add Style configuration"Drew DeVault
2020-05-28Revert "Remove duration from the status methods"Drew DeVault
2020-05-27Remove duration from the status methodsReto Brunner
2020-05-27Add Style configurationReto Brunner
2020-05-25Set AnsweredFlag on successful replySrivathsan Murali
2020-05-19gofmtDrew DeVault
2020-05-11Show 'Message sent' only for ten seconds instead of permanentlyelumbella
2020-04-24gofmt fixesDrew DeVault
2020-04-23Use aerc.PushError where appropriateBen Fiedler
2020-03-03Update dependenciesSimon Ser
2020-03-03Mark sent messages as "seen" in maildirGalen Abell
2019-11-01Add support for AUTH LOGIN submissionLuke Drummond
2019-09-04all: purge redundant underscoresWagner Riffel
2019-07-29Sendmail: allow for arbitrary parametersReto Brunner
2019-07-27Add missing fallthroughDrew DeVault
2019-07-27Implement sendmail supportDrew DeVault
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-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-14Remove tab before going asyncDrew DeVault
2019-05-14Add distinct keybindings for each compose viewDrew DeVault