summaryrefslogtreecommitdiff
path: root/lib/net/imap.rb
AgeCommit message (Expand)Author
2021-05-27Promote net-imap to the bundled gemsHiroshi SHIBATA
2021-05-06[ruby/net-imap] Many documentation improvementsnicholas a. evans
2021-05-06[ruby/net-imap] Move send_*_data into net/imap/command_datanicholas a. evans
2021-05-06[ruby/net-imap] Move flags to net/imap/flagsnicholas a. evans
2021-05-06[ruby/net-imap] Move UTF7 & datetime formatting to net/imap/data_encodingnicholas a. evans
2021-05-06[ruby/net-imap] move command data formatters to net/imap/command_datanicholas a. evans
2021-05-06[ruby/net-imap] move response data structs to net/imap/response_datanicholas a. evans
2021-05-06[ruby/net-imap] move ResponseParser to lib/net/imap/response_parsernicholas a. evans
2021-05-06[ruby/net-imap] Move each authenticator to its own filenicholas 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.1Shugo Maeda
2021-04-22[ruby/net-imap] Set timeout for IDLE responsesShugo Maeda
2021-04-22Merge net-imap-0.2.0Hiroshi SHIBATA
2021-03-31Enclose the code that was accidentally a link in "tt"aycabta
2020-12-22Update library versions of the default gems.Hiroshi SHIBATA
2020-10-27Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada
2020-07-30Extract version number from the sourceNobuyoshi Nakada
2020-02-20Promote net-imap to the default gemsHiroshi SHIBATA
2020-01-09lib/net/imap.rb: use `&blk` instead of Kernel#proc with no blockYusuke Endoh
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-04-15Support SNI (Reapplying r67488)knu
2019-04-10Reverting all commits from r67479 to r67496 because of CI failureskazu
2019-04-09Support SNIshugo
2018-11-02lib/*: Prefer require_relative over require.marcandre
2018-09-03Use unpack1 instead of unpack and `[0]`kazu
2018-05-11net/imap: Fix ArgumentError in send_string_datashugo
2018-04-22net/imap: set SO_KEEPALIVE on TCP socketsnormal
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2017-08-27lib/net/imap.rb: Accept continuation requests without response textshugo
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-19* remove trailing spaces.svn
2017-05-19net/imap: Net::IMAP#append should not block when NO response is receivedshugo
2017-05-12net/imap: Revert read_tiemout in r58549.shugo
2017-05-11net/imap: Net::IMAP#disconnect need not do anything if already disconnectedshugo
2017-05-03net/imap: handle timeoutsshugo
2016-11-21lib/*: remove closed checksnormal
2016-01-10stdlib: avoid extra calls to eliminate "\n" from Base64normal
2015-12-23[DOC] Fix typosa_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-dspshugo
2015-04-22* lib/net/imap.rb (move, uid_move): support the MOVE command definedshugo
2014-12-06* lib/net/imap.rb: Fix undefined variable usage & refactor/DRYshugo
2014-11-20* lib/net/imap.rb (Net::IMAP::ResponseParser::BEG_REGEXP): no need to use embbedusa
2014-11-13* remove trailing spaces.svn
2014-11-13* lib/net/imap.rb (search_response): parse MODSEQ in SEARCHshugo
2014-10-31Document that Net::IMAP#fetch will return nil instead of an emtpy array.knu