Method Summary |
|
public int | compareTo(Object o) Compares this object with the specified object for order. |
protected List | computeDeferredRecipientNotFoundMessageIDs() Returns a new List of deferredRecipientNotFoundMessageIDs. |
public String | getCustomRecipientHeader() Returns the custom recipient header. |
public List | getDeferredRecipientNotFoundMessageIDs() Returns the deferredRecipientNotFoundMessageIDs. |
public ParsedConfiguration | getParsedConfiguration() Returns the parsedConfiguration. |
public String | getPassword() Returns the password. |
public MailAddress | getRecipient() Returns the recipient. |
public int | getSequenceNumber() Returns the sequenceNumber. |
public Session | getSession() Returns the session. |
public String | getUser() Returns the user. |
public boolean | isIgnoreRecipientHeader() Returns the ignoreRecipientHeader. |
public void | setCustomRecipientHeader(String customRecipientHeader) Sets the custom recipient header. |
protected void | setDeferredRecipientNotFoundMessageIDs(List defferedRecipientNotFoundMessageIDs) Sets the defferedRecipientNotFoundMessageIDs. |
protected void | setIgnoreRecipientHeader(boolean ignoreRecipientHeader) Sets the ignoreRecipientHeader. |
protected void | setParsedConfiguration(ParsedConfiguration parsedConfiguration) Sets the parsedConfiguration. |
protected void | setPassword(String password) Sets the password. |
protected void | setRecipient(MailAddress recipient) Sets the recipient. |
protected void | setRecipient(String recipient) Sets the recipient. |
protected void | setSequenceNumber(int sequenceNumber) Sets the sequenceNumber. |
protected void | setSession(Session session) Sets the session. |
protected void | setUser(String user) Sets the user. |
protected void | updateDeferredRecipientNotFoundMessageIDs() Updates the deferredRecipientNotFoundMessageIDs. |