Project

General

Profile

Feature #16626

Updated by nevans (Nicholas Evans) over 3 years ago

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 See also the github PR: https://github.com/ruby/ruby/pull/2890 

Back