Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server defines an instance of the POP3 server.
type Session ¶
type Session struct { *Server // Reference to the server we belong to. // contains filtered or unexported fields }
Session defines an active POP3 session
func NewSession ¶
NewSession creates a new POP3 session
Click to show internal directories.
Click to hide internal directories.