@@ -224,7 +224,11 @@ func NewClientNoTLS(host, user, passwd string, debug bool) (*Client, error) {
}
func (c *Client) Close() error {
if c.conn != (*tls.Conn)(nil) {
return c.conn.Close()
} else {
return nil
func saslDigestResponse(username, realm, passwd, nonce, cnonceStr,
The note is not visible to the blocked user.