package Acme::MetaSyntactic::pop3;
use strict;
use Acme::MetaSyntactic::List;
our @ISA = qw( Acme::MetaSyntactic::List );
__PACKAGE__->init();
1;
=head1 NAME
Acme::MetaSyntactic::pop3 - The pop3 theme
=head1 DESCRIPTION
This theme list all the POP3 commands, responses and states,
as listed in RFC 1939.
See L<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.
=head1 CONTRIBUTOR
Philippe "BooK" Bruhat
Introduced in version 0.67, published on March 27, 2006.
=head1 SEE ALSO
L<Acme::MetaSyntactic>, L<Acme::MetaSyntactic::List>.
=cut
__DATA__
# names
USER PASS QUIT STAT LIST RETR DELE NOOP RSET
APOP TOP UIDL
OK ERR
AUTHORIZATION TRANSACTION
syntax highlighted by Code2HTML, v. 0.9.1