Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigSchema = map[string]*schema.Attribute{ "host": { Type: schema.TypeString, }, "port": { Type: schema.TypeInt, }, "login": { Type: schema.TypeString, }, "password": { Type: schema.TypeString, }, "tls_enabled": { Type: schema.TypeBool, }, "insecure_skip_verify": { Type: schema.TypeBool, }, "mailbox": { Type: schema.TypeString, }, }
Functions ¶
func ConfigInstance ¶
func ConfigInstance() interface{}
func GetConfig ¶
func GetConfig(connection *plugin.Connection) imapConfig
GetConfig :: retrieve and cast connection config from query data
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.