From: "hsbt (Hiroshi SHIBATA)" Date: 2021-08-31T11:20:17+00:00 Subject: [ruby-core:105095] [Ruby master Feature#16626] net/imap: Parsing CAPABILITY data for ResponseCode Issue #16626 has been updated by hsbt (Hiroshi SHIBATA). Assignee set to shugo (Shugo Maeda) Status changed from Open to Closed https://github.com/ruby/net-imap/pull/6 has been merged. ---------------------------------------- Feature #16626: net/imap: Parsing CAPABILITY data for ResponseCode https://bugs.ruby-lang.org/issues/16626#change-93505 * Author: nevans (Nicholas Evans) * Status: Closed * Priority: Normal * Assignee: shugo (Shugo Maeda) ---------------------------------------- In RFC3501, "capability-data" is found both in "response-data" and in "resp-text-code". Many IMAP servers return CAPABILITY codes in the server greeting or in the tagged OK for STARTTLS, LOGIN, or AUTHENTICATE. This adds parsing for CAPABILITY data in a ResponseCode, the same as already existed for CAPABILITY data in an UntaggedResponse. Implementation: https://github.com/ruby/net-imap/pull/6 -- https://bugs.ruby-lang.org/ Unsubscribe: