import ru.vassaev.core.exception.SysException;
public class MailCatcher extends Processor {
public MailCatcher() {
Properties props = getInitProperties();
Null n = Null.getInstance();
props.put("mail.pop3.host", n);
props.put("mail.pop3.username", n);
props.put("mail.pop3.password", n);
props = getStepProperties();
props.put("dir", n);