From c6c34cf552ed4c1691b1a97388f5a09827f2e31b Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 1 Mar 2008 08:16:27 +0000 Subject: [PATCH] comment out BODYSTRUCTURE darcs-hash:20080301081627-5007d-64e65b8c02b124840406268703339707f1f79a01.gz --- src/org/ibex/mail/IMAP.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/org/ibex/mail/IMAP.java b/src/org/ibex/mail/IMAP.java index b4abb24..fa4f437 100644 --- a/src/org/ibex/mail/IMAP.java +++ b/src/org/ibex/mail/IMAP.java @@ -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; } -- 1.7.10.4