Hi,
Since i migrating from 2.1 to 5.1, i got those error messages when trying to integrate emails :
10:16:00.780-----------> mail.loadResource: expected resource not found: {0} (/META-INF/javamail.default.providers) [9772]
10:16:00.780-----------> mail.loadResource: expected resource not found: {0} (/META-INF/javamail.default.address.map) [9772]
10:16:00.855===========> EMailIntegration.importMailAndAttachmentsMib: java.lang.ClassCastException: com.sun.mail.imap.IMAPInputStream cannot be cast to javax.mail.Multipart [9772]
EMailIntegration.importMailAndAttachmentMib is my own util class (called by a process) to do some stuff on DB and call EmailSrv.processMessage.
Error is thrown from EmailSrv.analysisEmailStructure at line 468 when trying to put msg.Content in a Multipart.
Something must have been broken between 2.1 and 5.1, but i don't know what.
Any idea ?
Thanks,
Nicolas