Class: Hermeneutics::Cli::ImapTools::Idle
Constant Summary
collapse
- NAME =
:IDLE
- DONE =
:DONE
Instance Attribute Summary
Attributes inherited from Command
#responses
Instance Method Summary
collapse
#name
Methods inherited from Command
#add_response, #initialize
Instance Method Details
#params ⇒ Object
177
|
# File 'lib/hermeneutics/cli/imap/commands.rb', line 177
def params ; [] ; end
|
#stream_lines(r) {|[DONE]| ... } ⇒ Object
179
180
181
182
|
# File 'lib/hermeneutics/cli/imap/commands.rb', line 179
def stream_lines r
_ = super
yield [DONE]
end
|