Age | Commit message (Expand) | Author |
---|
2021-05-27 | Promote net-imap to the bundled gems | Hiroshi SHIBATA |
2021-05-06 | [ruby/net-imap] Many documentation improvements | nicholas a. evans |
2021-05-06 | [ruby/net-imap] Move send_*_data into net/imap/command_data | nicholas a. evans |
2021-05-06 | [ruby/net-imap] Move flags to net/imap/flags | nicholas a. evans |
2021-05-06 | [ruby/net-imap] Move UTF7 & datetime formatting to net/imap/data_encoding | nicholas a. evans |
2021-05-06 | [ruby/net-imap] move command data formatters to net/imap/command_data | nicholas a. evans |
2021-05-06 | [ruby/net-imap] move response data structs to net/imap/response_data | nicholas a. evans |
2021-05-06 | [ruby/net-imap] move ResponseParser to lib/net/imap/response_parser | nicholas a. evans |
2021-05-06 | [ruby/net-imap] Move each authenticator to its own file | nicholas a. evans |
2021-04-28 | [ruby/net-imap] Fix typo intentionaly -> intentionally [ci skip] | Ryuta Kamizono |
2021-04-22 | [ruby/net-imap] Bump version to 0.2.1 | Shugo Maeda |
2021-04-22 | [ruby/net-imap] Set timeout for IDLE responses | Shugo Maeda |
2021-04-22 | Merge net-imap-0.2.0 | Hiroshi SHIBATA |
2021-03-31 | Enclose the code that was accidentally a link in "tt" | aycabta |
2020-12-22 | Update library versions of the default gems. | Hiroshi SHIBATA |
2020-10-27 | Separate `send` into `public_send` and `__send__` | Nobuyoshi Nakada |
2020-07-30 | Extract version number from the source | Nobuyoshi Nakada |
2020-02-20 | Promote net-imap to the default gems | Hiroshi SHIBATA |
2020-01-09 | lib/net/imap.rb: use `&blk` instead of Kernel#proc with no block | Yusuke Endoh |
2019-11-18 | Deprecate taint/trust and related methods, and make the methods no-ops | Jeremy Evans |
2019-04-15 | Support SNI (Reapplying r67488) | knu |
2019-04-10 | Reverting all commits from r67479 to r67496 because of CI failures | kazu |
2019-04-09 | Support SNI | shugo |
2018-11-02 | lib/*: Prefer require_relative over require. | marcandre |
2018-09-03 | Use unpack1 instead of unpack and `[0]` | kazu |
2018-05-11 | net/imap: Fix ArgumentError in send_string_data | shugo |
2018-04-22 | net/imap: set SO_KEEPALIVE on TCP sockets | normal |
2017-12-12 | Add uplevel keyword to Kernel#warn and use it | shyouhei |
2017-08-27 | lib/net/imap.rb: Accept continuation requests without response text | 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 | * remove trailing spaces. | svn |
2017-05-19 | net/imap: Net::IMAP#append should not block when NO response is received | shugo |
2017-05-12 | net/imap: Revert read_tiemout in r58549. | shugo |
2017-05-11 | net/imap: Net::IMAP#disconnect need not do anything if already disconnected | shugo |
2017-05-03 | net/imap: handle timeouts | shugo |
2016-11-21 | lib/*: remove closed checks | normal |
2016-01-10 | stdlib: avoid extra calls to eliminate "\n" from Base64 | normal |
2015-12-23 | [DOC] Fix typos | a_matsuda |
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 |
2015-04-22 | * lib/net/imap.rb (move, uid_move): support the MOVE command defined | shugo |
2014-12-06 | * lib/net/imap.rb: Fix undefined variable usage & refactor/DRY | shugo |
2014-11-20 | * lib/net/imap.rb (Net::IMAP::ResponseParser::BEG_REGEXP): no need to use embbed | usa |
2014-11-13 | * remove trailing spaces. | svn |
2014-11-13 | * lib/net/imap.rb (search_response): parse MODSEQ in SEARCH | shugo |
2014-10-31 | Document that Net::IMAP#fetch will return nil instead of an emtpy array. | knu |