Home » Networking » Net_IMAP » Bug #9647
Another bunch of small patches
Details
| Submitted | 2006-12-18 10:17 UTC |
|---|---|
| From | l dot kneschke at metaways dot de |
| Assigned | amistry |
| Status | Closed |
| Package | Net_IMAP |
| PHP Version | 5.1.6 |
| OS | Linux |
| 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.