Mail::Message::TransferEnc::Binary
encode/decode binary message bodies
- Provided by: libmail-box-perl (Version: 2.110-1)
- Report a bug
encode/decode binary message bodies
Mail::Message::TransferEnc::Binary is a Mail::Message::TransferEnc is a Mail::Reporter
my Mail::Message $msg = ...; my $decoded = $msg->decoded; my $encoded = $msg->encode(transfer => 'binary');
Encode or decode message bodies for binary transfer encoding. This is totally no encoding.
See documentation in the base class.
See documentation in the base class.
This module is part of Mail-Box distribution version 2.110, built on January 05, 2014. Website: http://perl.overmeer.net/mailbox/
Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html