Skip to content
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

Very long filename, result of getFilename() = NULL? #365

Closed
Marlight opened this issue Aug 17, 2018 · 2 comments
Closed

Very long filename, result of getFilename() = NULL? #365

Marlight opened this issue Aug 17, 2018 · 2 comments
Labels

Comments

@Marlight
Copy link

Marlight commented Aug 17, 2018

I have received a mail with a looooong filename... (Why peope do this?!? But is it reality..) The problem is, the Filename is "NULL"?

Content-Type: application/pdf;
name*0*=utf-8''Buchungsbest%C3%A4tigung-%20Rechnung-Gesch%C3%A4ftsbedingung;
name*1*=en-Nr.B123-45%20-%20XXXX%20xxxxxxxxxxxxxxxxx%20XxxX%2C%20L%C3%BCd;
name*2*=xxxxxxxx%20-%20VM%20Klaus%20XXXXXX%20-%20xxxxxxxx.pdf
Content-Disposition: attachment; size=70551;
filename*0*=utf-8''Buchungsbest%C3%A4tigung-%20Rechnung-Gesch%C3%A4ftsbedin;
filename*1*=gungen-Nr.B123-45%20-%20XXXXX%20xxxxxxxxxxxxxxxxx%20XxxX%2C;
filename*2*=%20L%C3%BCxxxxxxxxxx%20-%20VM%20Klaus%20XXXXXX%20-%20xxxxxxxx.p;
filename*3*=df
Content-Transfer-Encoding: base64

$attachment->getFilename() => NULL
How can i fix this?

@Slamdunk
Copy link
Collaborator

It is a bug indeed, but I think related to the extension itself (reproduced in #366).

I'll analyse it in the next weeks.

@Slamdunk
Copy link
Collaborator

Bugfix released in 1.5.4

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

No branches or pull requests

2 participants