p5-Mail-POP3Client-2.21
perl module to talk to a POP3 (RFC1081) server
Back to search · Project homepage
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";
}
Package information
- Ports path
- mail/p5-Mail-POP3Client
- Package architecture
- *
- Maintainer
- The OpenBSD ports mailing-list <ports@openbsd.org>
- Categories
- mail, perl5
- Available flavors
- None listed
These are ports metadata. Binary availability depends on the release, architecture and mirror. Build and test dependencies are not an installation checklist.
Direct dependencies
None listed in sqlports.
Used by (1 dependency relationships)
Includes library, runtime, build and test relationships. Results load 100 at a time.