Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for howdy (0.03 sec)

  1. src/net/smtp/smtp_test.go

    			send("250 Ok")
    		case "RCPT TO:<******@****.***>":
    			send("250 Ok")
    		case "DATA":
    			send("354 send the mail data, end with .")
    			send("250 Ok")
    		case "Subject: test":
    		case "":
    		case "howdy!":
    		case ".":
    		case "QUIT":
    			send("221 127.0.0.1 Service closing transmission channel")
    			return nil
    		default:
    			t.Fatalf("unrecognized command during TLS: %q", s.Text())
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 28.5K bytes
    - Viewed (0)
Back to top