NOTICE: This package has been removed from pkgsrc

./mail/p5-Mail-IMAPClient2, Perl5 module for talking to RFC-2060 IMAP servers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.2.9nb1, Package name: p5-Mail-IMAPClient2-2.2.9nb1, Maintainer: pkgsrc-users

Mail::IMAPClient module provides perl routines that simplify a
sockets connection to and an IMAP conversation with an IMAP server.

This module was developed on Solaris 2.5.1 and 2.6 against Netscape
IMAP servers versions 3.6 and 4.1. However, since it is written in
perl and designed for flexibility, it should run on any OS with a
TCP/IP stack and a version of perl that includes Socket.pm and
IO::Socket.pm. It also should be able to talk to any IMAP server,
even those that have, um, proprietary features (assuming that the
programmer knows what those features are).

To date, the test suite runs successfully with the following IMAP
servers:

-Netscape Messenger v3.6
-Netscape Messenger v4.1
-UW-IMAP (I think it was 4.5)
-Cyrus IMAP4 v1.5.19
-Mirapoint Message Server Appliances (OS versions 1.6.1 and 1.7.1)


Required to run:
[lang/perl5] [security/p5-Digest-HMAC] [devel/p5-Parse-RecDescent] [devel/p5-File-Temp] [devel/p5-Test-Pod]

Master sites: (Expand)

SHA1: 00d23579dfce7999c3c53e27a8cc186430d28609
RMD160: 3980d5227dc0342f5ba7cfd4dfbfce5fb8c10b7c
Filesize: 367.96 KB

Version history: (Expand)


CVS history: (Expand)


   2009-08-13 17:22:54 by David Brownlee | Files touched by this commit (3) | Package removed
Log message:
No longer needed now that p5-Mail-IMAPClient (v3.x) has fixed the regressions
which broke mail/imapsync
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
   2008-09-09 00:11:05 by David Brownlee | Files touched by this commit (3) | Imported package
Log message:
Added mail/p5-Mail-IMAPClient2 version 2.2.9 - This version is required by
mail/imapsync due to regressions in 3.x

  Mail::IMAPClient module provides perl routines that simplify a
sockets connection to and an IMAP conversation with an IMAP server.

  This module was developed on Solaris 2.5.1 and 2.6 against Netscape
IMAP servers versions 3.6 and 4.1.  However, since it is written in
perl and designed for flexibility, it should run on any OS with a
TCP/IP stack and a version of perl that includes Socket.pm and
IO::Socket.pm. It also should be able to talk to any IMAP server,
even those that have, um, proprietary features (assuming that the
programmer knows what those features are).

  To date, the test suite runs successfully with the following IMAP
servers:

-Netscape Messenger v3.6
-Netscape Messenger v4.1
-UW-IMAP (I think it was 4.5)
-Cyrus IMAP4 v1.5.19
-Mirapoint Message Server Appliances (OS versions 1.6.1 and 1.7.1)