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

Packages that use MIMEMailException
com.openexchange.mail.mime   
 

Uses of MIMEMailException in com.openexchange.mail.mime
 

Methods in com.openexchange.mail.mime that return MIMEMailException
static MIMEMailException MIMEMailException.handleMessagingException(javax.mail.MessagingException e)
          Handles given instance of MessagingException and creates an appropriate instance of MIMEMailException This is just a convenience method that simply invokes handleMessagingException(MessagingException, MailConfig) with the latter parameter set to null.
static MIMEMailException MIMEMailException.handleMessagingException(javax.mail.MessagingException e, MailConfig mailConfig)
          Handles given instance of MessagingException and creates an appropriate instance of MIMEMailException
static MIMEMailException MIMEMailException.handleMessagingException(javax.mail.MessagingException e, MailConfig mailConfig, com.openexchange.session.Session session)
          Handles given instance of MessagingException and creates an appropriate instance of MIMEMailException