Kyle Richardson
Results
1
issues of
Kyle Richardson
According to RFC-2821, page 54 the character limits are as follows: path: 256 local-part: 64 domain: 255 I propose the following changes: index.js line 13: if(email.length>256) line 26: if(domainParts.some(function(part) {...