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

Added 2 tests for attachment name handing in parser/parts/file_parser.php #81

Closed

Conversation

PHPGangsta
Copy link
Contributor

  • very long filename with > 255 characters (exceeding limit of filesystem)
  • unsafe character, in this case a horizontal tab (which at least on Windows is a problem)

These tests might help while working on issue #45

….php

- very long filename with > 255 characters (exceeding limit of filesystem)
- unsafe character, in this case a horizontal tab (which at least on Windows is a problem)
@derickr
Copy link
Member

derickr commented Jun 13, 2020

Thanks for these tests. They've been merged as part of a different PR.

@derickr derickr closed this Jun 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants