| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patch | shugo | 2009-07-24 | 1 | -10/+14 |
* | * lib/net/imap.rb (resp_text_code): accepts response codes without | shugo | 2009-07-23 | 1 | -5/+55 |
* | * lib/net/imap.rb: added response to Net::IMAP::ResponseError. | shugo | 2009-07-02 | 1 | -4/+14 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -185/+185 |
* | * ext/openssl: avoid cyclic require. | akr | 2009-02-17 | 1 | -1/+1 |
* | * lib/net/imap.rb: validate data before sending to a server. | shugo | 2009-02-03 | 1 | -4/+55 |
* | * lib/net/imap.rb (hmac_md5): should use String#ord to get ascii | shugo | 2009-02-03 | 1 | -2/+2 |
* | * lib/optparse/version.rb: remove variable shadowing to stop | matz | 2008-12-18 | 1 | -1/+1 |
* | * lib/webrick/server.rb (WEBrick::GenericServer#shutdown): | kazu | 2008-08-22 | 1 | -5/+9 |
* | * lib/net/imap.rb (disconnect): do not refer SSL::SSLSocket for | shugo | 2008-08-05 | 1 | -2/+4 |
* | * lib/rdoc.rb: massive spelling correction patch from Evan Farrar | matz | 2008-06-04 | 1 | -1/+1 |
* | * lib/net/imap.rb: do not use Thread#raise. [ruby-dev:34739] | shugo | 2008-05-21 | 1 | -7/+29 |
* | * ext/json/lib/json/pure/generator.rb, | naruse | 2008-02-12 | 1 | -2/+2 |
* | * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed. | gotoyuzo | 2007-12-22 | 1 | -2/+3 |
* | * lib/net/imap.rb (encode_utf7): accept UTF-8 strings. | shugo | 2007-12-22 | 1 | -3/+3 |
* | * lib/net/imap.rb: fixed RDoc markups. | shugo | 2007-12-22 | 1 | -8/+8 |
* | * lib/net/imap.rb (initialize): fixed documentation. | shugo | 2007-12-22 | 1 | -11/+7 |
* | * lib/net/imap.rb (initialize): accept service name. changed | shugo | 2007-12-21 | 1 | -9/+7 |
* | * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb, | akr | 2007-12-21 | 1 | -1/+1 |
* | * lib/net/imap.rb (initialize): the second argument is an option | ko1 | 2007-12-20 | 1 | -21/+74 |
* | * eval.c (rb_f_send): allow send/__send__ to call methods of all | matz | 2007-11-04 | 1 | -5/+5 |
* | * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname should | gotoyuzo | 2007-10-08 | 1 | -25/+23 |
* | * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string. | matz | 2007-08-24 | 1 | -5/+5 |
* | * lib/net/imap.rb (ResponseParser#next_token): fixed | shugo | 2007-05-30 | 1 | -2/+2 |
* | * lib/net/imap.rb (disconnect): call shutdown for | shugo | 2007-04-09 | 1 | -1/+5 |
* | * lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002] | shugo | 2006-11-04 | 1 | -1/+1 |
* | * 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 |