diff options
author | abs <abs> | 2009-08-13 15:15:11 +0000 |
---|---|---|
committer | abs <abs> | 2009-08-13 15:15:11 +0000 |
commit | cec72592798e587f70381d6c1bdc325d68b5e944 (patch) | |
tree | 4a7506efac504803452f2cd52916c740055fe51d /mail/p5-Mail-IMAPClient | |
parent | ca2d5b1dcf24e1d5de873a95d9e78d9c820a8e74 (diff) | |
download | pkgsrc-cec72592798e587f70381d6c1bdc325d68b5e944.tar.gz |
Updated mail/p5-Mail-IMAPClient to 3.19
version 3.19: Fri Jun 19 14:59:15 EDT 2009
- *search() backwards compat: caller must quote single arg properly
rt.cpan.org#47044: $imap->search does not return [ekuemmer]
- cleanup regexp in _send_line()
- reduce extra newlines injected by _debug()
version 3.19_02: Tue Jun 9 00:47:52 EDT 2009
- _list_or_lsub() now calls _list_response_preprocess so
consumers of this method no longer need to deal with how
LITERAL data is represented in the returned data
- update _list_or_lsub_response_parse handling of folder names
that came back as literal data
- update comments related to _list_response_preprocess
version 3.19_01: Fri Jun 5 15:45:05 EDT 2009
- make parse_headers more robust to errors/non-header data
version 3.18: Wed Jun 3 23:07:12 EDT 2009
- enhance fetch_hash to enable caller to specify list of messages
suggestion by [Eugene Mamaev]
- better handling of untagged BYE response
version 3.18_02: Wed May 27 10:02:24 EDT 2009
- *new attribute Ssl, when true causes IO::Socket::SSL to be
used instead of IO::Socket::INET. This change allows
Reconnectretry logic to work on SSL connections too.
- have LastError cluck() if setting error to NO not connected
- handle errors from imap4rev1() in multiple places
- Reconnectretry/_imap_command enhancements/fixes
+ only run command if IsConnected
+ keep a temporary history of LastError(s)
+ sets LastError to NO not connected if ! IsConnected
+ retry =~ timeout|socket closed|* BYE| NO not connected
- _imap_command_do reduce data logged when using APPEND
- fetch() now handles messages() errors
- thread(), has_capability(), capability() better error checking
- authenticate() now uses _imap_command for retry mechanism
- size() now sets LastError when no RFC822.SIZE is found
version 3.18_01: Fri May 22 17:08:00 EDT 2009
- *update several methods to use common _get_response() method
- refactor most code handling imap responses
- new internal method _get_response() to reduce code duplication
- more regex cleanup $CR/$LF (not \r\n) per perlport/IMAP spec
- major cleanup/fix of append_file for rt.cpan.org#42434
Diffstat (limited to 'mail/p5-Mail-IMAPClient')
-rw-r--r-- | mail/p5-Mail-IMAPClient/Makefile | 7 | ||||
-rw-r--r-- | mail/p5-Mail-IMAPClient/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/mail/p5-Mail-IMAPClient/Makefile b/mail/p5-Mail-IMAPClient/Makefile index 839a89adcce..5bf3ed21c78 100644 --- a/mail/p5-Mail-IMAPClient/Makefile +++ b/mail/p5-Mail-IMAPClient/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2009/05/21 18:14:39 sno Exp $ +# $NetBSD: Makefile,v 1.26 2009/08/13 15:15:11 abs Exp $ # -DISTNAME= Mail-IMAPClient-3.17 +DISTNAME= Mail-IMAPClient-3.19 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mic CATEGORIES= mail perl5 @@ -17,6 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-File-Temp>=0.18:../../devel/p5-File-Temp DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 DEPENDS+= p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent +DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils # Recommended DEPENDS+= p5-Authen-SASL-[0-9]*:../../security/p5-Authen-SASL @@ -26,7 +27,7 @@ DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod PERL5_PACKLIST= auto/Mail/IMAPClient/.packlist pre-configure: - @cd ${WRKSRC} && ${TOUCH} ${TOUCH_FLAGS} test.txt + cd ${WRKSRC} && ${TOUCH} ${TOUCH_FLAGS} test.txt .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Mail-IMAPClient/distinfo b/mail/p5-Mail-IMAPClient/distinfo index d0054d04b4a..88a0297f2b4 100644 --- a/mail/p5-Mail-IMAPClient/distinfo +++ b/mail/p5-Mail-IMAPClient/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2009/05/21 18:14:39 sno Exp $ +$NetBSD: distinfo,v 1.11 2009/08/13 15:15:11 abs Exp $ -SHA1 (Mail-IMAPClient-3.17.tar.gz) = c3e3fa0ee7abc5fd67d6aae01d08783e5f096c6e -RMD160 (Mail-IMAPClient-3.17.tar.gz) = 48a4721d9d10121f8fdf32e8dbe1553682fe16b8 -Size (Mail-IMAPClient-3.17.tar.gz) = 172840 bytes +SHA1 (Mail-IMAPClient-3.19.tar.gz) = 68d6fdf559fd2563cad0d2de46caf8a775b409c9 +RMD160 (Mail-IMAPClient-3.19.tar.gz) = 5812e3f63036579f9fddf2ea791cdaba88ca2e47 +Size (Mail-IMAPClient-3.19.tar.gz) = 175639 bytes |