Documentation
¶
Index ¶
Constants ¶
View Source
const IMAP = "imap"
View Source
const IMAPS = "imaps"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IMAPPlugin ¶
type IMAPPlugin struct{}
func (*IMAPPlugin) Name ¶
func (p *IMAPPlugin) Name() string
func (*IMAPPlugin) PortPriority ¶
func (p *IMAPPlugin) PortPriority(i uint16) bool
func (*IMAPPlugin) Priority ¶
func (p *IMAPPlugin) Priority() int
func (*IMAPPlugin) Run ¶
func (p *IMAPPlugin) Run( conn net.Conn, config plugins.PluginConfig, ) (*plugins.PluginResults, error)
func (*IMAPPlugin) Type ¶
func (p *IMAPPlugin) Type() plugins.Protocol
type TLSPlugin ¶
type TLSPlugin struct{}
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.