|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||