We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
host
1 parent becec4e commit dc18728Copy full SHA for dc18728
lib/net/imap/sasl/protocol_adapters.rb
@@ -8,7 +8,7 @@ module ProtocolAdapters
8
# This API is experimental, and may change.
9
module Generic
10
def command_name; "AUTHENTICATE" end
11
- def service; raise "Implement in subclass or module" end
+ def service; "host" end
12
def encode_ir(string) string.empty? ? "=" : encode(string) end
13
def encode(string) [string].pack("m0") end
14
def decode(string) string.unpack1("m0") end
0 commit comments