@@ -446,6 +446,8 @@ Version 1.5.1 -- CVS
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
-------------------------------
@@ -315,7 +315,7 @@ function filter_search_and_delete($imap_stream, $where, $what, $where_to, $user_
$search_str .= ' ' . $where . ' ' . $what;
} else {
$search_str .= ' ' . $where . ' {' . strlen($what) . "}\r\n"
- . $what . "\r\n";
+ . $what;
}
/* read data back from IMAP */