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
ParsedMimeMessageComponents uses a TreeSet with a NaturalEntryKeyComparator to store the attachment list.
This means that if we parse an email has multiple attachments with the same name we only get one as each attachment with the same name replaces the previous one.
ParsedMimeMessageComponents
uses aTreeSet
with aNaturalEntryKeyComparator
to store the attachment list.This means that if we parse an email has multiple attachments with the same name we only get one as each attachment with the same name replaces the previous one.
simple-java-mail/modules/simple-java-mail/src/main/java/org/simplejavamail/converter/internal/mimemessage/MimeMessageParser.java
Line 543 in c6abd4f
The text was updated successfully, but these errors were encountered: