You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Leah Neukirchen de30dce638 mquote: fall back to rendering when no plaint text reply was found 6 years ago
contrib contrib/mverify: fix quoting 6 years ago
man mshow.1: explain filter exit statuses 6 years ago
t t: add test case for latest magrep crash 7 years ago
.mailmap add .mailmap 7 years ago
.travis.yml add .travis.yml 7 years ago
COPYING Leahize 7 years ago
GNUmakefile add mbnc to bounce messages 6 years ago
INSTALL.md Add OS X Yosemite to INSTALL.md 7 years ago
NEWS.md NEWS.md: update 6 years ago
README add mbnc to bounce messages 6 years ago
VERSION VERSION: 0.2 7 years ago
VIOLATIONS.md VIOLATIONS.md: missing MIME-Version 7 years ago
blaze822.c blaze822: blaze822_addr: rewrite address parsing 6 years ago
blaze822.h blaze822: blaze822_loop: use long as return type 6 years ago
blaze822_priv.h blaze822: keep a pointer to the original header, if we have it anyway 8 years ago
filter.c style 7 years ago
filter.example filter.example: use mflow 7 years ago
maddr.c style 7 years ago
magrep.c magrep: keep threading while matching body 7 years ago
mbnc add mbnc to bounce messages 6 years ago
mcolor mcolor: add colors for two and three level quotes 7 years ago
mcom mcom: strip empty headers after editing 6 years ago
mdate.c mdate: style tweak 8 years ago
mdeliver.c style 7 years ago
mdirs.c style 7 years ago
mexport.c style 7 years ago
mflag.c mflag: fix behavior with no arguments and reading from not a tty 7 years ago
mflow.c mflow: flowed: ensure progress by printing at least one word each time 7 years ago
mgenmid.c use appropriate integer types 7 years ago
mhdr.c mhdr: do not return void values 7 years ago
minc.c style 7 years ago
mless mless: add { }/$ to jump to first/last message 6 years ago
mlesskey.example mless: add { }/$ to jump to first/last message 6 years ago
mlist.c mlist: listarg: list empty Maildirs if no filtering took place 6 years ago
mmime.c use appropriate integer types 7 years ago
mmkdir mmkdir: make official command 7 years ago
mnext add mprev/mnext to call mless with appropriate offset 8 years ago
mpick.c mpick: add negations 7 years ago
mprev add mprev/mnext to call mless with appropriate offset 8 years ago
mquote mquote: fall back to rendering when no plaint text reply was found 6 years ago
mrep rename mcomp -> mcom, mrepl -> mrep 8 years ago
mscan.c mscan: fetch window size from /dev/tty 7 years ago
msed.c msed: add s///d flag to remove on match 6 years ago
mseq.c mseq: create tmpfile O_EXCL to detect multiple mseq -S in a pipeline 6 years ago
mshow.c mshow: exit with status 1 if -R didn't find a plain text reply 6 years ago
msort.c style 7 years ago
mthread.c blaze822: blaze822_loop: use long as return type 6 years ago
mymemmem.c mymemmem: update with patch from musl mailing list 7 years ago
mystrverscmp.c mystrverscmp: fix include 8 years ago
mytimegm.c clean up whitespace 7 years ago
pipeto.c use appropriate integer types 7 years ago
rfc2045.c use appropriate integer types 7 years ago
rfc2047.c rfc2047: blaze822_decode_rfc2047: check for NUL bytes at the very end of decoding 6 years ago
rfc2231.c use appropriate integer types 7 years ago
safe_u8putstr.c revamp utf-8 handling code 7 years ago
seq.c blaze822: blaze822_loop: use long as return type 6 years ago
slurp.c style 7 years ago
squeeze_slash.c mlist: extract squeeze_slash 7 years ago
u8decode.h u8decode: detect invalid encodings 7 years ago

README

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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 it is a complete implementation from scratch.

     mblaze consists of these Unix tools that each do one job:
     maddr(1)     extract addresses from mail
     magrep(1)    find mails matching a pattern
     mbnc(1)      bounces mail
     mcom(1)      compose and send mail
     mdeliver(1)  deliver messages or import mailboxes
     mdirs(1)     find Maildir folders
     mexport(1)   export Maildir folders as mailboxes
     mflag(1)     change flags (marks) of mail
     mflow(1)     reflow format=flowed plain text mails
     mfwd(1)      forward mail
     mgenmid(1)   generate Message-IDs
     mhdr(1)      extract mail headers
     minc(1)      incorporate new mail
     mless(1)     conveniently read mail in less(1)
     mlist(1)     list and filter mail messages
     mmime(1)     create MIME messages
     mmkdir(1)    create new Maildir
     mpick(1)     advanced mail filter
     mrep(1)      reply to mail
     mscan(1)     generate one-line summaries of mail
     msed(1)      manipulate mail headers
     mseq(1)      manipulate mail sequences
     mshow(1)     render mail and extract attachments
     msort(1)     sort mail
     mthread(1)   arrange mail into discussions

PRINCIPLES
     mblaze is a classic command line MUA and has no features for receiving or
     transferring mail; you are expected to fetch your mail using fdm(1),
     getmail(1) offlineimap(1), procmail(1), or similar , and send it using
     dma(8), msmtp(1), sendmail(8), as provided by OpenSMTPD, Postfix, or
     similar.  mblaze expects your mail to reside in Maildir folders.

     mblaze operates directly on Maildir folders and doesn't use its 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 limit
     syscalls.  Parsing mail metadata is optimized to limit I/O requests.
     Initial operations on a large Maildir may feel slow, but as soon as they
     are in the file system cache, everything is blazingly fast.  The tools
     are written to be memory efficient (i.e. not wasteful), but whole
     messages are assumed to fit into RAM easily (one at a time).

     mblaze has been written from scratch and tested on a large corpus 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 mairix(1), mu(1), or
     offlineimap(1).

EXAMPLES
     mblaze tools are designed to be composed together in a pipe.  They are
     suitable for interactive use and for scripting, and integrate 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 it as a
     sequence, e.g. add a call to mseq -S to the 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 incorporate (by moving from new to cur) all
     new mail in all folders, thread it and look at it interactively:
           mdirs ~/Maildir | xargs minc | mthread | mless

     Or you could list 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 saved on disk in ${MBLAZE:-$HOME/.mblaze}/seq), and the current
     message (kept as a symlink in ${MBLAZE:-$HOME/.mblaze}/cur).

     Messages in the saved 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.

     For configuration, see mblaze-profile(5).

SEE ALSO
     mailx(1), mblaze-profile(5), nmh(7)

AUTHORS
     Leah Neukirchen <leah@vuxu.org>

     There is a mailing list available at mblaze@googlegroups.com (to
     subscribe, send a mail to mblaze+subscribe@googlegroups.com.  Please
     report security-related bugs directly to the author), as well as an IRC
     channel #vuxu on irc.freenode.net.

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                      January 6, 2018                     Void Linux