Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct {
IMAPURL string
IMAPUsername string
IMAPPassword string
SMTPURL string
SMTPUsername string
SMTPPassword string
FromName string
FromAddress string
ToName string
ToAddress string
}
func New ¶
func New(src io.Reader) *Configuration
func (*Configuration) IMAP ¶
func (c *Configuration) IMAP() *mstore.IMAPConfig
func (*Configuration) SMTP ¶
func (c *Configuration) SMTP() *msend.SSLSMTPConfig
Source Files
¶
- configuration.go
Click to show internal directories.
Click to hide internal directories.