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
| 3531 3532 3533 | # File 'lib/net/imap.rb', line 3531 def process(data) return "\0#{@user}\0#{@password}" end |