I am specifically looking for the minimum length of the prefix and domain. I've seen conflicting information and nothing that looks authoritative. For reference, I found this page which claims that a one character email address is functional:
http://www.cjvandyk.com/blog/Lists/Posts/Post.aspx?ID=176
and I tried validating email addresses at gmail and they expect prefix greater than or equal to 6. These are obviously way off. My web framework expects prefix greater than or equal to 2.
What gives?
Thanks, David