After running OX Appsuite for sometime the signatures sometimes suddenly disapear. This happens (seemingly ?) at random and after some random amount of time (hours, days) they sometimes reappear again. When they disappear they no longer get inserted in mails and when browsing to the "Settings" -> "Mail" screen it just shows an empty list.
When a new mail is created when the signatures are gone the attached stacktrace is visible in the logs (same stack trace appears when browsing to the "Settings" -> "Mail" screen).
The signature contains some simple HTML.
From my (limited) experience with the JavaMail API this means the mail simply isn't a multipart mail. Oddly enough a check is done in MimeSnippetManagement before the cast to check if it really is a multipart message. Yet JavaMail still isn't statisfied apparently?
When a new mail is created when the signatures are gone the attached stacktrace is visible in the logs (same stack trace appears when browsing to the "Settings" -> "Mail" screen).
The signature contains some simple HTML.
From my (limited) experience with the JavaMail API this means the mail simply isn't a multipart mail. Oddly enough a check is done in MimeSnippetManagement before the cast to check if it really is a multipart message. Yet JavaMail still isn't statisfied apparently?
Comment