aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/imap/test_imap_response_parser.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/imap.rb: remove an empty comment line and -*-.shugo2015-10-231-2/+1
* * lib/net/imap.rb: use frozen_string_literal: true.shugo2015-10-091-0/+3
* * lib/net/imap.rb (body_ext_mpart): should work even if body-fld-dspshugo2015-05-081-0/+13
* * lib/net/imap.rb (search_response): parse MODSEQ in SEARCHshugo2014-11-131-0/+8
* * test/net/imap/test_imap_response_parser.rb: removed needless code.hsbt2014-08-291-4/+0
* fold too long linenobu2014-06-091-1/+15
* * lib/net/imap.rb (body_type_1part): Gmail IMAP reports a bodyshugo2014-06-031-0/+10
* * test/net/imap/test_imap.rb: remove unused variables.hsbt2014-02-231-1/+1
* * lib/net/imap.rb (capability_response): should ignore trailingshugo2013-06-051-0/+11
* * lib/net/imap.rb (getacl_response): parse the mailbox of an ACLshugo2013-04-231-0/+14
* * lib/net/imap.rb (body_type_msg): should acceptshugo2013-04-191-0/+43
* 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