Uses of Class
com.openexchange.mail.mime.MIMEMailException.Code

Packages that use MIMEMailException.Code
com.openexchange.mail.mime   
 

Uses of MIMEMailException.Code in com.openexchange.mail.mime
 

Methods in com.openexchange.mail.mime that return MIMEMailException.Code
static MIMEMailException.Code MIMEMailException.Code.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MIMEMailException.Code[] MIMEMailException.Code.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in com.openexchange.mail.mime with parameters of type MIMEMailException.Code
MIMEMailException(MIMEMailException.Code code)
           
MIMEMailException(MIMEMailException.Code code, java.lang.Object... messageArgs)
           
MIMEMailException(MIMEMailException.Code code, java.lang.Throwable cause, java.lang.Object... messageArgs)