summaryrefslogtreecommitdiff
path: root/lib/net/imap.rb
AgeCommit message (Expand)Author
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 inknu
2014-06-03 * lib/net/imap.rb (body_type_1part): Gmail IMAP reports a bodyshugo
2014-05-28* lib/net/imap.rb (Net::IMAP#initialize): Close the opened socket whenakr
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 trailingshugo
2013-04-23* lib/net/imap.rb (getacl_response): parse the mailbox of an ACLshugo
2013-04-19* lib/net/imap.rb (body_type_msg): should acceptshugo
2012-11-20remove trailing spaces.nobu
2012-10-17* lib/net/imap.rb: fix Net::IMAP::ResponseParser to acceptshugo
2012-08-21remove trainling spaces.nobu
2012-05-09* lib/net/imap.rb (decode_utf7, encode_utf7): refactored byshugo
2012-05-07* lib/net/imap.rb (body_type_attachment): parse body typeshugo
2012-04-23see OpenSSL::SSLnobu
2012-03-16* lib/net/imap.rb (initialize): raise Net::IMAP::Error when theshugo
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 errorshugo
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 theshugo
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 fromshugo
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 perdrbrain
2011-05-15* remove trailing spaces.nobu
2011-01-14* lib/net/imap.rb: use bytesize for binary strings.naruse
2010-12-07* lib/net/imap.rb (xlist): supported the XLIST command, which is anshugo
2010-11-08* lib/*.rb: Remove unused variable warnings.marcandre
2010-07-30* lib/net/imap.rb: load io/console.nobu
2010-07-30* lib/net/imap.rb (example): use IO#noecho to read password ifnobu
2010-07-30* lib/net/imap.rb (example): support starttls option.nobu
2010-05-19* lib/net/imap.rb (disconnect): closes the socket of a Net::IMAPshugo
2010-05-08* lib/net/imap.rb (disconnect): terminates @receiver_thread even ifshugo
2010-04-25* lib/net/imap.rb (fetch_internal): do not quote message data itemshugo
2010-04-14* lib/net/imap (encode_utf7): encode & properly. Thanks, Kengoshugo
2010-02-06* lib/net/imap.rb (receive_responses): does not hang when an unexpected BYEshugo
2009-11-19* lib/net/imap.rb (flag_list): untaint strings to intern in the safeshugo
2009-07-24* lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patchshugo
2009-07-23* lib/net/imap.rb (resp_text_code): accepts response codes withoutshugo
2009-07-02* lib/net/imap.rb: added response to Net::IMAP::ResponseError.shugo
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-02-17* ext/openssl: avoid cyclic require.akr
2009-02-03* lib/net/imap.rb: validate data before sending to a server.shugo
2009-02-03* lib/net/imap.rb (hmac_md5): should use String#ord to get asciishugo
2008-12-18* lib/optparse/version.rb: remove variable shadowing to stopmatz
2008-08-22* lib/webrick/server.rb (WEBrick::GenericServer#shutdown):kazu
2008-08-05* lib/net/imap.rb (disconnect): do not refer SSL::SSLSocket forshugo