CiderWebmail::Part(3pm) | User Contributed Perl Documentation | CiderWebmail::Part(3pm) |
Returns the main body part for using when forwarding/replying the message.
returns the body of the part unless body({ raw => 1}) is specified converting the body to utf-8 will be attempted
attempt a best-effort $charset to utf-8 conversion
returns the part_id of the part
returns the body_id of the part or undef
Tries to guess the recipient address used to deliver this message to this mailbox. Used for suggesting a From address on reply/forward.
returns a CiderWebmail::Part::FooBar object for the specified part
returns the name of a icon representing the content type fo the part
render a CiderWebmail::Part. just a stub - override in CiderWebmail::Part::FooBar
returns the Content-ID of the part
returns the content type of the CiderWebmail::Part
returns the name of the part or "(attachment|part) content/type"
returns a best-guess file_name if one was supplied or undef
returns true if the body disposition indicates it is an attachment
returnes the body disposition hash (if it exists) or undef
returns true if the bodydisp indicates it is a attachment
returnes the bodyparms hash (if it exists) or undef
returns an http url to access the part
returns an http url to render the part
returns true if this part is the root part (RFC822 message)
2019-02-24 | perl v5.28.1 |