index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
net
/
imap
Age
Commit message (
Expand
)
Author
2021-05-27
Promote net-imap to the bundled gems
Hiroshi SHIBATA
2021-05-06
[ruby/net-imap] Move UTF7 & datetime formatting to net/imap/data_encoding
nicholas a. evans
2021-05-06
[ruby/net-imap] Update AUTH=PLAIN to be a little closer to RFC4616
nicholas a. evans
2021-05-04
test/net/imap/test_imap.rb: wait a moment before socket is closed
Yusuke Endoh
2021-04-22
Merge net-imap-0.2.0
Hiroshi SHIBATA
2020-06-05
`local_address` may raise IOError in debug print
Kazuhiro NISHIYAMA
2020-06-05
Add sockets to debug print
Kazuhiro NISHIYAMA
2020-01-29
Add more debug print
Kazuhiro NISHIYAMA
2020-01-26
Add more debug print
Kazuhiro NISHIYAMA
2019-12-15
Add more debug info
Kazuhiro NISHIYAMA
2019-12-12
Move `rescue` for debug into block of assert_raise
Kazuhiro NISHIYAMA
2019-12-12
Add more debug info when Errno::EINVAL
Kazuhiro NISHIYAMA
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-06-30
Removed unused variables
Nobuyoshi Nakada
2019-06-25
test/net/imap/test_imap.rb: use Thread#stop? to wait for server thread
Yusuke Endoh
2019-06-15
test/net/imap/test_imap.rb: wait for the server thread to start
Yusuke Endoh
2019-01-02
test/net/fixtures/Makefile: moved from test/net/imap
mrkn
2018-10-21
Exclude CI platform specific failures by --excludes option
nobu
2018-10-21
skip tests broken with OpenSSL 1.1.1 on Travis osx
k0kubun
2018-08-16
test/net/imap/test_imap.rb (test_exception_during_idle): kill infinite looper
normal
2018-05-11
net/imap: Fix ArgumentError in send_string_data
shugo
2017-12-28
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-12
Fix test-all tests to avoid creating report_on_exception warnings
eregon
2017-10-22
Fixed misspelling words.
hsbt
2017-08-27
lib/net/imap.rb: Accept continuation requests without response text
shugo
2017-08-18
test/net/imap/test_imap.rb: Use Addrinfo.tcp in case localhost is ::1.
shugo
2017-07-26
lib/net/imap.rb: support CHANGEDSINCE and MODSEQ
shugo
2017-07-19
lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Server
shugo
2017-05-22
net/imap: separate @continuation_request_exception from @exception
shugo
2017-05-19
net/imap: Net::IMAP#append should not block when NO response is received
shugo
2017-05-13
test/net/imap: fix race condition in test_exception_during_idle
shugo
2017-05-11
net/imap: Net::IMAP#disconnect need not do anything if already disconnected
shugo
2016-11-19
Move certificates to test/net/fixtures/.
shugo
2016-03-07
* test/net/imap/test_imap.rb (test_idle_timeout): Because of the
odaira
2015-10-24
0.1 second is not enough for FreeBSD
naruse
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-dsp
shugo
2014-12-07
* test/net/imap/test_imap.rb (ImapTest#imaps_test): forced error on SSL sockets
usa
2014-12-06
* lib/net/imap.rb: Fix undefined variable usage & refactor/DRY
shugo
2014-11-13
* lib/net/imap.rb (search_response): parse MODSEQ in SEARCH
shugo
2014-11-10
* test/net/imap/test_imap.rb: Don't ignore exceptions on server
akr
2014-08-29
* test/net/imap/test_imap_response_parser.rb: removed needless code.
hsbt
2014-06-09
fold too long line
nobu
2014-06-03
* lib/net/imap.rb (body_type_1part): Gmail IMAP reports a body
shugo
2014-05-28
No need to kill a thread.
akr
2014-05-28
* lib/net/imap.rb (Net::IMAP#initialize): Close the opened socket when
akr
2014-05-26
test_imap.rb: fix leaked threads
nobu
[next]