aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/imap
Commit message (Expand)AuthorAgeFilesLines
* * 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-232-4/+2
* * 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-092-3/+9
* * lib/net/imap.rb (body_ext_mpart): should work even if body-fld-dspshugo2015-05-081-0/+13
* * 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
* * lib/net/imap.rb (search_response): parse MODSEQ in SEARCHshugo2014-11-131-0/+8
* * test/net/imap/test_imap.rb: Don't ignore exceptions on serverakr2014-11-101-221/+174
* * test/net/imap/test_imap_response_parser.rb: removed needless code.hsbt2014-08-291-4/+0
* fold too long linenobu2014-06-091-1/+15
* * lib/net/imap.rb (body_type_1part): Gmail IMAP reports a bodyshugo2014-06-031-0/+10
* 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-232-3/+1
* test/net/imap/test_imap.rb: fix test failures due to expired certstmm12014-01-033-78/+86
* * lib/net/imap.rb (capability_response): should ignore trailingshugo2013-06-051-0/+11
* * lib/net/imap.rb (getacl_response): parse the mailbox of an ACLshugo2013-04-231-0/+14
* * lib/net/imap.rb (body_type_msg): should acceptshugo2013-04-191-0/+43
* 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