Home
last modified time | relevance | path

Searched defs:plainAuth (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/smtp/
Dauth.go40 type plainAuth struct { struct
41 identity, username, password string
42 host string
61 func (a *plainAuth) Start(server *ServerInfo) (string, []byte, error) {
77 func (a *plainAuth) Next(fromServer []byte, more bool) ([]byte, error) {