6 ms·
Related question: is there a limit on email address length? Like a real fundamental limit, not arbitrary decisions Gmail or Yahoo folks might have come up with.
by anxx 13y ago
Related question: is there a limit on email address length? Like a real fundamental limit, not arbitrary decisions Gmail or Yahoo folks might have come up with.
- mindcrime 13y agoI don't know, but you might be able to parse the answer out of this: http://www.faqs.org/rfcs/rfc2822.html http://www.faqs.org/rfcs/rfc2822.html
- chronomex 13y agoHeader lines are limited to 998 characters (1000 - '\r\n'). Subtract 'To: ' (4 characters) and one practical maximum upper limit is 994 characters including domain.
- elchief 13y agowell the minimum length is 3, and the maximum length is 254: http://stackoverflow.com/questions/386294/what-is-the-maximum-length-of-a-valid-email-address http://stackoverflow.com/questions/386294/what-is-the-maximu...