To much encoding. Now we only encode what's needed.
[squirrelmail.git] / functions / imap_general.php
index 59c4dae46260ccf9f47a60fce70f5391ae9772f9..4504ce9d3634d78fdebd5a8ebd5c93386c06a258 100755 (executable)
@@ -431,6 +431,7 @@ function sqimap_get_num_messages ($imap_stream, $mailbox) {
     return false; //"BUG! Couldn't get number of messages in $mailbox!";
 }
 
+
 function parseAddress($address, $max=0, $addr_ar = array(), $group = '', $host='') {
     $pos = 0;
     $j = strlen($address);