aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/imap/test_imap.rb
Commit message (Expand)AuthorAgeFilesLines
* Promote net-imap to the bundled gemsHiroshi SHIBATA2021-05-271-856/+0
* [ruby/net-imap] Move UTF7 & datetime formatting to net/imap/data_encodingnicholas a. evans2021-05-061-38/+0
* test/net/imap/test_imap.rb: wait a moment before socket is closedYusuke Endoh2021-05-041-0/+1
* Merge net-imap-0.2.0Hiroshi SHIBATA2021-04-221-10/+59
* `local_address` may raise IOError in debug printKazuhiro NISHIYAMA2020-06-051-1/+1
* Add sockets to debug printKazuhiro NISHIYAMA2020-06-051-0/+1
* Add more debug printKazuhiro NISHIYAMA2020-01-291-2/+11
* Add more debug printKazuhiro NISHIYAMA2020-01-261-9/+49
* Add more debug infoKazuhiro NISHIYAMA2019-12-151-1/+8
* Move `rescue` for debug into block of assert_raiseKazuhiro NISHIYAMA2019-12-121-2/+2
* Add more debug info when Errno::EINVALKazuhiro NISHIYAMA2019-12-121-0/+2
* Removed unused variablesNobuyoshi Nakada2019-06-301-2/+1
* test/net/imap/test_imap.rb: use Thread#stop? to wait for server threadYusuke Endoh2019-06-251-4/+3
* test/net/imap/test_imap.rb: wait for the server thread to startYusuke Endoh2019-06-151-14/+29
* Exclude CI platform specific failures by --excludes optionnobu2018-10-211-5/+0
* skip tests broken with OpenSSL 1.1.1 on Travis osxk0kubun2018-10-211-0/+5
* test/net/imap/test_imap.rb (test_exception_during_idle): kill infinite loopernormal2018-08-161-1/+3
* net/imap: Fix ArgumentError in send_string_datashugo2018-05-111-0/+37
* Fix test-all tests to avoid creating report_on_exception warningseregon2017-12-121-0/+1
* Fixed misspelling words.hsbt2017-10-221-2/+2
* lib/net/imap.rb: Accept continuation requests without response textshugo2017-08-271-1/+1
* test/net/imap/test_imap.rb: Use Addrinfo.tcp in case localhost is ::1.shugo2017-08-181-19/+21
* net/imap: separate @continuation_request_exception from @exceptionshugo2017-05-221-4/+7
* net/imap: Net::IMAP#append should not block when NO response is receivedshugo2017-05-191-0/+85
* test/net/imap: fix race condition in test_exception_during_idleshugo2017-05-131-4/+10
* net/imap: Net::IMAP#disconnect need not do anything if already disconnectedshugo2017-05-111-0/+27
* Move certificates to test/net/fixtures/.shugo2016-11-191-3/+3
* * test/net/imap/test_imap.rb (test_idle_timeout): Because of theodaira2016-03-071-10/+22
* 0.1 second is not enough for FreeBSDnaruse2015-10-241-1/+2
* * lib/net/imap.rb: remove an empty comment line and -*-.shugo2015-10-231-2/+1
* * lib/net/imap (idle): add a new argument timeout for keep-alive.shugo2015-10-221-0/+44
* * lib/net/imap.rb: use frozen_string_literal: true.shugo2015-10-091-3/+6
* * test/net/imap/test_imap.rb (ImapTest#imaps_test): forced error on SSL socketsusa2014-12-071-1/+1
* * lib/net/imap.rb: Fix undefined variable usage & refactor/DRYshugo2014-12-061-0/+50
* * test/net/imap/test_imap.rb: Don't ignore exceptions on serverakr2014-11-101-221/+174
* No need to kill a thread.akr2014-05-281-1/+0
* * lib/net/imap.rb (Net::IMAP#initialize): Close the opened socket whenakr2014-05-281-12/+13
* test_imap.rb: fix leaked threadsnobu2014-05-261-12/+25
* * test/net/imap/test_imap.rb: remove unused variables.hsbt2014-02-231-2/+0
* * lib/net/imap.rb (decode_utf7, encode_utf7): refactored byshugo2012-05-091-2/+12
* 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 (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
* * test/net/imap/test_imap.rb: call neither logout nor disconnectshugo2011-01-141-2/+2
* * 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