Acme::MetaSyntactic::pop3 - The pop3 theme


Acme-MetaSyntactic documentation Contained in the Acme-MetaSyntactic distribution.

Index


Code Index:

NAME

Top

Acme::MetaSyntactic::pop3 - The pop3 theme

DESCRIPTION

Top

This theme list all the POP3 commands, responses and states, as listed in RFC 1939.

See http://www.ietf.org/rfc/rfc1939.txt for details regarding the POP3 protocol.

The history of the POP3 RFC is as follows: RFC 1939 obsoletes RFC 1725, which obsoletes RFC 1460, which obsoletes RFC 1225, which obsoletes RFC 1081.

CONTRIBUTOR

Top

Philippe "BooK" Bruhat

Introduced in version 0.67, published on March 27, 2006.

SEE ALSO

Top

Acme::MetaSyntactic, Acme::MetaSyntactic::List.


Acme-MetaSyntactic documentation Contained in the Acme-MetaSyntactic distribution.

package Acme::MetaSyntactic::pop3;
use strict;
use Acme::MetaSyntactic::List;
our @ISA = qw( Acme::MetaSyntactic::List );
__PACKAGE__->init();
1;

__DATA__
# names
USER PASS QUIT STAT LIST RETR DELE NOOP RSET
APOP TOP UIDL
OK ERR
AUTHORIZATION TRANSACTION