Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toServer (4.54 sec)

  1. src/net/smtp/smtp_test.go

    // zero bytes for "toServer" so we can test that we don't send spaces at
    // the end of the line. See TestClientAuthTrimSpace.
    type toServerEmptyAuth struct{}
    
    func (toServerEmptyAuth) Start(server *ServerInfo) (proto string, toServer []byte, err error) {
    	return "FOOAUTH", nil, nil
    }
    
    func (toServerEmptyAuth) Next(fromServer []byte, more bool) (toServer []byte, err error) {
    	panic("unexpected call")
    }
    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