logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mdeliver — deliver messages or import mbox file

Authors

       Leah Neukirchen <leah@vuxu.org>

Description

mdeliver adds a message given on the standard input as a new message in the maildir dir.

       When  -M  is  used, mdeliver will regard the standard input as an MBOXRD mailbox, split it on “From ” and
       deliver each message, decoding it according to the  MBOXRD  convention.   mdeliver  will  set  the  mtime
       according  to  the  value  of  ‘Date:’  and  the  maildir  flags  according  to the value of ‘Status:’ or
       ‘X-Status:’.

       The messages are delivered in a reliable way and use the default umask(2).

       Please note that no syntactical checks are performed on the messages.

       The options are as follows:

       -M      Deliver each message of an mbox.

       -c      Deliver messages into cur/, not new/ (the default).

       -v      Print each new message filename after delivery.

       -Xflg  Override the flags of the new message file to be flg.

Exit Status

       The mdeliver utility exits 0 on success, and >0 if an error occurs.

License

mdeliver 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/

Debian                                            July 26, 2016                                      MDELIVER(1)

Name

       mdeliver — deliver messages or import mbox file

See Also

mexport(1), mrefile(1), maildir(5), mbox(5)

       MBOXRDEmailFormat: http://www.digitalpreservation.gov/formats/fdd/fdd000385.shtmlUsingmaildirformat: https://cr.yp.to/proto/maildir.html

Synopsis

mdeliver [-c] [-v] [-Xflags] dir < messagemdeliver-M [-c] [-v] [-Xflags] dir < mbox

See Also