The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

DESCRIPTION

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

*UN*SUPPORTED METHODS

set_body
constract

This 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 ;)

SEE ALSO

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

AUTHOR

Naoki Tomita <tomita@cpan.org>

LICENSE

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