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

mexport — export messages as mbox file

Authors

       Leah Neukirchen <leah@vuxu.org>

Description

mexport writes the specified msgs to the standard output as an MBOXRD file.  (See mmsg(7) for the message
       argument syntax.)

       If  no  msgs  are specified, mexport reads filenames from the standard input, or uses the messages in the
       current sequence if used interactively.

       mexport uses the ‘Return-Path:’ (or ‘X-Envelope-To:’) and ‘Date:’ headers from each message for the  mbox
       ‘From ’ line.

       The options are as follows:

       -S      Add ‘Status:’ and ‘X-Status:’ headers according to the msgs maildir flags.

Exit Status

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

License

mexport 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                                           August 19, 2016                                      MEXPORT(1)

Name

       mexport — export messages as mbox file

See Also

mdeliver(1), maildir(5), mbox(5)

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

Synopsis

mexport [-S] msgs...

See Also