Class: Hermeneutics::Cli::ImapTools::Capability

Inherits:
CommandNamed show all
Defined in:
lib/hermeneutics/cli/imap/commands.rb

Constant Summary collapse

NAME =
:CAPABILITY

Instance Attribute Summary

Attributes inherited from Command

#responses

Instance Method Summary collapse

Methods inherited from CommandNamed

#name

Methods inherited from Command

#add_response, #stream_lines

Constructor Details

#initializeCapability

Returns a new instance of Capability.



191
192
193
# File 'lib/hermeneutics/cli/imap/commands.rb', line 191

def initialize
  super
end

Instance Method Details

#paramsObject



195
# File 'lib/hermeneutics/cli/imap/commands.rb', line 195

def params ; [] ; end