doc: Add more planned commands for imag-mail
This commit is contained in:
parent
104cbfbfa7
commit
f4e0c1c5eb
1 changed files with 13 additions and 10 deletions
|
@ -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 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 send <args...> # send emails from the outgoing folder, optionally also move them to archice boxes
|
||||
imag mail mv <srcbox> <dstbox> # move a mail (or thread) from one mailbox to another
|
||||
imag mail compose <args...> # same as 'new'
|
||||
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, ...)
|
||||
|
||||
|
|
Loading…
Reference in a new issue