Age | Commit message (Expand) | Author |
2010-08-27 | * lib/net/imap.rb (initialize): sets sync_close to true. | shugo |
2010-05-08 | * lib/net/imap.rb: backported exception handling from trunk. | shugo |
2010-04-25 | * lib/net/imap.rb (fetch_internal): do not quote message data item | shugo |
2010-04-25 | * lib/net/imap (encode_utf7): encode & properly. Thanks, Kengo | shugo |
2010-04-16 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
2009-11-19 | * lib/net/imap.rb (flag_list): untaint strings to intern in the safe | shugo |
2009-10-15 | * lib/net/imap.rb (resp_text_code): accepts response codes without | shugo |
2008-08-05 | * lib/net/imap.rb (disconnect): do not refer SSL::SSLSocket for | shugo |
2007-10-08 | * lib/net/http.rb, lib/open-uri.rb: remove | gotoyuzo |
2007-06-04 | * lib/net/imap.rb (ResponseParser#next_token): fixed | shugo |
2007-04-09 | * lib/net/imap.rb (disconnect): call shutdown for | shugo |
2006-11-04 | * lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002] | shugo |
2006-09-20 | * lib/net/imap.rb: allow extra spaces in responses. | shugo |
2005-02-22 | * lib/net/imap.rb (initialize): handle certs correctly. Thanks, | shugo |
2005-01-21 | * lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-lis:40546] | shugo |
2004-10-03 | * lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the german | shugo |
2004-07-23 | * lib/net/imap.rb (disconnected?): new method. (backported from HEAD) | shugo |
2004-07-17 | * lib/net/imap.rb (receive_responses): return if a logout response | shugo |
2004-05-09 | * lib/net/ftp.rb: improved documentation | gsinclair |
2004-05-06 | * lib/net/imap.rb (string): accept NIL. | shugo |
2004-04-18 | * dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb, | nobu |
2004-04-05 | * eval.c (top_include): include in the wrapped load is done for | matz |
2004-01-22 | * lib/net/imap.rb (BEG_REGEXP): allow 8-bit characters in quoted strings for ... | shugo |
2004-01-21 | * merged from HEAD. | shugo |
2003-12-24 | * lib/net/imap.rb (authenticate): remove "\n" from base64 encoded | shugo |
2003-08-31 | * lib/net/http.rb: cosmetic improvements to documentation | gsinclair |
2003-08-21 | Small changes to documentation; mainly hiding things from RDoc. | gsinclair |
2003-08-05 | RDoc updated by William Webber | gsinclair |
2003-08-04 | * lib/net/imap.rb (receive_responses): raise exception to | shugo |
2003-08-04 | * lib/net/imap.rb: convert RD to RDoc. | shugo |
2003-06-16 | * eval.c (proc_alloc): re-unification of Block and Proc. Block | matz |
2003-06-03 | * eval.c (rb_call_super): inheritance line adjustment moved from | matz |
2003-05-10 | * net/imap.rb: use DataFormatError in u16tou8/u8tou16. | shugo |
2003-05-10 | * lib/net/imap.rb (decode_utf7): new method. | shugo |
2003-04-30 | * net/imap.rb: support THREAD extension. | shugo |
2002-03-01 | * lib/net/imap.rb: added document. | shugo |
2002-02-06 | * lib/net/imap.rb: OpenSSL support. | shugo |
2001-12-01 | One more fix to use Digest::MD5. | knu |
2001-12-01 | Reflect the update of the MD5 module which is now Digest::MD5. | knu |
2001-11-06 | * lib/net/imap.rb (getquota_response): use astring for mailbox | shugo |
2001-07-30 | * lib/net/imap.rb: added new commands for managing folder quotas | shugo |
2001-04-09 | * lib/net/imap.rb: fix typo. | shugo |
2001-04-02 | * lib/net/imap.rb (media_subtype): return subtype. | shugo |
2001-04-02 | * lib/net/imap.rb (flag_list): capitalize flags. | shugo |
2001-03-30 | * lib/net/imap.rb: add document and example code. | shugo |
2001-03-30 | * lib/net/imap.rb: rename ContinueRequest to ContinuationRequest. | shugo |
2001-03-26 | * lib/net/imap.rb: added example. | shugo |
2001-03-26 | * lib/net/imap.rb: supports response handlers and multiple commands. | shugo |
2001-02-14 | * lib/net/imap.rb: supports unknown resp_text_code. | shugo |
2000-12-21 | shugo | shugo |