From 52cdd8678285aa0786d013b968dc66f1aa558921 Mon Sep 17 00:00:00 2001 From: nagachika Date: Sat, 8 Jun 2013 16:35:25 +0000 Subject: merge revision(s) 41091: [Backport #8415] * lib/net/imap.rb (capability_response): should ignore trailing spaces. Thanks, Peter Kovacs. [ruby-core:55024] [Bug #8415] * test/net/imap/test_imap_response_parser.rb: related test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@41188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/imap.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/net/imap.rb b/lib/net/imap.rb index 50548f138f..0ae47c5316 100644 --- a/lib/net/imap.rb +++ b/lib/net/imap.rb @@ -2954,6 +2954,7 @@ module Net break when T_SPACE shift_token + next end data.push(atom.upcase) end -- cgit v1.2.3