Reloecc
Reloecc
Just going around to report that the validation of e-mail doesn't work properly with special characters. eg. `šřčťá[email protected]` should **not** be valid, but currently it is in demo on homepage...
Version: 2.10.8 (and many before) ### Bug Description Php manual says that input to mail function "must obey" RFC2822 https://www.php.net/manual/en/function.mail.php http://www.faqs.org/rfcs/rfc2822.html There is stated in this RFC that: 2.2. Header...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior I am currently debugging our self-hosted Plane app, using setup.sh to...