summaryrefslogtreecommitdiff
path: root/lib/net/imap.rb
AgeCommit message (Expand)Author
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
2008-06-04* lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz
2008-05-21* lib/net/imap.rb: do not use Thread#raise. [ruby-dev:34739]shugo
2008-02-12* ext/json/lib/json/pure/generator.rb,naruse
2007-12-22* ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo
2007-12-22* lib/net/imap.rb (encode_utf7): accept UTF-8 strings.shugo
2007-12-22* lib/net/imap.rb: fixed RDoc markups.shugo
2007-12-22* lib/net/imap.rb (initialize): fixed documentation.shugo
2007-12-21* lib/net/imap.rb (initialize): accept service name. changedshugo
2007-12-21* regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr
2007-12-20 * lib/net/imap.rb (initialize): the second argument is an optionko1
2007-11-04* eval.c (rb_f_send): allow send/__send__ to call methods of allmatz
2007-10-08* lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname shouldgotoyuzo
2007-08-24* test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz
2007-05-30* lib/net/imap.rb (ResponseParser#next_token): fixedshugo
2007-04-09* lib/net/imap.rb (disconnect): call shutdown forshugo
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-10-22* ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu
2005-09-16* lib/net/imap.rb: supported DIGEST-MD5. Thanks, Mathieu Arnold.shugo
2005-09-11* lib/net/imap.rb (starttls): supported the STARTTLS command.shugo
2005-02-22* lib/net/imap.rb (initialize): handle certs correctly. Thanks,shugo
2005-01-21* lib/net/imap.rb (decode_utf7): use pack("U*") to encode UTF-8.shugo
2005-01-21* lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-lis:40546]shugo
2004-12-26* lib/net/imap.rb (Net::IMAP::PlainAuthenticator): added a new classshugo
2004-10-03* lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the germanshugo
2004-07-22* lib/net/imap.rb (disconnected?): new method.shugo
2004-07-17* lib/net/imap.rb (receive_responses): return if a LOGOUT responseshugo
2004-07-17* lib/net/imap.rb (send_string_data): wait command continuationshugo
2004-06-23* lib/net/imap.rb: added new option --ssl.shugo
2004-05-09 * lib/net/ftp.rb: ported documentation improvement from 1.8 branchgsinclair
2004-05-07* parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz
2004-05-06* lib/net/imap.rb (string): accept NIL.shugo
2004-04-18* dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2004-01-22* lib/net/imap.rb (BEG_REGEXP): allow 8-bit characters in quoted strings for ...shugo
2004-01-21* lib/net/imap.rb (envelope): allow NIL.shugo
2003-12-24* lib/net/imap.rb (authenticate): remove "\n" from base64 encodedshugo
2003-08-31* lib/net/http.rb: cosmetic improvements to documentationgsinclair
2003-08-21Small changes to documentation; mainly hiding things from RDoc.gsinclair
2003-08-05RDoc updated by William Webbergsinclair