• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

samples/H03-May-2022-600490

t/H16-Mar-2002-127

ChangesH A D16-Mar-2002344 97

MANIFESTH A D21-Feb-200295 98

Makefile.PLH A D21-Feb-2002620 2318

POP3.pmH A D16-Mar-200234.9 KiB1,280497

READMEH A D22-Feb-2002686 3119

README

1POE::Component::Client::POP3 version 0.01
2=========================================
3
4This module provides an event based interface to the POP3
5(Post Office Protocol - Version 3) protocol.
6
7INSTALLATION
8
9To install this module type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16DEPENDENCIES
17
18This module requires these other modules and libraries:
19
20  POE
21  Socket
22
23COPYRIGHT AND LICENCE
24
25Except where otherwise noted, POE::Component::Client::POP3 is Copyright
261998-2002 Scott Beck <scott@gossamer-threads.com>. All rights reserved.
27POE::Component::Client::POP3 is free software; you may redistribute it and/or
28modify it under the same terms as Perl itself.
29
30
31