1MHA-DECODE(1) MHonArc Documentation MHA-DECODE(1)
2
3
4
6 mha-decode - Decode MIME messages
7
9 mha-decode [options] mailfolder ...
10
11 mha-decode [options] -single msg.822
12
14 mha-decode is a utility program that is part of the MHonArc software
15 package. mha-decode provides basic MIME decoding for mail messages.
16
17 If given mail folders as input, all messages within in the mail folders
18 will be decoded. All message parts are written to files. If a
19 filename is specified for a message part, that filename will be used
20 when writing the part to a file. If no filename is specified in the
21 message, a unique name will be used based upon the content-type of the
22 message part.
23
24 A single message can be decoded by using the "-single" option.
25
27 mha-decode takes options available to mhonarc, but only those options
28 affect parsing of mail folders are applicable: "-conlen", "-mhpattern",
29 "-msgsep", "-noconlen", "-outdir", "-perlinc", "-rcfile", "-single",
30 "-umask".
31
32 Also, mha-decode supports the following additional options:
33
34 "-dcd-digest"
35 Run in message digest mode. When this option is specified, any
36 embedded "message/rfc822" and "message/news" parts will be saved
37 instead of recursively decoding any parts contained within.
38
40 The documentation for MHonArc is distributed in HTML format. Due to
41 its size and organization, it is not suited for manpage format.
42 Consult your system administrator for where the documentation has been
43 installed, or see "AVAILABILITY" on where you can access the
44 documentation on the web.
45
47 <http://www.mhonarc.org/>
48
50 Earl Hood, mhonarc@mhonarc.org
51
52 MHonArc comes with ABSOLUTELY NO WARRANTY and MHonArc may be copied
53 only under the terms of the GNU General Public License, which may be
54 found in the MHonArc distribution.
55
56
57
58MHonArc v2.6 2003-07-19 MHA-DECODE(1)