present, it breaks next issued imap command (sqimap_mailbox_exists() always
returns true).
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10119
7612ce4b-ef26-0410-bec9-
ea0150e637f0
in src/configtest.php.
- Added field size controls to database preference backend (#1233721).
- Added bincimap preset (#1285099).
+ - Fixed IMAP search command in filters plugin. Command was breaking
+ sqimap_mailbox_exists() check. Reported by Daniel Watts.
Version 1.5.0 - 2 February 2004
-------------------------------
$search_str .= ' ' . $where . ' ' . $what;
} else {
$search_str .= ' ' . $where . ' {' . strlen($what) . "}\r\n"
- . $what . "\r\n";
+ . $what;
}
/* read data back from IMAP */