index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
net
/
imap
/
test_imap_response_parser.rb
Age
Commit message (
Expand
)
Author
2014-06-09
fold too long line
nobu
2014-06-03
* lib/net/imap.rb (body_type_1part): Gmail IMAP reports a body
shugo
2014-02-23
* test/net/imap/test_imap.rb: remove unused variables.
hsbt
2013-06-05
* lib/net/imap.rb (capability_response): should ignore trailing
shugo
2013-04-23
* lib/net/imap.rb (getacl_response): parse the mailbox of an ACL
shugo
2013-04-19
* lib/net/imap.rb (body_type_msg): should accept
shugo
2012-12-07
test: remove or replace trailing spaces
nobu
2012-10-17
* lib/net/imap.rb: fix Net::IMAP::ResponseParser to accept
shugo
2012-05-07
* lib/net/imap.rb (body_type_attachment): parse body type
shugo
2012-03-16
* lib/net/imap.rb (rfc822_text): ignore [] after RFC822.
shugo
2011-12-11
* lib/net/imap.rb: includes the sequence number of UID in a error
shugo
2011-08-19
* lib/net/imap.rb (msg_att): accepts extra space before ')'.
shugo
2011-06-16
* lib/net/imap.rb (search_response): parses SEARCH responses from
shugo
2010-12-07
fix typo: not response.attr.data, but response.data.attr.
naruse
2010-12-07
* lib/net/imap.rb (xlist): supported the XLIST command, which is an
shugo
2010-02-06
test/net/imap/test_imap_response_parser.rb: fixed test_resp_text_code.
shugo
2010-02-06
* test/net/imap/test_imap_response_parser.rb (test_resp_text_code): added a test
shugo
2009-11-19
* lib/net/imap.rb (flag_list): untaint strings to intern in the safe
shugo