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
2024-05-31 00:32:56 +02:00
2021-06-16 18:09:18 +02:00
2022-07-03 12:17:26 +02:00
Description
Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
BSD-2-Clause 18 MiB
Languages
C++ 92.5%
HTML 6.6%
Makefile 0.6%
Shell 0.2%
C 0.1%