You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which throws this exception (tested with the 6.5.1 version) :
java.lang.ClassCastException: class java.lang.String cannot be cast to class java.io.InputStream (java.lang.String and java.io.InputStream are in module java.base of loader 'bootstrap')
at org.simplejavamail.converter.internal.mimemessage.MimeMessageParser.parseMimePartTree(MimeMessageParser.java:159)
it seems that the RFC 2445 allow this format.
The text was updated successfully, but these errors were encountered:
Hello,
i have got a mail with a part having a "text/calendar" mimetype converted as a string content :
Which throws this exception (tested with the 6.5.1 version) :
it seems that the RFC 2445 allow this format.
The text was updated successfully, but these errors were encountered: