Files
winix/winixd/core
Tomasz Sowa a6ca71b131 check a length when validating an email
An email address has two parts:
 - the local part (before the "@") = max 64 characters
 - the domain part (after the "@") = max 255 characters
So maximum length is 64 + @ + 255 = 320 characters

https://www.rfc-editor.org/rfc/rfc5321.html#section-4.5.3.1
2024-09-08 02:05:43 +02:00
..
2022-09-09 01:01:39 +02:00
2022-09-09 01:01:39 +02:00
2022-07-25 14:21:21 +02:00
2022-08-20 00:31:10 +02:00
2023-11-02 05:14:48 +01:00
2023-11-02 05:14:48 +01:00
2023-11-02 05:14:48 +01:00
2024-03-08 22:01:33 +01:00