Attachment Iterator
843830Jan 21 2003 — edited Feb 5 2003Hi
I am trying to construct an attachment Iterator.
So when you create the itorator you cn call itor.next and that return the next "Part" that has an attachment, until all the attchments have been returned.
ITS BLOODY COMPLICATED!
Arrrh - its complicated because you need to be recursive (as in dumpPart in the JavaMail examples doc), and also remember where you are between each next() call.
I have had various attempts but failed - has anyone already done something like this?