Apache2::Protocol::ESMTP

Apache2 ESMTP protocol base class
Download

Apache2::Protocol::ESMTP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mike Smith
  • Publisher web site:
  • http://www.casterthegame.com/

Apache2::Protocol::ESMTP Tags


Apache2::Protocol::ESMTP Description

Apache2 ESMTP protocol base class Apache2::Protocol::ESMTP is a Perl module that can carry on and SMTP conversation. However, it's up to you to make it do anything interesting.SYNOPSIS package My::Server; use base qw/Apache2::Protocol::ESMTP/; sub handler { my $c = shift; my $p = shift || My::Server->new; Apache2::Protocol::ESMTP::handler($c, $p); } sub CONNECT { ... }; sub HELO { ... }; sub EHLO { ... }; . . . sub QUIT { ... }; Requirements: · Perl


Apache2::Protocol::ESMTP Related Software