org.nhind.james.matcher
Class RecipientIsXdAndNotSMIME

java.lang.Object
  extended by org.apache.mailet.base.GenericMatcher
      extended by 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

Constructor Summary
RecipientIsXdAndNotSMIME()
           
 
Method Summary
 void init()
          
 Collection<MailAddress> match(Mail mail)
          
 
Methods inherited from class org.apache.mailet.base.GenericMatcher
destroy, getCondition, getMailetContext, getMatcherConfig, getMatcherInfo, getMatcherName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecipientIsXdAndNotSMIME

public RecipientIsXdAndNotSMIME()
Method Detail

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.