- Removed some spaces

release-0.7
alecpl 13 years ago
parent 66a3b03419
commit bd14f92835

@ -2386,7 +2386,7 @@ class rcube_imap
return true; return true;
} }
// Remove NULL characters (#1486189) // Remove NULL characters (#1486189)
$body = str_replace("\x00", '', $body); $body = str_replace("\x00", '', $body);
// convert charset (if text or message part) // convert charset (if text or message part)

Loading…
Cancel
Save