Go to file
2017-01-21 17:47:14 +01:00
contrib msuck: pad pids to 5 decimals 2016-10-18 17:53:31 +02:00
man Leahize 2017-01-21 17:22:39 +01:00
blaze822_priv.h blaze822: keep a pointer to the original header, if we have it anyway 2016-08-06 19:27:02 +02:00
blaze822.c mblaze822: blaze822_addr: add simple group parsing 2016-09-07 15:50:59 +02:00
blaze822.h rfc2047: only decode _ as spaces when decoding headers 2016-11-08 16:19:26 +01:00
COPYING Leahize 2017-01-21 17:22:39 +01:00
filter.c filter: slay warning 2016-07-29 17:15:12 +02:00
filter.example
INSTALL.md INSTALL.md: cygwin 2016-09-08 16:13:53 +02:00
maddr.c maddr: addr: first decode RFC2047, then parse address 2017-01-21 17:44:34 +01:00
magrep.c magrep: add -m 2016-08-02 17:03:32 +02:00
Makefile mlist: read directory names from stdin when used non-interactively 2016-12-13 15:21:00 +01:00
mcolor mcolor: recognize new mail headers after ^L 2016-10-18 15:42:14 +02:00
mcom mcom: very elementary NNTP posting support 2016-09-25 21:30:20 +02:00
mdate.c mdate: style tweak 2016-09-01 15:40:39 +02:00
mdeliver.c use getdelim instead of getline 2016-09-05 14:20:55 +02:00
mdirs.c mdirs: add usage 2016-07-26 21:59:25 +02:00
mexport.c use getdelim instead of getline 2016-09-05 14:20:55 +02:00
mflag.c mflag: add usage 2016-07-26 21:59:25 +02:00
mgenmid.c Add $MBLAZE environment variable to set profile location 2016-09-01 18:50:20 -05:00
mhdr.c mhdr: print_addresses: first decode RFC2047, then parse address 2017-01-21 17:47:14 +01:00
minc.c minc: add usage 2016-07-26 21:59:26 +02:00
mless Add $MBLAZE environment variable to set profile location 2016-09-01 18:50:20 -05:00
mlesskey.example mless: add ^ to go to parent 2016-08-08 17:39:25 +02:00
mlist.c mlist: don't use blaze822_loop for the case when arguments are given 2017-01-21 17:13:47 +01:00
mmime.c mmime: don't truncate a #type line when it has invalid syntax 2016-11-08 16:34:34 +01:00
mnext add mprev/mnext to call mless with appropriate offset 2016-07-20 15:43:53 +02:00
mpick.c mpick: shuffle for OpenBSD/FreeBSD 2016-09-05 14:03:46 +02:00
mprev add mprev/mnext to call mless with appropriate offset 2016-07-20 15:43:53 +02:00
mquote mquote: needs := for empty strings 2016-08-08 13:32:43 +02:00
mrep rename mcomp -> mcom, mrepl -> mrep 2016-08-08 16:01:06 +02:00
mscan.c mscan: fmt_from: first decode RFC2047, then parse address 2017-01-21 17:40:52 +01:00
msed.c msed: drop date generation (use mdate) 2016-08-08 14:03:29 +02:00
mseq.c use getdelim instead of getline 2016-09-05 14:20:55 +02:00
mshow.c Add $MBLAZE environment variable to set profile location 2016-09-01 18:50:20 -05:00
msort.c msort: add -U and -I to sort by flags 2016-08-06 18:27:38 +02:00
mthread.c mthread: add usage 2016-07-26 22:09:26 +02:00
mymemmem.c import musl memmem 2016-07-26 18:10:39 +02:00
mystrverscmp.c mystrverscmp: fix include 2016-07-26 18:30:54 +02:00
mytimegm.c import and use timegm from musl 2016-08-08 16:28:25 +02:00
README Leahize 2017-01-21 17:22:39 +01:00
rfc2045.c rfc2047: only decode _ as spaces when decoding headers 2016-11-08 16:19:26 +01:00
rfc2047.c rfc2047: only decode _ as spaces when decoding headers 2016-11-08 16:19:26 +01:00
seq.c seq: avoid infinite loop in "mscan -n ." 2016-12-31 13:25:56 +01:00
slurp.c slurp: zero-terminate buffer 2016-10-06 16:47:13 +02:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

MBLAZE(7)              Miscellaneous Information Manual              MBLAZE(7)

NAME
     mblaze  introduction to mblaze

DESCRIPTION
     The mblaze message system is a set of Unix utilities to deal with mail
     kept in Maildir folders.

     Its design is roughly inspired by MH, the RAND Message Handling System,
     but its is a complete implementation from scratch.

     mblaze consists of a set of Unix tools that each do one job:
     maddr(1)     to extract addresses from mail
     magrep(1)    to find mails matching a pattern
     mcom(1)      to write and send mail
     mdeliver(1)  to deliver messages or import mailboxes
     mdirs(1)     to find Maildirs
     mexport(1)   to export mailboxes
     mflag(1)     to change flags (marks) of mail
     mgenmid(1)   to generate Message-IDs
     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
     mpick(1)     to filter mail
     mrep(1)      to reply to mail
     mscan(1)     to generate single line summaries of mail
     msed(1)      to manipulate mail headers
     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
     mblaze is a classic command line MUA with no features related to
     receiving and transferring mail.  You are expected to fetch your mail
     using offlineimap(1), fdm(1), procmail(1), getmail(1) or similar and send
     it using sendmail(8), as provided by OpenSMTPD, Postfix, msmtp(1), dma(8)
     or similar.  mblaze expects your mail to reside in Maildir folders.

     mblaze operates directly on Maildir and doesn't use own caches or
     databases.  There is no setup needed for many uses.  All tools have been
     written with performance in mind.  Enumeration of all mails in a Maildir
     is avoided unless necessary, and then optimized to use few syscalls.
     Parsing mail metadata is optimized to use few I/O requests.  Initial
     operations on big Maildir may feel slow, but as soon as they are in file
     system cache, everything is blazing fast.  The tools are written to be
     memory efficient (i.e. not wasteful), but whole messages are assumed to
     fit into RAM easily (at a time).

     mblaze has been written from scratch and tested on a big pile of personal
     mail, but is not actually 100% RFC conforming (which is neither worth it
     nor desirable).  There may be issues with very old, nonconforming,
     messages.

     mblaze is written in portable C, using only POSIX functions (apart from a
     tiny Linux-only optimization), and has no external dependencies.  It
     supports MIME and more than 7-bit messages (everything the host iconv(3)
     can decode).  It assumes you work in a UTF-8 environment.  mblaze works
     well together with other Unix mail tools such as offlineimap(1),
     mairix(1), or mu(1).

EXAMPLES
     mblaze tools are designed to be composed together into a pipe.  It is
     suitable for interactive use and for scripting.  It integrates well into
     a Unix workflow.

     For example, you could decide you want to look at all unseen mail in your
     INBOX, oldest first.
           mlist -s ~/Maildir/INBOX | msort -d | mscan
     To operate on a set of mails in multiple steps, you can save a list of
     mail as a sequence.  E.g. add a call to mseq -S to above command:
           mlist -s ~/Maildir/INBOX | msort -d | mseq -S | mscan
     Now mscan will show message numbers and you could look at the first five
     mails at once, for example:
           mshow 1:5
     Likewise, you could decide to look at all freshly received mail in all
     folders, thread it and look at it interactively:
           mdirs ~/Maildir | xargs minc | mthread | mless
     Or you could look at the attachments of the 20 largest mails in your
     INBOX:
           mlist ~/Maildir/INBOX | msort -s | tail -20 | mshow -t
     Or apply the patches from the current mail:
           mshow -O. '*.diff' | patch
     As usual with pipes, the sky is the limit.

CONCEPTS
     mblaze deals with messages (which are files), folders (which are Maildir
     folders), sequences (which are newline-separated lists of messages,
     possibly persisted on disk in ${MBLAZE:-$HOME/.mblaze}/seq), and the
     current message (kept as a symlink in ${MBLAZE:-$HOME/.mblaze}/cur).

     Messages in the persisted sequence can be referred to using special
     syntax as explained in mmsg(7).

     Many utilities have a default behavior when used interactively from a
     terminal (e.g. operate on the current message or the current sequence).
     For scripting, you must make these arguments explicit.

SEE ALSO
     mailx(1), nmh(7)

AUTHORS
     Leah Neukirchen <leah@vuxu.org>

LICENSE
     mblaze is in the public domain.

     To the extent possible under law, the creator of this work has waived all
     copyright and related or neighboring rights to this work.

     http://creativecommons.org/publicdomain/zero/1.0/

Void Linux                       July 22, 2016                      Void Linux