org.nhind.james.matcher
Class RecipientIsXdAndNotSMIME
java.lang.Object
org.apache.mailet.base.GenericMatcher
org.nhind.james.matcher.RecipientIsXdAndNotSMIME
- All Implemented Interfaces:
- Matcher, MatcherConfig
public class RecipientIsXdAndNotSMIME
- extends GenericMatcher
Matcher for recipients that are mapped to XD addresses on non-S/MIME mails.
- Author:
- beau
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecipientIsXdAndNotSMIME
public RecipientIsXdAndNotSMIME()
init
public void init()
-
- Overrides:
init in class GenericMatcher
match
public Collection<MailAddress> match(Mail mail)
throws javax.mail.MessagingException
-
- Specified by:
match in interface Matcher- Specified by:
match in class GenericMatcher
- Throws:
javax.mail.MessagingException
Copyright © 2012. All Rights Reserved.