smtp

package
v0.0.0-...-375d9ab Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

This file has automatically been generated on Wed Feb 26 15:50:46 +05 2020. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ClientAuth

func ClientAuth(c *smtp.Client, a smtp.Auth) error

func ClientClose

func ClientClose(c *smtp.Client) error

func ClientData

func ClientData(c *smtp.Client) (io.WriteCloser, error)

func ClientExtension

func ClientExtension(c *smtp.Client, ext string) (bool, string)

func ClientHello

func ClientHello(c *smtp.Client, localName string) error

func ClientMail

func ClientMail(c *smtp.Client, from string) error

func ClientNoop

func ClientNoop(c *smtp.Client) error

func ClientQuit

func ClientQuit(c *smtp.Client) error

func ClientRcpt

func ClientRcpt(c *smtp.Client, to string) error

func ClientReset

func ClientReset(c *smtp.Client) error

func ClientStartTLS

func ClientStartTLS(c *smtp.Client, config *tls.Config) error

func ClientTLSConnectionState

func ClientTLSConnectionState(c *smtp.Client) (tls.ConnectionState, bool)

func ClientVerify

func ClientVerify(c *smtp.Client, addr string) error

func Dial

func Dial(addr string) (*smtp.Client, error)

func NewClient

func NewClient(conn net.Conn, host string) (*smtp.Client, error)

func PlainAuth

func PlainAuth(identity, username, password, host string) smtp.Auth

func SendMail

func SendMail(addr string, a smtp.Auth, from string, to []string, msg []byte) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL