| Acme-MetaSyntactic documentation | Contained in the Acme-MetaSyntactic distribution. |
Acme::MetaSyntactic::smtp - The (E)SMTP commands theme
Commands of the SMTP and ESMTP protocols, as described in RFC 821 (http://www.ietf.org/rfc/rfc821.txt) and RFC 2821 (http://www.ietf.org/rfc/rfc2821.txt).
Abigail
Introduced in version 0.66, published on March 20, 2006.
| Acme-MetaSyntactic documentation | Contained in the Acme-MetaSyntactic distribution. |
package Acme::MetaSyntactic::smtp; use strict; use Acme::MetaSyntactic::List; our @ISA = qw( Acme::MetaSyntactic::List ); __PACKAGE__->init(); 1;
__DATA__ # names HELO EHELO MAIL RCPT DATA SEND SOML SAML RSET VRFY EXPN HELP NOOP QUIT TURN