Searched defs:POP3 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm1 # Net::POP3.pm
7 package Net::POP3;
16 $VERSION = "2.24"; # $Id: //depot/libnet/Net/POP3.pm#24 $
333 ## POP3 has weird responses, so we emulate them to look the same :-)
366 Net::POP3 - Post Office Protocol 3 Client class (RFC1939)
370 use Net::POP3;
373 $pop = Net::POP3->new('pop3host');
374 $pop = Net::POP3->new('pop3host', Timeout => 60);
389 This module implements a client interface to the POP3 protocol, enabling
390 a perl5 application to talk to POP3 server
[all...]

Completed in 19 milliseconds