Home | History | Annotate | Download | only in smtp

Lines Matching full:plain

30 	{PlainAuth("", "user", "pass", "testserver"), []string{}, "PLAIN", []string{"\x00user\x00pass"}},
31 {PlainAuth("foo", "bar", "baz", "testserver"), []string{}, "PLAIN", []string{"foo\x00bar\x00baz"}},
81 // NOT OK on non-localhost, even if server says PLAIN is OK.
84 server: &ServerInfo{Name: "servername", Auth: []string{"PLAIN"}},
183 if ok, args := c.Extension("aUtH"); !ok || args != "LOGIN PLAIN" {
256 250-AUTH LOGIN PLAIN
275 AUTH PLAIN AHVzZXIAcGFzcw==
307 if ok, args := c.Extension("aUtH"); !ok || args != "LOGIN PLAIN" {
326 250-AUTH LOGIN PLAIN
366 250-AUTH LOGIN PLAIN
526 "AUTH PLAIN AHVzZXIAcGFzcw==\n",
670 250 AUTH LOGIN PLAIN
677 AUTH PLAIN AHVzZXIAcGFzcw==