Documentation ¶ Index ¶ func New(_, instName string, _, inlineArgs []string) (module.Module, error) type Auth func (a *Auth) AuthPlain(username, password string) error func (a *Auth) Init(cfg *config.Map) error func (a *Auth) InstanceName() string func (a *Auth) Name() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(_, instName string, _, inlineArgs []string) (module.Module, error) Types ¶ type Auth ¶ type Auth struct { // contains filtered or unexported fields } func (*Auth) AuthPlain ¶ func (a *Auth) AuthPlain(username, password string) error func (*Auth) Init ¶ func (a *Auth) Init(cfg *config.Map) error func (*Auth) InstanceName ¶ func (a *Auth) InstanceName() string func (*Auth) Name ¶ func (a *Auth) Name() string Source Files ¶ View all Source files dovecot_sasl.go Click to show internal directories. Click to hide internal directories.