Age | Commit message (Expand) | Author |
---|
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 |
2014-08-21 | * lib/net/imap.rb: split executable code into sample directory. | hsbt |
2014-08-21 | * lib/net/imap.rb: removed commented-out code. | hsbt |
2014-06-23 | * lib/net/imap.rb (Net::IMAP#fetch): [DOC] Describe how a range in | knu |
2014-06-03 | * lib/net/imap.rb (body_type_1part): Gmail IMAP reports a body | shugo |
2014-05-28 | * lib/net/imap.rb (Net::IMAP#initialize): Close the opened socket when | akr |
2014-05-02 | * lib/net/imap.rb: Proofreading docs. [ruby-core:61931][Bug #9720] | hsbt |
2013-06-05 | * lib/net/imap.rb (capability_response): should ignore trailing | shugo |
2013-04-23 | * lib/net/imap.rb (getacl_response): parse the mailbox of an ACL | shugo |
2013-04-19 | * lib/net/imap.rb (body_type_msg): should accept | shugo |
2012-11-20 | remove trailing spaces. | nobu |
2012-10-17 | * lib/net/imap.rb: fix Net::IMAP::ResponseParser to accept | shugo |
2012-08-21 | remove trainling spaces. | nobu |
2012-05-09 | * lib/net/imap.rb (decode_utf7, encode_utf7): refactored by | shugo |
2012-05-07 | * lib/net/imap.rb (body_type_attachment): parse body type | shugo |
2012-04-23 | see OpenSSL::SSL | nobu |
2012-03-16 | * lib/net/imap.rb (initialize): raise Net::IMAP::Error when the | shugo |
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 error | shugo |
2011-09-04 | * lib/net/imap.rb (default_port, default_imap_port, | shugo |
2011-08-19 | * lib/net/imap.rb (idle): raises a Net::IMAP::Error when the | shugo |
2011-08-19 | * lib/net/imap.rb (msg_att): accepts extra space before ')'. | shugo |
2011-08-10 | * lib/net/pop.rb: fix typo in document. | akr |
2011-06-16 | * lib/net/imap.rb (search_response): parses SEARCH responses from | shugo |
2011-05-19 | * lib: revert r31635-r31638 and untabify with expand(1). | nobu |
2011-05-18 | * lib/benchmark.rb: Fix indentation. | drbrain |
2011-05-18 | * lib/net/imap.rb: Fix indentation of EOF for heredoc. | drbrain |
2011-05-18 | * lib: Convert tabs to spaces for ruby files per | drbrain |
2011-05-15 | * remove trailing spaces. | nobu |