From fd019a5cbdb6c3dd3a96abe64c53f6918d07ff3a Mon Sep 17 00:00:00 2001 From: shugo Date: Tue, 7 Dec 2010 08:07:12 +0000 Subject: * lib/net/imap.rb (xlist): supported the XLIST command, which is an extension by Apple and Google. patch by Geoff Youngs. [ruby-core:33521] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/net/imap/test_imap_response_parser.rb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test/net') diff --git a/test/net/imap/test_imap_response_parser.rb b/test/net/imap/test_imap_response_parser.rb index f106e4a61d..fca71e2436 100644 --- a/test/net/imap/test_imap_response_parser.rb +++ b/test/net/imap/test_imap_response_parser.rb @@ -56,6 +56,15 @@ EOF end end + def test_flag_xlist_inbox + parser = Net::IMAP::ResponseParser.new + response = parser.parse(<