X-Git-Url: http://git.megacz.com/?p=org.ibex.mail.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fmail%2FIMAP.java;fp=src%2Forg%2Fibex%2Fmail%2FIMAP.java;h=fa4f4370f88e6d55430d6fe76f5f70aadec144e6;hp=b4abb2477b183956c2dddf898e4cc8c0d484a2df;hb=c6c34cf552ed4c1691b1a97388f5a09827f2e31b;hpb=52c154ee7bf49417e6a6b387ccc3fbab884229b8 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; }