Package mireka.filter.misc
Class RejectLargeMail
- Object
-
- mireka.filter.misc.RejectLargeMail
-
- All Implemented Interfaces:
FilterType
public class RejectLargeMail extends Object implements FilterType
-
-
Constructor Summary
Constructors Constructor Description RejectLargeMail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FiltercreateInstance(MailTransaction mailTransaction)intgetMaxAllowedSize()voidsetMaxAllowedSize(int maxAllowedSize)
-
-
-
Method Detail
-
createInstance
public Filter createInstance(MailTransaction mailTransaction)
- Specified by:
createInstancein interfaceFilterType
-
getMaxAllowedSize
public int getMaxAllowedSize()
- Category:
- GETSET
-
setMaxAllowedSize
public void setMaxAllowedSize(int maxAllowedSize)
- Category:
- GETSET
-
-