From dcd42868a8bfdc4ba8ca336de130bdb66dbbc840 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Thu, 1 Sep 2022 18:24:52 +0200 Subject: [PATCH] Add Falsehoods about emails. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e5d4b5c..95a8069 100644 --- a/readme.md +++ b/readme.md @@ -99,6 +99,7 @@ The *falsehood* articles listed below will have a comprehensive list of those fa ## Emails +- [Falsehoods about Email](https://beesbuzz.biz/code/439-Falsehoods-programmers-believe-about-email) - On addresses, content and delivery. - [I Knew How to Validate an Email Address Until I Read the RFC](https://haacked.com/archive/2007/08/21/i-knew-how-to-validate-an-email-address-until-i.aspx/) - Provides intricate examples that are unsuspected valid email addresses according the RFC-822. - [So you think you can validate email addresses (FOSDEM 2018)](https://fosdem.org/2018/schedule/event/email_address_quiz/) - Presentation of edge-case email addresses and why you should not use regex to parse them. - [Your E-Mail Validation Logic is Wrong](https://www.netmeister.org/blog/email.html) - A summary of the various, surprising things that are allowed in an email address.