Mail::MIMEDefang::MIME - MIME objects interface methods for email filters
Mail::MIMEDefang::MIME are a set of methods that can be called from mimedefang-filter to operate on MIME objects.
Method that adds parts to the array @FlatParts
for flattening.
Makes a guess at a filename for the attachment. Calls MIME::Head's recommended_filename() method, which tries 'Content-Disposition.filename'and if not found, 'Content-Type.name'. Returns a MIME-decoded filename, or a blank string if none found.
Method that returns the first MIME entity of type $content_type
,
undef
if none exists.
Method that appends text to $part
Method that rebuilds the email message without redundant HTML parts. That is, if a multipart/alternative entity contains text/plain and text/html parts, the text/html part will be removed.
Method that appends text to the spicified mime part, but does so by parsing HTML and adding the text before
or