Mechanism
SASL ANONYMOUS where you only send a username that may not get evaluated by the server.
RFC 4505: tools.ietf.org/html/rfc4505
# File lib/sasl/anonymous.rb, line 9 def start @state = nil ['auth', preferences.username.to_s] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.