From: Pierre Joye Date: Sat, 2 May 2009 18:06:04 +0000 (+0000) Subject: - imap entries (2 more to come) X-Git-Tag: php-5.3.0RC2~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1cdb964081d004e2134d28765dabbb7f81b18e57;p=php - imap entries (2 more to come) --- diff --git a/NEWS b/NEWS index 01dd273b8e..54b9e3a066 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,9 @@ PHP NEWS - Undeprecated ticks. (Arnaud) +- Improved IMAP support (Pierre): + - Added imap_gc to clear the imap cache + - Added imap_utf8_to_mutf7 and imap_mutf7_to_utf8 - Added 'n' flag to fopen to allow passing O_NONBLOCK to the underlying open(2) system call. (Mikko) - Added "dechunk" filter which can decode HTTP responses with chunked