public final class IcsMimeFilter extends MimeFilter
| Modifier and Type | Method and Description |
|---|---|
static IcsMimeFilter |
getInstance()
Gets the instance
|
boolean |
ignorable(java.lang.String contentType,
javax.mail.BodyPart bodyPart)
Invoked to detect if passed body part should be ignored.
|
boolean |
ignorable(java.lang.String contentType,
MailPart bodyPart)
Invoked to detect if passed body part should be ignored.
|
filter, filterFor, filterFor, filterFor, getIgnorableContentTypespublic static IcsMimeFilter getInstance()
public boolean ignorable(java.lang.String contentType,
javax.mail.BodyPart bodyPart)
MimeFilterignorable in class MimeFiltercontentType - The part's Content-TypebodyPart - The body parttrue to ignore; otherwise falsepublic boolean ignorable(java.lang.String contentType,
MailPart bodyPart)
MimeFilterignorable in class MimeFiltercontentType - The part's Content-TypebodyPart - The body parttrue to ignore; otherwise false