class IMAPProcessor::Connection
A Connection
Struct that has imap
and capability
accessors
Public Instance Methods
Source
# File lib/imap_processor.rb, line 50 def idle? capability.include? 'IDLE' end
Does this connection support the IDLE
extension?
Source
# File lib/imap_processor.rb, line 57 def uidplus? capability.include? 'UIDPLUS' end
Does this connection support the UIDPLUS extension?