aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose
Commit message (Expand)AuthorAgeFilesLines
* log: move package to libRobin Jarry2024-02-143-3/+3
* 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
* app: define two dialog constructorsKoni Marti2024-01-291-9/+1
* flags: add support for draft flagJason Cox2024-01-261-1/+1
* hook: add mail-sent hookMoritz Poldrack2024-01-251-0/+9
* commands: refactor registrationRobin Jarry2024-01-2015-28/+77
* cd: fix completion of folders with a spaceRobin Jarry2024-01-171-1/+1
* compose: copy to composing account's sent folderJason Cox2023-11-231-3/+4
* completion: refactor filter list apiRobin Jarry2023-11-025-5/+5
* hooks: add mail-added hookJason Cox2023-11-022-36/+49
* treewide: replace shlex.Split with opt.SplitArgsRobin Jarry2023-10-281-5/+3
* commands: use completion from go-optRobin Jarry2023-10-2814-74/+31
* commands: parse arguments with go-optRobin Jarry2023-10-2814-269/+123
* send: add option to overwrite copy-to folderKoni Marti2023-10-131-15/+34
* app: export global functionsRobin Jarry2023-10-1014-89/+89
* widgets: rename package to appRobin Jarry2023-10-1014-68/+68
* postpone: remove datacounter passthrough writerTim Culverhouse2023-08-311-7/+5
* postpone: change recall/postpone logic for custom foldersVitaly Ovchinnikov2023-08-301-7/+39
* xdg: get rid of deprecated dependenciesRobin Jarry2023-08-271-8/+2
* commands: allow reading attachments from a fileKarel Balej2023-08-241-2/+8
* attach: add an option to pipe the attachments inVitaly Ovchinnikov2023-08-051-6/+72
* compose: allow removing headersRobin Jarry2023-07-311-18/+26
* compose: allow changing edit-headers on the flyRobin Jarry2023-07-171-4/+21
* compose: implement embedded headers in editorKoni Marti2023-07-172-5/+3
* compose: improve error handlingRobin Jarry2023-07-171-2/+8
* 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
* 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