See METHODS in Mail::Reporter
Option | Defined in | Default |
---|---|---|
based_on | Mail::Message::Body | undef |
charset | Mail::Message::Body |
|
checked | Mail::Message::Body | <false> |
content_id | Mail::Message::Body | undef |
data | Mail::Message::Body | undef |
description | Mail::Message::Body | undef |
disposition | Mail::Message::Body | undef |
eol | Mail::Message::Body |
|
file | Mail::Message::Body | undef |
log | Mail::Reporter |
|
message | Mail::Message::Body | undef |
mime_type | Mail::Message::Body |
|
modified | Mail::Message::Body | <false> |
trace | Mail::Reporter |
|
transfer_encoding | Mail::Message::Body |
|
The message body is to be stored in a temporary file (probably because it is a large body), but for the indicated reason, this file cannot be created.
A Mail::Message::Body::File object is to be created from a named file, but it is impossible to read that file to retrieve the lines within. Therefore, no copy to a temporary file can be made.
Returns the name of the temporary file which is used to store this body.
The temporary file is automatically removed when the body is not required anymore.