1Mail::Message::TransferUEsnecr::CBoinntarriyb(u3t)ed PerMlaiDlo:c:uMmeesnstaagtei:o:nTransferEnc::Binary(3)
2
3
4
6 Mail::Message::TransferEnc::Binary - encode/decode binary message bod‐
7 ies
8
10 Mail::Message::TransferEnc::Binary
11 is a Mail::Message::TransferEnc
12 is a Mail::Reporter
13
15 my Mail::Message $msg = ...;
16 my $decoded = $msg->decoded;
17 my $encoded = $msg->encode(transfer => 'binary');
18
20 Encode or decode message bodies for binary transfer encoding. This is
21 totally no encoding.
22
24 Constructors
25
26 Mail::Message::TransferEnc::Binary->new(OPTIONS)
27
28 See "Constructors" in Mail::Reporter
29
30 The Encoder
31
32 Mail::Message::TransferEnc::Binary->addTransferEncoder(TYPE, CLASS)
33
34 See "The Encoder" in Mail::Message::TransferEnc
35
36 $obj->create(TYPE, OPTIONS)
37
38 See "The Encoder" in Mail::Message::TransferEnc
39
40 $obj->name
41
42 See "The Encoder" in Mail::Message::TransferEnc
43
44 Encoding
45
46 $obj->check(BODY, OPTIONS)
47
48 See "Encoding" in Mail::Message::TransferEnc
49
50 $obj->decode(BODY [, OPTIONS])
51
52 See "Encoding" in Mail::Message::TransferEnc
53
54 $obj->encode(BODY, OPTIONS)
55
56 See "Encoding" in Mail::Message::TransferEnc
57
58 Error handling
59
60 $obj->AUTOLOAD
61
62 See "Error handling" in Mail::Reporter
63
64 $obj->addReport(OBJECT)
65
66 See "Error handling" in Mail::Reporter
67
68 $obj->defaultTrace([LEVEL]⎪[LOGLEVEL, TRACELEVEL]⎪[LEVEL, CALLBACK])
69
70 Mail::Message::TransferEnc::Binary->defaultTrace([LEVEL]⎪[LOGLEVEL,
71 TRACELEVEL]⎪[LEVEL, CALLBACK])
72
73 See "Error handling" in Mail::Reporter
74
75 $obj->errors
76
77 See "Error handling" in Mail::Reporter
78
79 $obj->log([LEVEL [,STRINGS]])
80
81 Mail::Message::TransferEnc::Binary->log([LEVEL [,STRINGS]])
82
83 See "Error handling" in Mail::Reporter
84
85 $obj->logPriority(LEVEL)
86
87 Mail::Message::TransferEnc::Binary->logPriority(LEVEL)
88
89 See "Error handling" in Mail::Reporter
90
91 $obj->logSettings
92
93 See "Error handling" in Mail::Reporter
94
95 $obj->notImplemented
96
97 See "Error handling" in Mail::Reporter
98
99 $obj->report([LEVEL])
100
101 See "Error handling" in Mail::Reporter
102
103 $obj->reportAll([LEVEL])
104
105 See "Error handling" in Mail::Reporter
106
107 $obj->trace([LEVEL])
108
109 See "Error handling" in Mail::Reporter
110
111 $obj->warnings
112
113 See "Error handling" in Mail::Reporter
114
115 Cleanup
116
117 $obj->DESTROY
118
119 See "Cleanup" in Mail::Reporter
120
121 $obj->inGlobalDestruction
122
123 See "Cleanup" in Mail::Reporter
124
126 Error: Decoder for transfer encoding $type does not work: $@
127
128 Compiling the required transfer encoding resulted in errors, which
129 means that the decoder can not be used.
130
131 Warning: No decoder for transfer encoding $type.
132
133 A decoder for the specified type of transfer encoding is not imple‐
134 mented.
135
136 Error: Package $package does not implement $method.
137
138 Fatal error: the specific package (or one of its superclasses) does not
139 implement this method where it should. This message means that some
140 other related classes do implement this method however the class at
141 hand does not. Probably you should investigate this and probably
142 inform the author of the package.
143
145 This module is part of Mail-Box distribution version 2.070, built on
146 March 25, 2007. Website: http://perl.overmeer.net/mailbox/
147
149 Copyrights 2001-2007 by Mark Overmeer.For other contributors see
150 ChangeLog.
151
152 This program is free software; you can redistribute it and/or modify it
153 under the same terms as Perl itself. See
154 http://www.perl.com/perl/misc/Artistic.html
155
156
157
158perl v5.8.8 2007-03-M2a5il::Message::TransferEnc::Binary(3)