ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



MIME::Field::ConTraEnc(3)            User Contributed Perl Documentation           MIME::Field::ConTraEnc(3)



NAME
       MIME::Field::ConTraEnc - a "Content-transfer-encoding" field

DESCRIPTION
       A subclass of Mail::Field.

       Don't use this class directly... its name may change in the future!  Instead, ask Mail::Field for new
       instances based on the field name!

SYNOPSIS
           use Mail::Field;
           use MIME::Head;

           # Create an instance from some text:
           $field = Mail::Field->new('Content-transfer-encoding', '7bit');

           # Get the encoding.
           #    Possible values: 'binary', '7bit', '8bit', 'quoted-printable',
           #    'base64' and '' (unspecified).  Note that there can't be a
           #    single default for this, since it depends on the content type!
           $encoding = $field->encoding;

AUTHOR
       Eryq (eryq@zeegee.com), ZeeGee Software Inc (http://www.zeegee.com)  David F. Skoll
       (dfs@roaringpenguin.com) http://www.roaringpenguin.com



perl v5.8.8                                      2006-03-17                        MIME::Field::ConTraEnc(3)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.