
Email::Abstract::QpsmtpdTransaction - Email::Abstract wrapper for Qpsmtpd::Transaction

use Email::Abstract;
my $email = Email::Abstract->new($transaction)->cast('Email::MIME');
$email->as_string;
$email->parts;

Email::Abstract::QpsmtpdTransaction wraps Qpsmtpd::Transaction mail handling library with an abstract interface, to be used with Email::Abstract.

set_body
constractThis means you can cast Qpsmtpd::Transaction to some object supported by Email::Abstract, but cannot cast Email::Abstract-ed object to Qpsmtpd::Transaction. Patches are welcome ;)

http://coderepos.org/share/browser/lang/perl/Email-Abstract-QpsmtpdTransaction (repository)

Naoki Tomita <tomita@cpan.org>

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