dummy
[org.ibex.mail.git] / src / org / ibex / mail / MIME.java
index 8f4b99c..112feb3 100644 (file)
@@ -141,7 +141,7 @@ public class MIME {
                 ctype = "application/octet-stream";
             }
             content = new Content(ctype, headers.get("content-description"), headers.get("content-id"), encoding);
-            if (content.composite) { subparts = parseParts(stream); body = null; last = false; return; }
+            //if (content.composite) { subparts = parseParts(stream); body = null; last = false; return; }
             subparts = null;
             boolean last = false;
             StringBuffer body = new StringBuffer();