summaryrefslogtreecommitdiff
path: root/test/net/imap
AgeCommit message (Expand)Author
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
2012-12-07test: remove or replace trailing spacesnobu
2012-10-17* lib/net/imap.rb: fix Net::IMAP::ResponseParser to acceptshugo
2012-05-09* lib/net/imap.rb (decode_utf7, encode_utf7): refactored byshugo
2012-05-07* lib/net/imap.rb (body_type_attachment): parse body typeshugo
2012-04-23skip OpenSSL dependent tests if not availablenobu
2012-03-16* lib/net/imap.rb (initialize): raise Net::IMAP::Error when theshugo
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 errorshugo
2011-09-04* lib/net/imap.rb (default_port, default_imap_port,shugo