PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Networking » Net_IMAP » Bug #9647

Another bunch of small patches

Details

Submitted2006-12-18 10:17 UTC
Froml dot kneschke at metaways dot de
Assignedamistry
StatusClosed
PackageNet_IMAP
PHP Version5.1.6
OSLinux
Roadmaps(Not assigned)

Comments

[2006-12-18 10:17 UTC] l dot kneschke at metaways dot de

Description:
------------
This patch contains following modifications:

IMAP.php
1.) fix detection of content type
2.) removed some unneeded debug code
3.) added function to parse image information
4.) added support for setting flags, when appending messages

IMAPProtocol.php
1.) When appending messages, we send two line breaks after the content length ({contentlenght}\r\n\r\n) which is wrong. The second \r\n belongs after the content.
2.) fixed parsing of emtpy quota response

I have have tested my modifications against Lotus Domino, DBMail and Cyrus IMAP server.

The patch can get downloaded from
http://lars.kneschke.de/Net_IMAP-patch-20061218.tar.gz

[2006-12-18 15:23 UTC] amistry at php dot net

This bug has been fixed in CVS.

If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET).

If this was a problem with the pear.php.net website, the change should be live shortly.

Otherwise, the fix will appear in the package's next release.

Thank you for the report and for helping us make PEAR better.

Committed to the CVS.