package
0.0.0-20200609095611-bd7d7c7ccbe9
Repository: https://github.com/alienong/developkit.git
Documentation: pkg.go.dev
# Functions
*
@description: NewMailService
@param host: IMap Server
@param account: Email Account
@param password: Email Password
@return: MailService
*/.
# Structs
*
@description: Mail Content Struct
@attribute Date: Email Date
@attribute From: Email Sender
@attribute To: Email Receiver
@attribute Subject: Email Subject
@attribute Content: Email Content
@attribute Attach: Email Attach List
*/.
*
@description: MailService Struct
@attribute Client: IMap Client
@attribute Account: Email Account
@attribute Password: Email Password
@attribute IsLogin: Login State
*/.