comment out BODYSTRUCTURE
[org.ibex.mail.git] / src / org / ibex / mail / IMAP.java
index b4abb24..fa4f437 100644 (file)
@@ -495,7 +495,8 @@ public class IMAP {
                     if (s.equalsIgnoreCase("BODY.PEEK"))   spec |= PEEK;
                     looked_at_body = true;
                     if (i >= t.length - 1 || t[i+1].type != Parser.Token.LIST) {
                     if (s.equalsIgnoreCase("BODY.PEEK"))   spec |= PEEK;
                     looked_at_body = true;
                     if (i >= t.length - 1 || t[i+1].type != Parser.Token.LIST) {
-                       spec |= BODYSTRUCTURE;
+                        // not sure why this was uncommented....
+                       //spec |= BODYSTRUCTURE;
                        if (e) { r.append(" "); r.append(Printer.bodystructure(m)); } continue;
                        //if (e) { r.append(" "); r.append(Printer.qq(m.getBody().getStream())); } continue;
                    }
                        if (e) { r.append(" "); r.append(Printer.bodystructure(m)); } continue;
                        //if (e) { r.append(" "); r.append(Printer.qq(m.getBody().getStream())); } continue;
                    }