NAME

Mail::Message::TransferEnc::Binary - encode/decode binary message bodies

CLASS HIERARCHY

Mail::Message::TransferEnc::Binary
is a Mail::Message::TransferEnc
is a Mail::Reporter

SYNOPSIS

my Mail::Message $msg = ...;
my $decoded = $msg->decoded;
my $encoded = $msg->encode(transfer => 'binary');

DESCRIPTION

Encode or decode message bodies for binary transfer encoding. This is totally no encoding.

METHOD INDEX

Methods prefixed with an abbreviation are described in Mail::Reporter (MR), Mail::Message::TransferEnc (MMT).

The general methods for Mail::Message::TransferEnc::Binary objects:

MMT check BODY [, OPTIONS]           MMT name
MMT create TYPE, OPTIONS                 new OPTIONS
MMT decode BODY [, OPTIONS]           MR report [LEVEL]
MMT encode BODY [, OPTIONS]           MR reportAll [LEVEL]
 MR errors                            MR trace [LEVEL]
 MR log [LEVEL [,STRINGS]]            MR warnings

The extra methods for extension writers:

 MR AUTOLOAD                          MR inGlobalDestruction
 MR DESTROY                           MR logPriority LEVEL
MMT addTransferEncoder TYPE, CLASS    MR logSettings

METHODS

new OPTIONS
OPTION            DESCRIBED IN          DEFAULT
log               Mail::Reporter        'WARNINGS'
trace             Mail::Reporter        'WARNINGS'

METHODS for extension writers

SEE ALSO

Mail::Box-Overview

For support and additional documentation, see http://perl.overmeer.net/mailbox/

AUTHOR

Mark Overmeer (mailbox@overmeer.net). All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

VERSION

This code is beta, version 2.015.

Copyright (c) 2001-2002 Mark Overmeer. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.