Error has occured while processing incoming email

1
I am getting e-mails into my application. Most mails are processed correctly. However some mails are not imported with the following logged messages. Anyone has a clue? Error has occured while processing incoming email: transavia-boardingpass-xxx. The email will be hold in the INBOX folder and will processed with the next import. java.lang.NullPointerException: null at imappop3email.actions.EmailHandler.processMultiPart(EmailHandler.java:334) at imappop3email.actions.EmailHandler.processEmailContent(EmailHandler.java:268) at imappop3email.actions.EmailHandler.readEmailMessages(EmailHandler.java:153) at imappop3email.actions.RetrieveEmailMessages.executeAction(RetrieveEmailMessages.java:42) at imappop3email.actions.RetrieveEmailMessages.executeAction(RetrieveEmailMessages.java:24) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:53) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:291) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:276) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:204) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:37) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:199) at com.mendix.core.component.InternalCore.execute(InternalCoreā€¦ etc.
asked
2 answers
1

Since 5.15 this is no longer happening.

answered
0

In 5.18 this is still happening. The only attachment is a png file with a logo.

answered