Ejemplo n.º 1
0
 /**
  * Method testUnder.
  *
  * @param mail
  * @param size
  * @return boolean
  * @throws SieveMailException
  */
 protected boolean testUnder(MailAdapter mail, int size) throws SieveMailException {
   return mail.getSize() < size;
 }