Package mireka.pop

Class Session


  • public class Session
    extends Object
    The Session class represents a POP3 session, it stores information collected during the session and provides access to other classes related to the session.
    • Method Detail

      • getServer

        public PopServer getServer()
        Category:
        GETSET
      • getSessionState

        public SessionState getSessionState()
        Category:
        GETSET
      • setSessionState

        public void setSessionState​(SessionState sessionState)
        Category:
        GETSET
      • getMaildrop

        public Maildrop getMaildrop()
        Category:
        GETSET
      • setMaildrop

        public void setMaildrop​(Maildrop maildrop)
        Category:
        GETSET
      • isTlsStarted

        public boolean isTlsStarted()
        Category:
        GETSET
      • setTlsStarted

        public void setTlsStarted​(boolean started)
        Category:
        GETSET