git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8480
7612ce4b-ef26-0410-bec9-
ea0150e637f0
$what = addslashes(trim($what[1]));
}
$what = addslashes(trim($what[1]));
}
- if ($imap_server_type == 'macosx') {
+ // see comments in squirrelmail sqimap_search function
+ if ($imap_server_type == 'macosx' || $imap_server_type == 'hmailserver') {
$search_str .= ' ' . $where . ' ' . $what;
} else {
$search_str .= ' ' . $where . ' {' . strlen($what) . "}\r\n"
$search_str .= ' ' . $where . ' ' . $what;
} else {
$search_str .= ' ' . $where . ' {' . strlen($what) . "}\r\n"