1Mail::Message::TransferUEsnecr::CBoinntarriyb(u3t)ed PerMlaiDlo:c:uMmeesnstaagtei:o:nTransferEnc::Binary(3)
2
3
4

NAME

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

INHERITANCE

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

DESCRIPTION

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

METHODS

24   Constructors
25       Mail::Message::TransferEnc::Binary->new(OPTIONS)
26           See "Constructors" in Mail::Reporter
27
28   The Encoder
29       Mail::Message::TransferEnc::Binary->addTransferEncoder(TYPE, CLASS)
30           See "The Encoder" in Mail::Message::TransferEnc
31
32       $obj->create(TYPE, OPTIONS)
33           See "The Encoder" in Mail::Message::TransferEnc
34
35       $obj->name
36           See "The Encoder" in Mail::Message::TransferEnc
37
38   Encoding
39       $obj->check(BODY, OPTIONS)
40           See "Encoding" in Mail::Message::TransferEnc
41
42       $obj->decode(BODY [, OPTIONS])
43           See "Encoding" in Mail::Message::TransferEnc
44
45       $obj->encode(BODY, OPTIONS)
46           See "Encoding" in Mail::Message::TransferEnc
47
48   Error handling
49       $obj->AUTOLOAD
50           See "Error handling" in Mail::Reporter
51
52       $obj->addReport(OBJECT)
53           See "Error handling" in Mail::Reporter
54
55       $obj->defaultTrace([LEVEL]|[LOGLEVEL, TRACELEVEL]|[LEVEL, CALLBACK])
56           Mail::Message::TransferEnc::Binary->defaultTrace([LEVEL]|[LOGLEVEL,
57           TRACELEVEL]|[LEVEL, CALLBACK])
58
59           See "Error handling" in Mail::Reporter
60
61       $obj->errors
62           See "Error handling" in Mail::Reporter
63
64       $obj->log([LEVEL [,STRINGS]])
65           Mail::Message::TransferEnc::Binary->log([LEVEL [,STRINGS]])
66
67           See "Error handling" in Mail::Reporter
68
69       $obj->logPriority(LEVEL)
70           Mail::Message::TransferEnc::Binary->logPriority(LEVEL)
71
72           See "Error handling" in Mail::Reporter
73
74       $obj->logSettings
75           See "Error handling" in Mail::Reporter
76
77       $obj->notImplemented
78           See "Error handling" in Mail::Reporter
79
80       $obj->report([LEVEL])
81           See "Error handling" in Mail::Reporter
82
83       $obj->reportAll([LEVEL])
84           See "Error handling" in Mail::Reporter
85
86       $obj->trace([LEVEL])
87           See "Error handling" in Mail::Reporter
88
89       $obj->warnings
90           See "Error handling" in Mail::Reporter
91
92   Cleanup
93       $obj->DESTROY
94           See "Cleanup" in Mail::Reporter
95
96       $obj->inGlobalDestruction
97           See "Cleanup" in Mail::Reporter
98

DIAGNOSTICS

100       Error: Decoder for transfer encoding $type does not work: $@
101           Compiling the required transfer encoding resulted in errors, which
102           means that the decoder can not be used.
103
104       Warning: No decoder for transfer encoding $type.
105           A decoder for the specified type of transfer encoding is not
106           implemented.
107
108       Error: Package $package does not implement $method.
109           Fatal error: the specific package (or one of its superclasses) does
110           not implement this method where it should. This message means that
111           some other related classes do implement this method however the
112           class at hand does not.  Probably you should investigate this and
113           probably inform the author of the package.
114

SEE ALSO

116       This module is part of Mail-Box distribution version 2.097, built on
117       January 26, 2011. Website: http://perl.overmeer.net/mailbox/
118

LICENSE

120       Copyrights 2001-2011 by Mark Overmeer. For other contributors see
121       ChangeLog.
122
123       This program is free software; you can redistribute it and/or modify it
124       under the same terms as Perl itself.  See
125       http://www.perl.com/perl/misc/Artistic.html
126
127
128
129perl v5.12.3                      2011-01-M2a6il::Message::TransferEnc::Binary(3)
Impressum