Email::Store::Attachment

Email::Store::Attachment Perl module can split attachments from mails.
Download

Email::Store::Attachment Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ricardo Signes
  • Publisher web site:
  • http://search.cpan.org/~rjbs/

Email::Store::Attachment Tags


Email::Store::Attachment Description

Email::Store::Attachment Perl module can split attachments from mails. Email::Store::Attachment Perl module can split attachments from mails.SYNOPSIS my @attachments = $mail->attachments; for (@attachments) { print $_->filename, $_->content_type, $_->payload; }This plug-in adds the concept of an attachment. At index time, it removes all attachments from the mail, and stores them in a separate attachments table. This records the filename, content_type and payload of the attachments, and each mail's attachments can be reached through the attachments accessor. The text of the mail, sans attachments, is replaced into the mail table.WARNINGIf your database requires you to turn on some attribute for encoding binary nulls, you need to do this in your call to use Email::Store. Requirements: · Perl


Email::Store::Attachment Related Software