What's this then? "IMAPBodyPart is read-only"
I am doing an S/MIME EDI thingy, and I experience differences between IMAP an POP.
When I invoke getContent() on a part to create a SignedMultipart (s/mime class), I get an IOException saying "IMAPBodyPart is read-only".
This only happens with IMAP ofcourse, but I get no error at all when using POP.
In both cases the folder is opened READ_WRITE.
I don't get this.
Can anyone help me?

