The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::POP3::PerMsgHandler::Message - object for per_message callback

VERSION

Version 0.01

FUNCTIONS

size

return message length.

rfc2822

return message as RFC2822 format strings. (Envelope-from, headers and body)

array_ref

returns a reference to an array which contains the lines of message read from the server.

email_mime

returns Email::MIME instance.

email_mime_stripped

returns Email::MIME instance stripped by Email::MIME::Attachment::Stripper.

mail_message

returns Mail::Message instance.

mail_message_stripped

returns Mail::Message instance stripped by Mail::Message::Attachment::Stripper.

SEE ALSO

Net::POP3::PerMsgHandler, Net::POP3, Email::MIME, Email::MIME::Attachment::Stripper, Mail::Message, Mail::Message::Attachment::Stripper

AUTHOR

bokutin, <bokutin at cpan.org>

COPYRIGHT & LICENSE

Copyright 2007 bokutin, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.