codemonkey85 / isemail

Automatically exported from code.google.com/p/isemail
0 stars 0 forks source link

Invalid domain (with ampersand) validates OK, not even warning data in ResultInfo in C# #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. C# use IsEmailValid("AndB@thisisA&B.com") (method from IsMail.cs)
2.
3.

What is the expected output? What do you see instead?
Expect  false (or if you want to erroneously go for true then at least 
information about faulty character - ampersand in the ResultInfo) 

What version of the product are you using? On what operating system?
C# dated April 24, 2011 on Windows 7 using VS2012 to compile the code

Please provide any additional information below.

On the website I see more useful information thatn with teh C# code
Try the url:
http://isemail.info/AndB%40thisisA%26B.com

Original issue reported on code.google.com by dave.cha...@gmail.com on 28 Jan 2015 at 11:53