camille-readbean / pe

0 stars 0 forks source link

Email validation should ignore caps in domain #5

Open camille-readbean opened 5 months ago

camille-readbean commented 5 months ago

According to the RFC 5321 protocol, the local part can be sensitive to the scrap, depending on the messaging provider. However, the majority of them accept the use of capital letters. This means that if you write: contact@captainverify.com or CONtact@Captainverify.com, your message should, in most cases, arrive safely.

https://captainverify.com/blog/email-case-sensitive.html

https://datatracker.ietf.org/doc/html/rfc5321

https://stackoverflow.com/questions/9807909/are-email-addresses-case-sensitive

The part after the @ aka the DOMAIN part should not be treated as different emails

aka, if beniceyu@example.com exist, i should not be able to add in berniceyu@EXAMPLE.COM

image.png

As a recruiter, this may mean candidates may try to apply multiple times under the same email.

nus-se-bot commented 4 months ago

Your response not required for this bug as the team has accepted the bug as it is.