comment out BODYSTRUCTURE
authoradam <adam@megacz.com>
Sat, 1 Mar 2008 08:16:27 +0000 (08:16 +0000)
committeradam <adam@megacz.com>
Sat, 1 Mar 2008 08:16:27 +0000 (08:16 +0000)
darcs-hash:20080301081627-5007d-64e65b8c02b124840406268703339707f1f79a01.gz

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) {
-                       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;
                    }