Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Complete
-
4.2.5
Description
Adding new PojoCodec(new FileKryoRegistrar(), true).encode(received.getPayload()); to ImapMailReceiverTests.testIdleWithServerGuts results in a stack overflow error.
The stack overflow question reports a ConcurrentModificationException.
It appears we need a custom serializer for MimeMessage.