org.exoplatform.mail.service
Class SpamFilter
java.lang.Object
org.exoplatform.mail.service.SpamFilter
public class SpamFilter
- extends java.lang.Object
Created by The eXo Platform SARL
Author : Phung Nam
phunghainam@gmail.com
Dec 7, 2007
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpamFilter
public SpamFilter()
getSenders
public java.lang.String[] getSenders()
setSenders
public void setSenders(java.lang.String[] arr)
reportSpam
public void reportSpam(Message msg)
throws java.lang.Exception
- Throws:
java.lang.Exception
notSpam
public void notSpam(Message msg)
throws java.lang.Exception
- Throws:
java.lang.Exception
checkSpam
public boolean checkSpam(javax.mail.Message msg)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2012 eXo Platform SAS. All Rights Reserved.