aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose
Commit message (Expand)AuthorAgeFilesLines
* attach: focus terminal for file pickerKoni Marti2023-04-101-0/+1
* tabs: make sure to close tab contentRobin Jarry2023-04-013-4/+3
* smtp: replace smtp-starttls with schema optionMarcin Serwin2023-03-261-33/+32
* log: add debug for send configurationBence Ferdinandy2023-02-121-0/+8
* config: add option for SMTP HELO/EHLO local domainKarel D. Kopecký2023-02-021-2/+14
* switch-account: also switch account configurationBence Ferdinandy2023-01-261-0/+1
* config: parse account from and aliases onceRobin Jarry2023-01-041-10/+1
* model: change flags array to bitmaskRobin Jarry2023-01-042-2/+2
* send: add option to send&archiveBence Ferdinandy2023-01-041-7/+18
* smtp: remove requirement for oauthbearer token-endpointTim Culverhouse2022-12-211-7/+6
* attach: don't glob hidden filesMoritz Poldrack2022-12-201-0/+13
* config: make various sections accessible via global varsRobin Jarry2022-12-143-4/+6
* compose: allow writing multipart/alternative messagesRobin Jarry2022-12-071-0/+73
* logging: rename package to logRobin Jarry2022-12-023-20/+19
* logging: homogenize levelsRobin Jarry2022-12-022-8/+5
* ui: box and frame an interactive widgetKoni Marti2022-11-211-1/+2
* attach: open file picker menu with -m flagKoni Marti2022-11-211-2/+91
* compose: warn before sending without attachmentJason Cox2022-10-171-2/+37
* imap,smtp: add XOAUTH2 supportJulian Pidancet2022-10-011-0/+22
* switch: update status lineKoni Marti2022-09-201-1/+5
* switch: add -n and -p flags for relative switchRobin Jarry2022-09-201-5/+33
* commands: add switch-account command for composerKoni Marti2022-09-191-0/+47
* attach: enable path globbingMoritz Poldrack2022-08-301-10/+32
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-042-15/+13
* lint: apply new formatting rulesMoritz Poldrack2022-08-013-20/+15
* outgoing-cred-cmd: delay execution until an email needs to be sentStas Rudakou2022-07-311-2/+6
* logging: use level-based logger functionsRobin Jarry2022-07-231-2/+2
* tabs: make fields privateRobin Jarry2022-07-232-4/+12
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-2312-13/+13
* send: enter no-quit mode until message is sentKoni Marti2022-07-141-0/+7
* postpone: avoid calling WriteMessage twiceKoni Marti2022-07-101-9/+4
* compose: refactor attachment handlingKoni Marti2022-07-021-2/+1
* pgp: add attach key commandTim Culverhouse2022-05-061-0/+32
* pgp: check encryption keys before sending messageTim Culverhouse2022-05-061-12/+0
* pgp: check for signing key before signing timeTim Culverhouse2022-05-041-1/+4
* fix: out-of-bounds error in command headerMoritz Poldrack2022-04-061-0/+6
* header: remove trailing colon in header fieldMoritz Poldrack2022-04-061-0/+2
* logging: added a log on panicMoritz Poldrack2022-03-232-0/+8
* all: fix minor issues found by staticcheckMoritz Poldrack2022-03-121-1/+1
* commands: implement fuzzy completion for commands and optionskt programs2022-03-071-1/+1
* aerc: always check SelectedAccount return valueRobin Jarry2022-02-251-1/+5
* postpone: re-open review mode on errorKoni Marti2022-02-061-4/+9
* pgp: PGP/MIME encryption for outgoing emailsKoni Marti2022-01-071-0/+44
* pgp: PGP/MIME signing for outgoing emailsKoni Marti2022-01-071-0/+44
* go.mod: change base git urlRobin Jarry2021-11-0510-17/+17
* send: fix missing error returnReto Brunner2021-02-281-0/+4
* send: fix crash if invalid password is givenReto Brunner2021-02-051-1/+2
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-302-4/+4
* send: don't block the UI thread during the sendingReto Brunner2021-01-241-35/+34
* Refactor send commandReto Brunner2020-11-211-201/+304