aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/imap.rb
Commit message (Expand)AuthorAgeFilesLines
* stdlib: avoid extra calls to eliminate "\n" from Base64normal2016-01-101-3/+3
* [DOC] Fix typosa_matsuda2015-12-231-1/+1
* * lib/net/imap.rb: remove an empty comment line and -*-.shugo2015-10-231-2/+1
* * lib/net/imap (idle): add a new argument timeout for keep-alive.shugo2015-10-221-2/+12
* * lib/net/imap.rb: use frozen_string_literal: true.shugo2015-10-091-3/+5
* * lib/net/imap.rb (body_ext_mpart): should work even if body-fld-dspshugo2015-05-081-1/+7
* * lib/net/imap.rb (move, uid_move): support the MOVE command definedshugo2015-04-221-0/+14
* * lib/net/imap.rb: Fix undefined variable usage & refactor/DRYshugo2014-12-061-8/+37
* * lib/net/imap.rb (Net::IMAP::ResponseParser::BEG_REGEXP): no need to use embbedusa2014-11-201-3/+3
* * remove trailing spaces.svn2014-11-131-1/+1
* * lib/net/imap.rb (search_response): parse MODSEQ in SEARCHshugo2014-11-131-1/+8
* Document that Net::IMAP#fetch will return nil instead of an emtpy array.knu2014-10-311-2/+4
* * lib/net/imap.rb: split executable code into sample directory.hsbt2014-08-211-170/+0
* * lib/net/imap.rb: removed commented-out code.hsbt2014-08-211-33/+0
* * lib/net/imap.rb (Net::IMAP#fetch): [DOC] Describe how a range inknu2014-06-231-7/+16
* * lib/net/imap.rb (body_type_1part): Gmail IMAP reports a bodyshugo2014-06-031-0/+9
* * lib/net/imap.rb (Net::IMAP#initialize): Close the opened socket whenakr2014-05-281-32/+35
* * lib/net/imap.rb: Proofreading docs. [ruby-core:61931][Bug #9720]hsbt2014-05-021-75/+74
* * lib/net/imap.rb (capability_response): should ignore trailingshugo2013-06-051-0/+1
* * lib/net/imap.rb (getacl_response): parse the mailbox of an ACLshugo2013-04-231-3/+3
* * lib/net/imap.rb (body_type_msg): should acceptshugo2013-04-191-20/+19
* remove trailing spaces.nobu2012-11-201-3/+3
* * lib/net/imap.rb: fix Net::IMAP::ResponseParser to acceptshugo2012-10-171-0/+36
* remove trainling spaces.nobu2012-08-211-2/+2
* * lib/net/imap.rb (decode_utf7, encode_utf7): refactored byshugo2012-05-091-12/+7
* * lib/net/imap.rb (body_type_attachment): parse body typeshugo2012-05-071-0/+29
* see OpenSSL::SSLnobu2012-04-231-2/+2
* * lib/net/imap.rb (initialize): raise Net::IMAP::Error when theshugo2012-03-161-0/+4
* * lib/net/imap.rb (rfc822_text): ignore [] after RFC822.shugo2012-03-161-0/+5
* * lib/net/imap.rb: includes the sequence number of UID in a errorshugo2011-12-111-3/+3
* * lib/net/imap.rb (default_port, default_imap_port,shugo2011-09-041-0/+16
* * lib/net/imap.rb (idle): raises a Net::IMAP::Error when theshugo2011-08-191-3/+13
* * lib/net/imap.rb (msg_att): accepts extra space before ')'.shugo2011-08-191-1/+1
* * lib/net/pop.rb: fix typo in document.akr2011-08-101-1/+1
* * lib/net/imap.rb (search_response): parses SEARCH responses fromshugo2011-06-161-1/+2
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-57/+57
* * lib/benchmark.rb: Fix indentation.drbrain2011-05-181-44/+44
* * lib/net/imap.rb: Fix indentation of EOF for heredoc.drbrain2011-05-181-2/+2
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-175/+175
* * remove trailing spaces.nobu2011-05-151-1/+1
* * lib/net/imap.rb: use bytesize for binary strings.naruse2011-01-141-2/+2
* * lib/net/imap.rb (xlist): supported the XLIST command, which is anshugo2010-12-071-1/+33
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-081-1/+0
* * lib/net/imap.rb: load io/console.nobu2010-07-301-3/+20
* * lib/net/imap.rb (example): use IO#noecho to read password ifnobu2010-07-301-5/+5
* * lib/net/imap.rb (example): support starttls option.nobu2010-07-301-6/+10
* * lib/net/imap.rb (disconnect): closes the socket of a Net::IMAPshugo2010-05-191-1/+5
* * lib/net/imap.rb (disconnect): terminates @receiver_thread even ifshugo2010-05-081-1/+7
* * lib/net/imap.rb (fetch_internal): do not quote message data itemshugo2010-04-251-1/+7
* * lib/net/imap (encode_utf7): encode & properly. Thanks, Kengoshugo2010-04-141-1/+1