Legal email addresses
Øyvind Harboe <[email protected]>
| Newsgroups | gmane.comp.java.classpath.extensions.javamail |
|---|---|
| Organization | Zylin AS |
| Message-ID | <1074078241.24593.18.camel@famine> |
I thought that the line below should throw an exception on *all* illegal
email addresses:
// this does not throw an exception
new InternetAddress("ab#surelynotavalidemailaddress##!!!!cdef");
?
Øyvind