summaryrefslogtreecommitdiffstats
path: root/test/net/imap/test_imap.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patchshugo2009-07-241-0/+94
* * lib/net/imap.rb (resp_text_code): accepts response codes withoutshugo2009-07-231-0/+64
* * lib/net/imap.rb: do not use Thread#raise. [ruby-dev:34739]shugo2008-05-211-0/+31
* * test/io/nonblock/test_flush.rb: don't set Thread.abort_on_exception.akr2008-05-051-6/+17
* * test/net/imap/test_imap.rb: check OpenSSL definition before testing imaps.usa2007-12-301-24/+34
* * test/net/imap/test_imap.rb: added tests for SSL.shugo2007-12-221-0/+127
* * lib/net/imap.rb (encode_utf7): accept UTF-8 strings.shugo2007-12-221-3/+5
* * lib/net/imap.rb (decode_utf7): use pack("U*") to encode UTF-8.shugo2005-01-211-0/+14