Matias Barletta 07da83776a fix: Validate file name length (#463)
* fix: Validate file name length

$message could contain a large email text that if sent to is_file it could break with this error:
` is_file(): File name is longer than the maximum allowed path `
This validation prevents using is_file if the $message is longer than the allowed path.

* style: Fix extra space

* Added a small test

* cs

* cs
2019-01-05 12:44:50 +01:00
..
2019-01-05 12:44:50 +01:00
2017-11-22 09:37:04 +01:00
2018-02-01 22:42:12 +00:00
2018-02-01 22:42:12 +00:00
2017-11-22 09:37:04 +01:00
2017-11-22 09:37:04 +01:00
2017-11-22 09:37:04 +01:00