aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/imap
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 (decode_utf7, encode_utf7): refactored byshugo2012-05-091-2/+12
* * lib/net/imap.rb (body_type_attachment): parse body typeshugo2012-05-071-0/+10
* skip OpenSSL dependent tests if not availablenobu2012-04-231-20/+14
* * lib/net/imap.rb (initialize): raise Net::IMAP::Error when theshugo2012-03-161-0/+19
* * 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 (default_port, default_imap_port,shugo2011-09-041-0/+8
* * lib/net/imap.rb (idle): raises a Net::IMAP::Error when theshugo2011-08-191-0/+55
* * 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
* * test/net/imap/test_imap.rb: call neither logout nor disconnectshugo2011-01-141-2/+2
* * test/net/imap/cacert.pem: updated because it has been expired.yugui2010-12-232-54/+101
* 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.rb: resurrection of r29259.shyouhei2010-09-271-6/+16
* reverting; http://rubyforge.org/tracker/?func=detail&atid=4099&aid=28566&grou...shyouhei2010-09-151-16/+6
* * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_nothing_raised):shyouhei2010-09-151-6/+16
* * test/net/imap/test_imap.rb: "localhost" not guaranteed toshyouhei2010-09-151-7/+7
* * test/net/imap/test_imap.rb (test_exception_during_shutdown):nobu2010-06-051-0/+1
* * test/net/imap/test_imap.rb: use IPv4 forshugo2010-05-091-9/+17
* * lib/net/imap.rb (disconnect): terminates @receiver_thread even ifshugo2010-05-081-0/+37
* * lib/net/imap (encode_utf7): encode & properly. Thanks, Kengoshugo2010-04-141-0/+4
* 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 (receive_responses): does not hang when an unexpected BYEshugo2010-02-061-0/+28
* * test/net/imap/test_imap.rb (test_exception_during_idle): use timeout.shugo2010-02-061-1/+10
* * lib/net/imap.rb (flag_list): untaint strings to intern in the safeshugo2009-11-191-0/+54
* * 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-224-0/+216
* * 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