doc: Add more planned commands for imag-mail

This commit is contained in:
Matthias Beyer 2018-07-23 07:15:05 +02:00
parent 104cbfbfa7
commit f4e0c1c5eb

View file

@ -34,6 +34,9 @@ The CLI of the imag-mail module is planned as follows:
imag mail thread list <args...> # list mails from a thread imag mail thread list <args...> # list mails from a thread
imag mail thread show <args...> # open new mails from a thread in the pager or call a script with them imag mail thread show <args...> # open new mails from a thread in the pager or call a script with them
imag mail new <args...> # craft a new mail and safe it in the <outgoing> folder imag mail new <args...> # craft a new mail and safe it in the <outgoing> folder
imag mail send <args...> # send emails from the outgoing folder, optionally also move them to archice boxes imag mail compose <args...> # same as 'new'
imag mail mv <srcbox> <dstbox> # move a mail (or thread) from one mailbox to another imag mail send <args...> # send emails from the outgoing folder, optionally also move them to archive boxes
imag mail mv <src mail> <dstbox> # move a mail to another mailbox
imag mail mv thread <src mail> <dstbox> # move the thread of the mail to another mailbox
imag mail find <args...> # search for a mail (by header field (msgid, from, to, cc, subject, date, date-range), body, ...)