Timeline for Email verification in JavaScript
Current License: CC BY-SA 3.0
20 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 18, 2019 at 17:34 | answer | added | AveJim | timeline score: 0 | |
| Nov 8, 2017 at 7:40 | answer | added | sandeep | timeline score: 0 | |
| Nov 18, 2011 at 10:51 | vote | accept | Amit Raj | ||
| Nov 18, 2011 at 10:51 | vote | accept | Amit Raj | ||
| Nov 18, 2011 at 10:51 | |||||
| Nov 18, 2011 at 10:51 | vote | accept | Amit Raj | ||
| Nov 18, 2011 at 10:51 | |||||
| Nov 18, 2011 at 10:51 | vote | accept | Amit Raj | ||
| Nov 18, 2011 at 10:51 | |||||
| Nov 18, 2011 at 10:50 | vote | accept | Amit Raj | ||
| Nov 18, 2011 at 10:51 | |||||
| Oct 14, 2011 at 14:33 | answer | added | Code Jockey | timeline score: 2 | |
| Oct 14, 2011 at 14:33 | answer | added | Wayne | timeline score: 0 | |
| Oct 14, 2011 at 14:32 | comment | added | RHT | There is no foolproof way of checking the validity of an email address. In addition to matching against the regular expressions, you must also trim the string and check the min/max lengths. | |
| Oct 14, 2011 at 14:21 | comment | added | tripleee | This is a FAQ. Read haacked.com/archive/2007/08/21/… and ex-parrot.com/pdw/Mail-RFC822-Address.html or if you think it looks too long, Just Don't Do It. | |
| Oct 14, 2011 at 14:14 | answer | added | pimvdb | timeline score: 0 | |
| Oct 14, 2011 at 14:13 | comment | added | Quentin | Why can't email addresses start with a dot? (And that expression will rule plenty of perfectly fine email addresses (including some of mine) as invalid). | |
| Oct 14, 2011 at 14:12 | answer | added | RHT | timeline score: 1 | |
| Oct 14, 2011 at 14:10 | history | edited | pimvdb | CC BY-SA 3.0 |
added 2 characters in body; edited title
|
| Oct 14, 2011 at 14:10 | comment | added | stivlo | Don't write your own verification, a simple google search would be enough | |
| Oct 14, 2011 at 14:08 | comment | added | Jamie Dixon | What's your question? | |
| Oct 14, 2011 at 14:08 | history | edited | NullUserException | CC BY-SA 3.0 |
deleted 24 characters in body; edited tags; edited title
|
| Oct 14, 2011 at 14:07 | history | edited | pimvdb | CC BY-SA 3.0 |
added 37 characters in body
|
| Oct 14, 2011 at 14:06 | history | asked | Amit Raj | CC BY-SA 3.0 |