Uses of Class
org.nhindirect.stagent.mail.MimeException

Packages that use MimeException
org.nhindirect.stagent.cryptography NHIN Direct cryptography. 
org.nhindirect.stagent.mail NHIN Direct mail structures and message wrapping logic. 
 

Uses of MimeException in org.nhindirect.stagent.cryptography
 

Constructors in org.nhindirect.stagent.cryptography that throw MimeException
SignedEntity(javax.mail.internet.ContentType mmContentType, javax.mail.internet.MimeMultipart mm)
          Constructs a signed entity from a JavaMail MimeMultipart.
 

Uses of MimeException in org.nhindirect.stagent.mail
 

Methods in org.nhindirect.stagent.mail that throw MimeException
 void MimeEntity.verifyContentType(javax.mail.internet.ContentType expectedType)
          Verifies if the content type of the entity is what is expected.
 void MimeEntity.verifyContentType(java.lang.String expectedType)
          Verifies if the content type of the entity is what is expected.
 void MimeEntity.verifyTransferEncoding(java.lang.String expectedEncoding)
          Verifies if the transfer encoding of the entity is what is expected.
 



Copyright © 2010-2011 HNIN Direct. All Rights Reserved.