Fix msg-id references.
[banana.git] / banana / mimepart.inc.php
index ed7080f..6b0f399 100644 (file)
@@ -337,7 +337,7 @@ class BananaMimePart
         }
 
         if (!is_null($this->charset)) {
-            $body = iconv($this->charset, 'UTF-8//IGNORE', $this->body);
+            $body = @iconv($this->charset, 'UTF-8//IGNORE', $this->body);
             if (empty($body)) {
                 return;
             }