From 61d8f26d217c5e16fab9a644ce07952f1b00fa30 Mon Sep 17 00:00:00 2001 From: avel Date: Thu, 2 Nov 2006 12:54:14 +0000 Subject: [PATCH] Fix for namespace parsing. UWash has a namespace prefix without a delimiter, which is perfectly legal. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11943 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_general.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/functions/imap_general.php b/functions/imap_general.php index d1c18d97..38ef5722 100755 --- a/functions/imap_general.php +++ b/functions/imap_general.php @@ -1118,9 +1118,14 @@ function sqimap_parse_namespace(&$input) { if($c = preg_match_all('/\((?:(.*?)\s*?)\)/', $ns, $regs2)) { $namespace[$ns_strings[$i]] = array(); for($j=0; $j