aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/imap/test_imap_response_parser.rb
Commit message (Expand)AuthorAgeFilesLines
* test: remove or replace trailing spacesnobu2012-12-071-2/+2
* * lib/net/imap.rb: fix Net::IMAP::ResponseParser to acceptshugo2012-10-171-0/+28
* * lib/net/imap.rb (body_type_attachment): parse body typeshugo2012-05-071-0/+10
* * lib/net/imap.rb (rfc822_text): ignore [] after RFC822.shugo2012-03-161-0/+16
* * lib/net/imap.rb: includes the sequence number of UID in a errorshugo2011-12-111-0/+10
* * lib/net/imap.rb (msg_att): accepts extra space before ')'.shugo2011-08-191-0/+17
* * lib/net/imap.rb (search_response): parses SEARCH responses fromshugo2011-06-161-1/+28
* fix typo: not response.attr.data, but response.data.attr.naruse2010-12-071-1/+1
* * lib/net/imap.rb (xlist): supported the XLIST command, which is anshugo2010-12-071-0/+9
* test/net/imap/test_imap_response_parser.rb: fixed test_resp_text_code.shugo2010-02-061-1/+1
* * test/net/imap/test_imap_response_parser.rb (test_resp_text_code): added a testshugo2010-02-061-3/+15
* * lib/net/imap.rb (flag_list): untaint strings to intern in the safeshugo2009-11-191-0/+54