The mail/p5-Mail-POP3Client port
p5-Mail-POP3Client-2.21 – perl module to talk to a POP3 (RFC1081) server (cvsweb github mirror)
Description
This module implements an Object-Oriented interface to a POP3 server. It is based on RFC1081. 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: https://metacpan.org/release/Mail-POP3Client
Maintainer
The OpenBSD ports mailing-list
Categories
Reverse dependencies
Files
- /usr/local/libdata/perl5/site_perl/Mail/
- /usr/local/libdata/perl5/site_perl/Mail/POP3Client.pm
- /usr/local/man/man3p/Mail::POP3Client.3p