summaryrefslogtreecommitdiff
path: root/lib/net/imap.rb
diff options
context:
space:
mode:
-rw-r--r--lib/net/imap.rb11
1 files changed, 8 insertions, 3 deletions
@@ -964,7 +964,7 @@ module Net
@idle_done_cond.wait(timeout)
@idle_done_cond = nil
if @receiver_thread_terminating
- raise Net::IMAP::Error, "connection closed"
end
ensure
unless @receiver_thread_terminating
@@ -2268,8 +2268,13 @@ module Net
def continue_req
match(T_PLUS)
- match(T_SPACE)
- return ContinuationRequest.new(resp_text, @str)
end
def response_untagged