| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Acme::MetaSyntactic::pop3; |
|
2
|
1
|
|
|
1
|
|
95303
|
use strict; |
|
|
1
|
|
|
|
|
7
|
|
|
|
1
|
|
|
|
|
52
|
|
|
3
|
1
|
|
|
1
|
|
13
|
use Acme::MetaSyntactic::List; |
|
|
1
|
|
|
|
|
9
|
|
|
|
1
|
|
|
|
|
124
|
|
|
4
|
|
|
|
|
|
|
our @ISA = qw( Acme::MetaSyntactic::List ); |
|
5
|
|
|
|
|
|
|
our $VERSION = '1.000'; |
|
6
|
|
|
|
|
|
|
__PACKAGE__->init(); |
|
7
|
|
|
|
|
|
|
1; |
|
8
|
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=head1 NAME |
|
10
|
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
Acme::MetaSyntactic::pop3 - The pop3 theme |
|
12
|
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 DESCRIPTION |
|
14
|
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
This theme list all the POP3 commands, responses and states, |
|
16
|
|
|
|
|
|
|
as listed in RFC 1939. |
|
17
|
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
See L for details regarding |
|
19
|
|
|
|
|
|
|
the POP3 protocol. |
|
20
|
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
The history of the POP3 RFC is as follows: |
|
22
|
|
|
|
|
|
|
RFC 1939 obsoletes |
|
23
|
|
|
|
|
|
|
RFC 1725, which obsoletes |
|
24
|
|
|
|
|
|
|
RFC 1460, which obsoletes |
|
25
|
|
|
|
|
|
|
RFC 1225, which obsoletes |
|
26
|
|
|
|
|
|
|
RFC 1081. |
|
27
|
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 CONTRIBUTOR |
|
29
|
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
Philippe "BooK" Bruhat |
|
31
|
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=head1 CHANGES |
|
33
|
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=over 4 |
|
35
|
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=item * |
|
37
|
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
2012-05-07 - v1.000 |
|
39
|
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
Received its own version number in Acme-MetaSyntactic-Themes version 1.000. |
|
41
|
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
=item * |
|
43
|
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
2006-03-27 |
|
45
|
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
Introduced in Acme-MetaSyntactic version 0.67. |
|
47
|
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
=back |
|
49
|
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
=head1 SEE ALSO |
|
51
|
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
L, L. |
|
53
|
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
=cut |
|
55
|
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
__DATA__ |