Authenticator for the “PLAIN” authentication type. See authenticate().
# File lib/net/imap.rb, line 3537 def initialize(user, password) @user = user @password = password end
# File lib/net/imap.rb, line 3531 def process(data) return "\0#{@user}\0#{@password}" end
Ruby Core © 1993–2020 Yukihiro MatsumotoLicensed under the Ruby License.Ruby Standard Library © contributorsLicensed under their own licenses.