summaryrefslogtreecommitdiff
path: root/test/net/imap
AgeCommit message (Expand)Author
2020-06-05`local_address` may raise IOError in debug printKazuhiro NISHIYAMA
2020-06-05Add sockets to debug printKazuhiro NISHIYAMA
2020-01-29Add more debug printKazuhiro NISHIYAMA
2020-01-26Add more debug printKazuhiro NISHIYAMA
2019-12-15Add more debug infoKazuhiro NISHIYAMA
2019-12-12Move `rescue` for debug into block of assert_raiseKazuhiro NISHIYAMA
2019-12-12Add more debug info when Errno::EINVALKazuhiro NISHIYAMA
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-06-30Removed unused variablesNobuyoshi Nakada
2019-06-25test/net/imap/test_imap.rb: use Thread#stop? to wait for server threadYusuke Endoh
2019-06-15test/net/imap/test_imap.rb: wait for the server thread to startYusuke Endoh
2019-01-02test/net/fixtures/Makefile: moved from test/net/imapmrkn
2018-10-21Exclude CI platform specific failures by --excludes optionnobu
2018-10-21skip tests broken with OpenSSL 1.1.1 on Travis osxk0kubun
2018-08-16test/net/imap/test_imap.rb (test_exception_during_idle): kill infinite loopernormal
2018-05-11net/imap: Fix ArgumentError in send_string_datashugo
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
2017-12-12Fix test-all tests to avoid creating report_on_exception warningseregon
2017-10-22Fixed misspelling words.hsbt
2017-08-27lib/net/imap.rb: Accept continuation requests without response textshugo
2017-08-18test/net/imap/test_imap.rb: Use Addrinfo.tcp in case localhost is ::1.shugo
2017-07-26lib/net/imap.rb: support CHANGEDSINCE and MODSEQshugo
2017-07-19lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Servershugo
2017-05-22net/imap: separate @continuation_request_exception from @exceptionshugo
2017-05-19net/imap: Net::IMAP#append should not block when NO response is receivedshugo
2017-05-13test/net/imap: fix race condition in test_exception_during_idleshugo
2017-05-11net/imap: Net::IMAP#disconnect need not do anything if already disconnectedshugo
2016-11-19Move certificates to test/net/fixtures/.shugo
2016-03-07* test/net/imap/test_imap.rb (test_idle_timeout): Because of theodaira
2015-10-240.1 second is not enough for FreeBSDnaruse
2015-10-23* lib/net/imap.rb: remove an empty comment line and -*-.shugo
2015-10-22* lib/net/imap (idle): add a new argument timeout for keep-alive.shugo
2015-10-09* lib/net/imap.rb: use frozen_string_literal: true.shugo
2015-05-08* lib/net/imap.rb (body_ext_mpart): should work even if body-fld-dspshugo
2014-12-07* test/net/imap/test_imap.rb (ImapTest#imaps_test): forced error on SSL socketsusa
2014-12-06* lib/net/imap.rb: Fix undefined variable usage & refactor/DRYshugo
2014-11-13* lib/net/imap.rb (search_response): parse MODSEQ in SEARCHshugo
2014-11-10* test/net/imap/test_imap.rb: Don't ignore exceptions on serverakr
2014-08-29* test/net/imap/test_imap_response_parser.rb: removed needless code.hsbt
2014-06-09fold too long linenobu
2014-06-03 * lib/net/imap.rb (body_type_1part): Gmail IMAP reports a bodyshugo
2014-05-28No need to kill a thread.akr
2014-05-28* lib/net/imap.rb (Net::IMAP#initialize): Close the opened socket whenakr
2014-05-26test_imap.rb: fix leaked threadsnobu
2014-02-23* test/net/imap/test_imap.rb: remove unused variables.hsbt
2014-01-03test/net/imap/test_imap.rb: fix test failures due to expired certstmm1
2013-06-05* lib/net/imap.rb (capability_response): should ignore trailingshugo
2013-04-23* lib/net/imap.rb (getacl_response): parse the mailbox of an ACLshugo
2013-04-19* lib/net/imap.rb (body_type_msg): should acceptshugo