PromucFlow_constructor/app/server
Shrikant Sharat Kandula 773d0e718d
fix: Limit email length as per RFC 5321 (#32155)
Adds a length check on validating email addresses, as per [RFC
5321](https://datatracker.ietf.org/doc/html/rfc5321#section-4.5.3.1),
quoting here:

>
[4.5.3.1.1](https://datatracker.ietf.org/doc/html/rfc5321#section-4.5.3.1.1).
Local-part
> 
>    The maximum total length of a user name or other local-part is 64
>    octets.
> 
>
[4.5.3.1.2](https://datatracker.ietf.org/doc/html/rfc5321#section-4.5.3.1.2).
Domain
> 
>    The maximum total length of a domain name or number is 255 octets.
2024-03-28 13:35:25 +05:30
..
.run
appsmith-git
appsmith-interfaces
appsmith-plugins
appsmith-server fix: Limit email length as per RFC 5321 (#32155) 2024-03-28 13:35:25 +05:30
envs
mongo-seed
reactive-caching
scripts
.gitignore
build.sh
buildpack-run.sh
docker-compose.yml
pom.xml
Procfile
README.md
system.properties

Appsmith Server

This is the server-side repository for the Appsmith framework.

For details on setting up your development machine, please refer to this Setup Guide.