Mail::Message::TransferEnc::Binary – encode/decode binary message bodies
| Use Case | Command | Description |
|---|---|---|
| 🔓 Decode a binary message body | $msg->decoded | Returns the decoded body (no encoding applied) |
| 🔒 Encode a message body as binary | $msg->encode(transfer => 'binary') | Encodes the body using binary transfer (no encoding) |
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.
Extends "DESCRIPTION" in Mail::Message::TransferEnc.
Extends "METHODS" in Mail::Message::TransferEnc.
This module is part of Mail-Message distribution version 3.012, built on February 11, 2022. Website: http://perl.overmeer.net/CPAN/
Copyrights 2001-2022 by [Mark Overmeer <markov AT cpan.org>]. 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://dev.perl.org/licenses/
Generated by phpman v4.9.29 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-20 17:52 @2600:1f28:365:80b0:8802:8bb4:3873:328e
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format