|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.util.MailUtils
public class MailUtils
Utility methods once in TextUtils that require the mail.jar library.
Constructor Summary | |
---|---|
MailUtils()
|
Method Summary | |
---|---|
static byte[] |
decodeBytes(String str)
Decode binary data from String using base64. |
static String |
encodeBytes(byte[] data)
Encode binary data into String using base64. |
static boolean |
verifyEmail(String email)
Verify that the given string is a valid email address. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MailUtils()
Method Detail |
---|
public static final byte[] decodeBytes(String str) throws IOException
IOException
encodeBytes(byte[])
public static final String encodeBytes(byte[] data) throws IOException
IOException
decodeBytes(java.lang.String)
public static final boolean verifyEmail(String email)
email
- The email address to verify.
|
OSCore Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |