Class: Net::IMAP::PlainAuthenticator
- Inherits:
-
Object
- Object
- Net::IMAP::PlainAuthenticator
- 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
3919 3920 3921 |
# File 'lib/net/imap.rb', line 3919 def process(data) return "\0#{@user}\0#{@password}" end |