
mutt
List of commands for mutt:
-
mutt:tldr:12b56 mutt: Open the specified mailbox.$ mutt -f ${mailbox}try on your machineexplain this command
-
mutt:tldr:5d2ce mutt: Specify a draft file containing the header and the body of the message, in RFC 5322 format.$ mutt -H ${filename} ${recipient@example-com}try on your machineexplain this command
-
mutt:tldr:5dd73 mutt: Send an email and specify a subject and a cc recipient.$ mutt -s ${subject} -c ${cc@example-com} ${recipient@example-com}try on your machineexplain this command
-
mutt:tldr:ea338 mutt: Specify a file to include as the message body.$ mutt -i ${filename} ${recipient@example-com}try on your machineexplain this command