Interface Session


  • public interface Session
    Session methods are called step by step as the SMTP mail transaction progresses. The session object may directly affect the mail transaction e.g. by rejecting a recipient. For each mail transaction a separate Session object is created, so it can save states between the steps.
    See Also:
    SessionDestination