Scroll to navigation

Mail::MIMEDefang::MIME(3) Mail::MIMEDefang::MIME Documentation Mail::MIMEDefang::MIME(3)

NAME

Mail::MIMEDefang::MIME - MIME objects interface methods for email filters

DESCRIPTION

Mail::MIMEDefang::MIME are a set of methods that can be called from mimedefang-filter to operate on MIME objects.

METHODS

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 </body> or </html> tags.
Method that appends text to text/plain part or parts.
Method that appends text to text/html part or parts. It tries to be clever and inserts the text before the </body> tag to be able of being seen.
Anonymize urls by removing all utm_* parameters, takes the message part as parameter and returns a boolean value if the sub succeeded or not.
2024-03-20 3.4.1