Documentation ¶
Index ¶
- func ExampleRead()
- func ExampleWriter()
- func Example_transform()
- type ImapClient
- type SmtpClient
- func (this *SmtpClient) Dial(addr string, sender string, recipient string) error
- func (this *SmtpClient) Print(format string, a ...interface{}) error
- func (this *SmtpClient) Quit() error
- func (this *SmtpClient) Send(addr string, username string, password string, from string, to []string, ...) error
- func (this *SmtpClient) Sign(msg string, signer crypto.Signer) error
- func (this *SmtpClient) Verify(msg string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExampleRead ¶
func ExampleRead()
func ExampleWriter ¶
func ExampleWriter()
func Example_transform ¶
func Example_transform()
Types ¶
type ImapClient ¶
func GetImapClient ¶
func GetImapClient() *ImapClient
func (*ImapClient) Login ¶
func (this *ImapClient) Login(addr string, username string, password string) error
func (*ImapClient) Logout ¶
func (this *ImapClient) Logout()
type SmtpClient ¶
type SmtpClient struct { *smtp.Client // contains filtered or unexported fields }
func GetSmtpClient ¶
func GetSmtpClient() *SmtpClient
func (*SmtpClient) Dial ¶
func (this *SmtpClient) Dial(addr string, sender string, recipient string) error
func (*SmtpClient) Print ¶
func (this *SmtpClient) Print(format string, a ...interface{}) error
func (*SmtpClient) Quit ¶
func (this *SmtpClient) Quit() error
func (*SmtpClient) Verify ¶
func (this *SmtpClient) Verify(msg string) error
Click to show internal directories.
Click to hide internal directories.