Skip to content

double name attachments doesn't work #310

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DasTier1 opened this issue Mar 28, 2021 · 4 comments
Closed

double name attachments doesn't work #310

DasTier1 opened this issue Mar 28, 2021 · 4 comments

Comments

@DasTier1
Copy link

DasTier1 commented Mar 28, 2021

Seems to be still there in Simple Java Mail 6.5.0:
package org.simplejavamail.converter.internal.mimemessage;
MimeMessageParser : Line 508 :

public Map<String, DataSource> getAttachmentList() {
   return this.attachmentList;
}

WIll not work with two attachments named e.g.:
TSOL0038
TSOL0038.AUF

i.e. no suffix in one case.
This case is used for electronic billing for healthcare in Germany.
Works fine with different suffixes.

#249

@bbottema
Copy link
Owner

bbottema commented Apr 10, 2021

On MimeMessageParser:508 I have a different line. Are you sure you're testing with 6.5.0? Perhaps you could provide me with a sample email EML that has this problem?

bbottema added a commit that referenced this issue Apr 10, 2021
…e. I'm not sure why this was in there in the first place, but it was causing bugs, so I just removed it completely. Good riddance.
@bbottema
Copy link
Owner

bbottema commented Apr 10, 2021

I just released 6.5.1 which might have something to do with this. Would you mind giving that version a try?

@bbottema
Copy link
Owner

bbottema commented May 1, 2021

Any update?

@DasTier1
Copy link
Author

DasTier1 commented May 1, 2021

Now it works perfect!
Goord work!
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants