Class: Net::IMAP::PlainAuthenticator

Inherits:
Object
  • Object
show all
Defined in:
lib/net/imap.rb

Overview

Authenticator for the “PLAIN” authentication type. See #authenticate().

Instance Method Summary collapse

Instance Method Details

#process(data) ⇒ Object



3404
3405
3406
# File 'lib/net/imap.rb', line 3404

def process(data)
  return "\0#{@user}\0#{@password}"
end