Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ResultEmpty = VerifyResult{Message: "error with unknown"} ResultFormatInvalid = VerifyResult{Message: "email format invalid", CatchAll: true} ResultHostInvalid = VerifyResult{Message: "host has no mx records", ValidFormat: true, CatchAll: true} )
Functions ¶
This section is empty.
Types ¶
type VerifyOptions ¶
type VerifyOptions struct { To string ProxyType string ProxyAddress string ProxyPort int ProxyUsername string ProxyPassword string // contains filtered or unexported fields }
func (VerifyOptions) HasProxy ¶
func (r VerifyOptions) HasProxy() bool
type VerifyResult ¶
type VerifyResult struct { ValidFormat bool Deliverable bool HostExists bool CatchAll bool Message string }
func Verify ¶
func Verify(options VerifyOptions) VerifyResult
func VerifyNormal ¶
func VerifyNormal(options VerifyOptions) VerifyResult
func VerifyWithSocks5 ¶
func VerifyWithSocks5(options VerifyOptions) VerifyResult
Click to show internal directories.
Click to hide internal directories.