1Mail::Message::TransferUEsnecr::CEoingthrtiBbiutt(e3d)PMearill:D:oMceusmseangtea:t:iTornansferEnc::EightBit(3)
2
3
4

NAME

6       Mail::Message::TransferEnc::EightBit - encode/decode 8bit message
7       bodies
8

INHERITANCE

10        Mail::Message::TransferEnc::EightBit
11          is a Mail::Message::TransferEnc
12          is a Mail::Reporter
13

SYNOPSIS

15        my Mail::Message $msg = ...;
16        my $decoded = $msg->decoded;
17        my $encoded = $msg->encode(transfer => '8bit');
18

DESCRIPTION

20       Encode or decode message bodies for 8bit transfer encoding.  This is
21       only very little encoding.  According to the specs:
22
23       RFC-2045 Section 2.8 defines legal `8bit' data:
24
25        "8bit data" refers to data that is all represented as relatively
26        short lines with 998 octets or less between CRLF line separation
27        sequences [RFC-821]), but octets with decimal values greater than 127
28        may be used.  As with "7bit data" CR and LF octets only occur as part
29        of CRLF line separation sequences and no NULs are allowed.
30
31       As you can safely conclude: decoding of these bodies is no work at all.
32
33       Extends "DESCRIPTION" in Mail::Message::TransferEnc.
34

METHODS

36       Extends "METHODS" in Mail::Message::TransferEnc.
37

DIAGNOSTICS

39       Error: Decoder for transfer encoding $type does not work: $@
40           Compiling the required transfer encoding resulted in errors, which
41           means that the decoder can not be used.
42
43       Warning: No decoder for transfer encoding $type.
44           A decoder for the specified type of transfer encoding is not
45           implemented.
46
47       Error: Package $package does not implement $method.
48           Fatal error: the specific package (or one of its superclasses) does
49           not implement this method where it should. This message means that
50           some other related classes do implement this method however the
51           class at hand does not.  Probably you should investigate this and
52           probably inform the author of the package.
53

SEE ALSO

55       This module is part of Mail-Message distribution version 3.009, built
56       on February 07, 2020. Website: http://perl.overmeer.net/CPAN/
57

LICENSE

59       Copyrights 2001-2020 by [Mark Overmeer <markov@cpan.org>]. For other
60       contributors see ChangeLog.
61
62       This program is free software; you can redistribute it and/or modify it
63       under the same terms as Perl itself.  See http://dev.perl.org/licenses/
64
65
66
67perl v5.32.0                      2020-0M7a-i2l8::Message::TransferEnc::EightBit(3)
Impressum