| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/net/imap.rb: allow extra spaces in responses. | shugo | 2006-09-20 | 1 | -1/+1 |
* | * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb, | nobu | 2005-10-22 | 1 | -5/+5 |
* | * lib/net/imap.rb: supported DIGEST-MD5. Thanks, Mathieu Arnold. | shugo | 2005-09-16 | 1 | -7/+110 |
* | * lib/net/imap.rb (starttls): supported the STARTTLS command. | shugo | 2005-09-11 | 1 | -0/+18 |
* | * lib/net/imap.rb (initialize): handle certs correctly. Thanks, | shugo | 2005-02-22 | 1 | -5/+6 |
* | * lib/net/imap.rb (decode_utf7): use pack("U*") to encode UTF-8. | shugo | 2005-01-21 | 1 | -121/+2 |
* | * lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-lis:40546] | shugo | 2005-01-21 | 1 | -1/+1 |
* | * lib/net/imap.rb (Net::IMAP::PlainAuthenticator): added a new class | shugo | 2004-12-26 | 1 | -0/+16 |
* | * lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the german | shugo | 2004-10-03 | 1 | -3/+3 |
* | * lib/net/imap.rb (disconnected?): new method. | shugo | 2004-07-22 | 1 | -0/+5 |
* | * lib/net/imap.rb (receive_responses): return if a LOGOUT response | shugo | 2004-07-17 | 1 | -2/+13 |
* | * lib/net/imap.rb (send_string_data): wait command continuation | shugo | 2004-07-17 | 1 | -1306/+1334 |
* | * lib/net/imap.rb: added new option --ssl. | shugo | 2004-06-23 | 1 | -4/+10 |
* | * lib/net/ftp.rb: ported documentation improvement from 1.8 branch | gsinclair | 2004-05-09 | 1 | -6/+8 |
* | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz | 2004-05-07 | 1 | -1/+4 |
* | * lib/net/imap.rb (string): accept NIL. | shugo | 2004-05-06 | 1 | -8/+27 |
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 1 | -2/+2 |
* | * exception message clean-up by Ian Macdonald <ian@caliban.org>. | matz | 2004-03-29 | 1 | -1/+1 |
* | * lib/net/imap.rb (BEG_REGEXP): allow 8-bit characters in quoted strings for ... | shugo | 2004-01-22 | 1 | -2/+2 |
* | * lib/net/imap.rb (envelope): allow NIL. | shugo | 2004-01-21 | 1 | -32/+52 |
* | * lib/net/imap.rb (authenticate): remove "\n" from base64 encoded | shugo | 2003-12-24 | 1 | -1/+1 |
* | * lib/net/http.rb: cosmetic improvements to documentation | gsinclair | 2003-08-31 | 1 | -171/+175 |
* | Small changes to documentation; mainly hiding things from RDoc. | gsinclair | 2003-08-21 | 1 | -3/+3 |
* | RDoc updated by William Webber | gsinclair | 2003-08-05 | 1 | -135/+204 |
* | * lib/net/imap.rb (receive_responses): raise exception to | shugo | 2003-08-04 | 1 | -17/+33 |
* | * lib/net/imap.rb: convert RD to RDoc. | shugo | 2003-08-04 | 1 | -812/+871 |
* | * eval.c (proc_alloc): re-unification of Block and Proc. Block | matz | 2003-06-16 | 1 | -2/+2 |
* | * eval.c (rb_call_super): inheritance line adjustment moved from | matz | 2003-06-03 | 1 | -2/+2 |
* | * net/imap.rb: use DataFormatError in u16tou8/u8tou16. | shugo | 2003-05-10 | 1 | -9/+9 |
* | * lib/net/imap.rb (decode_utf7): new method. | shugo | 2003-05-10 | 1 | -0/+145 |
* | * net/imap.rb: support THREAD extension. | shugo | 2003-04-30 | 1 | -0/+87 |
* | * lib/net/imap.rb: added document. | shugo | 2002-03-01 | 1 | -9/+165 |
* | * lib/net/imap.rb: OpenSSL support. | shugo | 2002-02-06 | 1 | -14/+56 |
* | One more fix to use Digest::MD5. | knu | 2001-12-01 | 1 | -1/+1 |
* | Reflect the update of the MD5 module which is now Digest::MD5. | knu | 2001-12-01 | 1 | -10/+3 |
* | * lib/net/imap.rb (getquota_response): use astring for mailbox | shugo | 2001-11-06 | 1 | -4/+2 |
* | * lib/net/imap.rb: added new commands for managing folder quotas | shugo | 2001-07-30 | 1 | -0/+79 |
* | * lib/net/imap.rb: fix typo. | shugo | 2001-04-09 | 1 | -1/+1 |
* | * lib/net/imap.rb (media_subtype): return subtype. | shugo | 2001-04-02 | 1 | -0/+4 |
* | * lib/net/imap.rb (flag_list): capitalize flags. | shugo | 2001-04-02 | 1 | -21/+49 |
* | * lib/net/imap.rb: add document and example code. | shugo | 2001-03-30 | 1 | -7/+592 |
* | * lib/net/imap.rb: rename ContinueRequest to ContinuationRequest. | shugo | 2001-03-30 | 1 | -3/+3 |
* | * lib/net/imap.rb: added example. | shugo | 2001-03-26 | 1 | -0/+5 |
* | * lib/net/imap.rb: supports response handlers and multiple commands. | shugo | 2001-03-26 | 1 | -79/+163 |
* | * lib/net/imap.rb: supports unknown resp_text_code. | shugo | 2001-02-14 | 1 | -0/+6 |
* | shugo | shugo | 2000-12-21 | 1 | -2/+2 |
* | shugo | shugo | 2000-11-01 | 1 | -1/+5 |
* | shugo | shugo | 2000-10-31 | 1 | -4/+9 |
* | shugo | shugo | 2000-10-30 | 1 | -1/+1 |
* | shugo | shugo | 2000-10-27 | 1 | -36/+67 |