Documentation ¶ Index ¶ type Config func (c *Config) WriteOut(w io.Writer) error type IMAP type SMTP Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { EmailAddress string DisplayName string Identifier string Organization string AccountDescription string IMAP *IMAP SMTP *SMTP Description string ContentUUID string UUID string } Config represents an Apple mobileconfig file. func (*Config) WriteOut ¶ func (c *Config) WriteOut(w io.Writer) error type IMAP ¶ type IMAP struct { Hostname string Port int TLS bool Username string Password string } type SMTP ¶ type SMTP struct { Hostname string Port int TLS bool // Leave Username blank to do not use SMTP authentication. Username string // Leave Password blank to use IMAP credentials. Password string } Source Files ¶ View all Source files config.go template.go Click to show internal directories. Click to hide internal directories.