See METHODS in Mail::Reporter
Adds one new encoder to the list known by the Mail::Box suite. The
TYPE is found in the message's header in the Content-Transfer-Encoding
field.
Create a new coder/decoder based on the required type.
Compiling the required transfer encoding resulted in errors, which means that the decoder can not be used.
A decoder for the specified type of transfer encoding is not implemented.
The name of the encoder. Case is not significant.
Check whether the body is correctly encoded. If so, the body reference is
returned with the checked
flag set. Otherwise, a new object is created
and returned.
Option | Default |
---|---|
result_type | <type of source body> |
Use the encoder to decode the content of BODY. A new body is returned.
Option | Default |
---|---|
result_type | <type of source body> |
Use the encoder to encode the content of BODY.
Option | Default |
---|---|
result_type | <type of source body> |