aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/imap.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/net/imap.rb (receive_responses): does not hang when an unexpected BYEshugo2010-02-061-2/+3
* * lib/net/imap.rb (flag_list): untaint strings to intern in the safeshugo2009-11-191-1/+33
* * lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patchshugo2009-07-241-10/+14
* * lib/net/imap.rb (resp_text_code): accepts response codes withoutshugo2009-07-231-5/+55
* * lib/net/imap.rb: added response to Net::IMAP::ResponseError.shugo2009-07-021-4/+14
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-185/+185
* * ext/openssl: avoid cyclic require.akr2009-02-171-1/+1
* * lib/net/imap.rb: validate data before sending to a server.shugo2009-02-031-4/+55
* * lib/net/imap.rb (hmac_md5): should use String#ord to get asciishugo2009-02-031-2/+2
* * lib/optparse/version.rb: remove variable shadowing to stopmatz2008-12-181-1/+1
* * lib/webrick/server.rb (WEBrick::GenericServer#shutdown):kazu2008-08-221-5/+9
* * lib/net/imap.rb (disconnect): do not refer SSL::SSLSocket forshugo2008-08-051-2/+4
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-041-1/+1
* * lib/net/imap.rb: do not use Thread#raise. [ruby-dev:34739]shugo2008-05-211-7/+29
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-121-2/+2
* * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo2007-12-221-2/+3
* * lib/net/imap.rb (encode_utf7): accept UTF-8 strings.shugo2007-12-221-3/+3
* * lib/net/imap.rb: fixed RDoc markups.shugo2007-12-221-8/+8
* * lib/net/imap.rb (initialize): fixed documentation.shugo2007-12-221-11/+7
* * lib/net/imap.rb (initialize): accept service name. changedshugo2007-12-211-9/+7
* * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr2007-12-211-1/+1
* * lib/net/imap.rb (initialize): the second argument is an optionko12007-12-201-21/+74
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-041-5/+5
* * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname shouldgotoyuzo2007-10-081-25/+23
* * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz2007-08-241-5/+5
* * lib/net/imap.rb (ResponseParser#next_token): fixedshugo2007-05-301-2/+2
* * lib/net/imap.rb (disconnect): call shutdown forshugo2007-04-091-1/+5
* * lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]shugo2006-11-041-1/+1
* * lib/net/imap.rb: allow extra spaces in responses.shugo2006-09-201-1/+1
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-221-5/+5
* * lib/net/imap.rb: supported DIGEST-MD5. Thanks, Mathieu Arnold.shugo2005-09-161-7/+110
* * lib/net/imap.rb (starttls): supported the STARTTLS command.shugo2005-09-111-0/+18
* * lib/net/imap.rb (initialize): handle certs correctly. Thanks,shugo2005-02-221-5/+6
* * lib/net/imap.rb (decode_utf7): use pack("U*") to encode UTF-8.shugo2005-01-211-121/+2
* * lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-lis:40546]shugo2005-01-211-1/+1
* * lib/net/imap.rb (Net::IMAP::PlainAuthenticator): added a new classshugo2004-12-261-0/+16
* * lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the germanshugo2004-10-031-3/+3
* * lib/net/imap.rb (disconnected?): new method.shugo2004-07-221-0/+5
* * lib/net/imap.rb (receive_responses): return if a LOGOUT responseshugo2004-07-171-2/+13
* * lib/net/imap.rb (send_string_data): wait command continuationshugo2004-07-171-1306/+1334
* * lib/net/imap.rb: added new option --ssl.shugo2004-06-231-4/+10
* * lib/net/ftp.rb: ported documentation improvement from 1.8 branchgsinclair2004-05-091-6/+8
* * parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz2004-05-071-1/+4
* * lib/net/imap.rb (string): accept NIL.shugo2004-05-061-8/+27
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-2/+2
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-1/+1
* * lib/net/imap.rb (BEG_REGEXP): allow 8-bit characters in quoted strings for ...shugo2004-01-221-2/+2
* * lib/net/imap.rb (envelope): allow NIL.shugo2004-01-211-32/+52
* * lib/net/imap.rb (authenticate): remove "\n" from base64 encodedshugo2003-12-241-1/+1
* * lib/net/http.rb: cosmetic improvements to documentationgsinclair2003-08-311-171/+175