org.nhind.james.matcher
Class RecipientIsNotXd
java.lang.Object
org.apache.mailet.base.GenericMatcher
org.nhind.james.matcher.RecipientIsNotXd
- All Implemented Interfaces:
- Matcher, MatcherConfig
public class RecipientIsNotXd
- extends GenericMatcher
Matcher for non-XD mapped recipients.
- Author:
- beau
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecipientIsNotXd
public RecipientIsNotXd()
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.