|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.utilities.email.ValidateEmailSyntax
public final class ValidateEmailSyntax
Validate syntax of email addresses. Does not probe to see if mailserver exists in DNS or online. See MailProber for that. See ValidateEmailFile for an example of how to use this class. Minor reformatting. Found in: http://www.velocityreviews.com/forums/ t128486-re-can-javamail-detect-a-nonexistant-email-address.html
Method Summary | |
---|---|
static boolean |
isValid(java.lang.String email)
Returns true if the email appears to be valid. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isValid(java.lang.String email)
email
- The email address of interest.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |