From f4e0c1c5ebd2407019527a801746e821b9d06b71 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 23 Jul 2018 07:15:05 +0200 Subject: [PATCH] doc: Add more planned commands for imag-mail --- doc/src/04020-module-mails.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/doc/src/04020-module-mails.md b/doc/src/04020-module-mails.md index 2d74adc8..3c46ae97 100644 --- a/doc/src/04020-module-mails.md +++ b/doc/src/04020-module-mails.md @@ -26,14 +26,17 @@ for the outgoing mails. The CLI of the imag-mail module is planned as follows: - imag mail track [opts...] # track a new mail, mail file passed as path - imag mail scan [opts...] # scan a maildir and track all untracked mails - imag mail box # work with the mailbox specified by , name mappings from config - imag mail list # list mails in a given mailbox for a given account or the default account - imag mail show # open new mails in the pager - imag mail thread list # list mails from a thread - imag mail thread show # open new mails from a thread in the pager or call a script with them - imag mail new # craft a new mail and safe it in the folder - imag mail send # send emails from the outgoing folder, optionally also move them to archice boxes - imag mail mv # move a mail (or thread) from one mailbox to another + imag mail track [opts...] # track a new mail, mail file passed as path + imag mail scan [opts...] # scan a maildir and track all untracked mails + imag mail box # work with the mailbox specified by , name mappings from config + imag mail list # list mails in a given mailbox for a given account or the default account + imag mail show # open new mails in the pager + imag mail thread list # list mails from a thread + imag mail thread show # open new mails from a thread in the pager or call a script with them + imag mail new # craft a new mail and safe it in the folder + imag mail compose # same as 'new' + imag mail send # send emails from the outgoing folder, optionally also move them to archive boxes + imag mail mv # move a mail to another mailbox + imag mail mv thread # move the thread of the mail to another mailbox + imag mail find # search for a mail (by header field (msgid, from, to, cc, subject, date, date-range), body, ...)