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

NAME

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

INHERITANCE

10        Mail::Message::TransferEnc::SevenBit
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 => '7bit');
18

DESCRIPTION

20       Encode or decode message bodies for 7bit transfer encoding.  This is
21       only very little encoding.  According to the specs:
22
23       RFC-2045 Section 2.7 defines legal `7bit' data:
24
25         "7bit 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].  No octets with decimal values greater than 127
28         are allowed and neither are NULs (octets with decimal value 0).  CR
29         (decimal value 13) and LF (decimal value 10) octets only occur as
30         part of CRLF line separation sequences.
31
32       As you can safely conclude: decoding of these bodies is no work at all.
33
34       Extends "DESCRIPTION" in Mail::Message::TransferEnc.
35

METHODS

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

DIAGNOSTICS

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

SEE ALSO

56       This module is part of Mail-Message distribution version 3.008, built
57       on February 11, 2019. Website: http://perl.overmeer.net/CPAN/
58

LICENSE

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