Version: 2.19, Package name: p5-Mail-POP3Client-2.19 |
Maintained by: The OpenBSD ports mailing-list |
Master sites:
|
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"; } |
Filesize: 17.335 KB |
Version History (View Complete History) |
|
2020-07-03 15:46:09 by Stuart Henderson | Files touched by this commit (1723) |
Log message: bump for search.cpan.org->metacpan.org change |
2019-11-03 07:07:47 by Jasper Lievisse Adriaanse | Files touched by this commit (44) |
Log message: drop maintainership for a bunch of ports i haven't used in years |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2016-03-20 13:57:24 by Christian Weisgerber | Files touched by this commit (1617) |
Log message: Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES. Add WANTLIB+=perl and PKG_ARCH=* as appropriate. |
2010-12-03 04:45:43 by Antoine Jacoutot | Files touched by this commit (210) |
Log message: Bump after recent cpan.port.mk change. ok jasper@ |
2010-10-18 13:59:20 by Marc Espie | Files touched by this commit (135) |
Log message: USE_GROFF=Yes |
2008-04-15 15:58:13 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - update Mail::POP3Client to 2.18 |
2007-09-15 18:17:07 by Michael Erdely | Files touched by this commit (124) |
Log message: Remove surrounding quotes in COMMENT*/PERMIT_* |
2007-04-12 12:59:36 by Jasper Lievisse Adriaanse | Files touched by this commit (41) |
Log message: unify my e-mail address and bump PKGNAMEs. "looks good" sturm@ |
2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (912) |
Log message: base64 checksums. |
2006-11-28 04:09:52 by Marc Espie | Files touched by this commit (26) |
Log message: a few cpan changes, and simple updates from Simon Dassow |
2005-12-02 23:37:47 by Steven Mestdagh | Files touched by this commit (3) |
Log message: update to 2.17 from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl> ok pvalchev@ |
2005-01-05 09:58:59 by Christian Weisgerber | Files touched by this commit (132) |
Log message: SIZE |
2004-12-24 07:11:49 by Kevin Lo | Files touched by this commit (2) |
Log message: upgrade to 2.16 |
2004-09-15 03:09:46 by Marc Espie | Files touched by this commit (110) |
Log message: new style plists. |
2004-01-17 09:45:01 by Christian Weisgerber | Files touched by this commit (13) |
Log message: overhaul |
2002-12-29 08:12:31 by Federico G. Schwindt | Files touched by this commit (10) |
Log message: and more. |