Documentation ¶
Index ¶
Constants ¶
View Source
const POP3 = "pop3"
View Source
const POP3S = "pop3s"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type POP3Plugin ¶
type POP3Plugin struct{} // POP3
func (*POP3Plugin) Name ¶
func (p *POP3Plugin) Name() string
func (*POP3Plugin) PortPriority ¶
func (p *POP3Plugin) PortPriority(port uint16) bool
func (*POP3Plugin) Priority ¶
func (p *POP3Plugin) Priority() int
func (*POP3Plugin) Run ¶
func (p *POP3Plugin) Run(conn net.Conn, config plugins.PluginConfig) (*plugins.PluginResults, error)
func (*POP3Plugin) Type ¶
func (p *POP3Plugin) Type() plugins.Protocol
type TLSPlugin ¶
type TLSPlugin struct{} // POP3S
func (*TLSPlugin) PortPriority ¶
func (*TLSPlugin) Run ¶
func (p *TLSPlugin) Run( conn net.Conn, config plugins.PluginConfig, ) (*plugins.PluginResults, error)
Click to show internal directories.
Click to hide internal directories.