| Mail-Miner documentation | view source | Contained in the Mail-Miner distribution. |
Mail::Miner::Attachment - Backend methods for Mail::Miner attachments
This module implements some backend functionality for dealing with
Mail::Miner attachments.
detach_attachmentsdetach_attachments($entity, $messageid);
This subroutine takes a MIME::Entity object, and flattens it,
storing any parts which are non-text, or have a recommended filename, into
the database. The textual body of the message is updated to alert the
user to how to extract the attachments.
detachdetach($msgid)
This implements the front-end detach option to mm, the Mail::Miner
command-line tool. It saves a message's attachments to the current
directory, interactively.
| Mail-Miner documentation | view source | Contained in the Mail-Miner distribution. |