From 62cdb798337a1ef4a7e3787d4a7b170e0eda9da6 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 29 Jun 2009 14:09:22 -0600 Subject: [PATCH] I've spent way too much time trying to get this to work, and I think the issue is simply that PHP doesn't currently support what I am trying to do --- framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php b/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php index cab25241b..f895a7674 100644 --- a/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php +++ b/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php @@ -45,6 +45,7 @@ * RFC 4467/5092 - URLAUTH * RFC 4469 - CATENATE * RFC 4978 - COMPRESS=DEFLATE + * See: http://bugs.php.net/bug.php?id=48725 * RFC 3348/5258 - LIST-EXTENDED * RFC 5257 - ANNOTATE * RFC 5259 - CONVERT -- 2.11.0