114115116117118119120121122123124
{ Iterator<ContentChunk> it = msg.getContentBodyIterator(); while (it.hasNext()) { ContentChunk cb = it.next(); cb.reduceToFit(); } } if (deliverFirst) {
115116117118119120121122123124125