DESCRIPTION This module implements an Object-Oriented interface to a POP3 server. It is based on RFC1939. USAGE Here is a simple example to list out the headers in your remote mailbox: #!/usr/bin/perl use Mail::POP3Client; $pop = new Mail::POP3Client("me", "mypassword", "pop3.do.main"); for ($i = 1; $i <= $pop->Count; $i++) { print $pop->Head($i), "\n"; } WWW: http://search.cpan.org/dist/Mail-POP3Client/ ' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/www/mysqlphp2postgres
Commit message (Expand)AuthorAgeFilesLines
* Add mysqlphp2postgres 0.95, convert mysql calls in a php page intorafan2006-08-25