aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/send.go
Commit message (Expand)AuthorAgeFilesLines
* send: redact password in outgoing URI for loggingKoni Marti2024-08-201-1/+1
* reply: allow copying to current folderRobin Jarry2024-08-031-7/+33
* hooks: add AERC_ACCOUNT_BACKEND to hooks with AERC_ACCOUNTBence Ferdinandy2024-06-051-0/+1
* send: prevent sending if multipart conversion failedVitaly Ovchinnikov2024-04-031-0/+5
* log: move package to libRobin Jarry2024-02-141-1/+1
* send: move code to lib for reuseKarel Balej2024-02-121-315/+7
* jmap: set explicit sender and recipientsKarel Balej2024-02-121-4/+4
* send: remove the sendCtx structKarel Balej2024-02-121-77/+54
* send: refactor parseSchemeKarel Balej2024-02-121-8/+8
* hook: add mail-sent hookMoritz Poldrack2024-01-251-0/+9
* commands: refactor registrationRobin Jarry2024-01-201-1/+5
* compose: copy to composing account's sent folderJason Cox2023-11-231-3/+4
* completion: refactor filter list apiRobin Jarry2023-11-021-1/+1
* hooks: add mail-added hookJason Cox2023-11-021-20/+28
* treewide: replace shlex.Split with opt.SplitArgsRobin Jarry2023-10-281-5/+3
* commands: use completion from go-optRobin Jarry2023-10-281-13/+6
* commands: parse arguments with go-optRobin Jarry2023-10-281-37/+38
* send: add option to overwrite copy-to folderKoni Marti2023-10-131-15/+34
* app: export global functionsRobin Jarry2023-10-101-14/+14
* widgets: rename package to appRobin Jarry2023-10-101-7/+7
* send: return error when recipients list is emptyRobin Jarry2023-07-171-0/+3
* worker: add jmap supportRobin Jarry2023-06-211-2/+34
* compose: warn before sending with empty subjectJason Cox2023-05-161-6/+11
* tabs: make sure to close tab contentRobin Jarry2023-04-011-1/+1
* 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-041-1/+1
* send: add option to send&archiveBence Ferdinandy2023-01-041-7/+18
* smtp: remove requirement for oauthbearer token-endpointTim Culverhouse2022-12-211-7/+6
* config: make various sections accessible via global varsRobin Jarry2022-12-141-1/+1
* logging: rename package to logRobin Jarry2022-12-021-4/+4
* compose: warn before sending without attachmentJason Cox2022-10-171-2/+37
* imap,smtp: add XOAUTH2 supportJulian Pidancet2022-10-011-0/+22
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-13/+12
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-3/+4
* outgoing-cred-cmd: delay execution until an email needs to be sentStas Rudakou2022-07-311-2/+6
* tabs: make fields privateRobin Jarry2022-07-231-2/+6
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-231-1/+1
* send: enter no-quit mode until message is sentKoni Marti2022-07-141-0/+7
* logging: added a log on panicMoritz Poldrack2022-03-231-0/+5
* all: fix minor issues found by staticcheckMoritz Poldrack2022-03-121-1/+1
* go.mod: change base git urlRobin Jarry2021-11-051-4/+4
* send: fix missing error returnReto Brunner2021-02-281-0/+4
* send: fix crash if invalid password is givenReto Brunner2021-02-051-1/+2
* send: don't block the UI thread during the sendingReto Brunner2021-01-241-35/+34
* Refactor send commandReto Brunner2020-11-211-201/+304
* format: remove parse methods, use the one from go-messageReto Brunner2020-11-141-2/+1