diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-07-26 17:54:27 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-07-26 17:54:27 +0200 |
commit | a8ffebe0ced0f6d4d95e5700c11651218e5d2de4 (patch) | |
tree | 59816e33a6a3950e93221a6731c05347c7dd4fe9 /README | |
parent | b4a99dff974bdeaa674fc72913f23dc2c0644e24 (diff) | |
download | mblaze-a8ffebe0ced0f6d4d95e5700c11651218e5d2de4.tar.gz mblaze-a8ffebe0ced0f6d4d95e5700c11651218e5d2de4.tar.xz mblaze-a8ffebe0ced0f6d4d95e5700c11651218e5d2de4.zip |
add mdeliver.1
Diffstat (limited to 'README')
-rw-r--r-- | README | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/README b/README index e454722..5d117eb 100644 --- a/README +++ b/README @@ -11,21 +11,22 @@ DESCRIPTION but its is a complete implementation from scratch. Santoku consists of a set of Unix tools that each do one job: - maddr(1) to extract addresses from mail - mcomp(1) to write and send mail - mdirs(1) to find Maildirs - mflag(1) to change flags (marks) of mail - mhdr(1) to extract mail headers - minc(1) to incorporate new mail - mless(1) to conveniently read mail in less(1) - mlist(1) to list and filter mail messages - mmime(1) to create MIME messages - mrepl(1) to reply to mail - mscan(1) to generate single line summaries of mail - mseq(1) to manipulate mail sequences - mshow(1) to render mail and extract attachments - msort(1) to sort mail - mthread(1) to arrange mail into discussions + maddr(1) to extract addresses from mail + mcomp(1) to write and send mail + mdeliver(1) to deliver messages or import mailboxes + mdirs(1) to find Maildirs + mflag(1) to change flags (marks) of mail + mhdr(1) to extract mail headers + minc(1) to incorporate new mail + mless(1) to conveniently read mail in less(1) + mlist(1) to list and filter mail messages + mmime(1) to create MIME messages + mrepl(1) to reply to mail + mscan(1) to generate single line summaries of mail + mseq(1) to manipulate mail sequences + mshow(1) to render mail and extract attachments + msort(1) to sort mail + mthread(1) to arrange mail into discussions PRINCIPLES Santoku is a classic command line MUA with no features related to |