.\" Copyright (C) 2001-2003 Mew developing team. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" 3. Neither the name of the team nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE TEAM AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR .\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE TEAM OR CONTRIBUTORS BE .\" LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR .\" BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, .\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .TH MEWENCODE 1 "March 17, 2001" .UC 4 .SH NAME .BR mewencode , .BR mewdecode , .B mewcat - MIME encoder/decoder .\" .SH SYNOPSIS .PD 0 .B mewencode .RB [ -options ] .RI [ infile .RI [ outfile ]] .PP .B mewdecode .RB [ -options ] .RI [ infile .RI [ outfile ]] .PP .B mewcat .RB [ -options ] .RI [ infile ] .PD 1 .\" .SH DESCRIPTION The .B mewencode utility encode/decode MIME objects. .PP The options are as follows: .TP 8 .B \-e Encoding. .TP .B \-d Decoding. .TP .B \-8 See if any 8bit characters are contained. .TP .B \-b MIME base64 en/decoding. .TP .B \-q MIME quoted-printable en/decoding. .TP .B \-g MIME gzip64 en/decoding(not yet specified in RFC). .TP .B \-z The same as -g. .TP .B \-u Uudecoding. .TP .BI \-l " length" Line .I length into which base64/quoted-printable/gzip64 encoding truncate. .TP .B \-t On base64/gzip64 encoding, local newline is treated as CRLF. On base/gzip64 decoding, any newline is translated into local newline. Specify this option only when the input is a line based object(e.g. Content-Type: is text/plain or application/postscript). .TP .B \-h Display this help message. .TP .B \-v Display the version. .\"