From 843a623350c28fd90fdf96220c54d7a57c2ab1e7 Mon Sep 17 00:00:00 2001 From: shugo Date: Thu, 23 Jul 2009 15:20:47 +0000 Subject: * lib/net/imap.rb (resp_text_code): accepts response codes without text. [ruby-core:24194] * lib/net/imap.rb (idle, idle_done): new methods for the IMAP4 IDLE command (RFC 2177). Thanks, Eric Hodel. * lib/net/imap.rb (format_date, format_datetime): new method to format IMAP-style date/datetime. Thanks, Eric Hodel. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 938501b8d..2a5d02a08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Fri Jul 24 00:13:41 2009 Shugo Maeda + + * lib/net/imap.rb (resp_text_code): accepts response codes without + text. [ruby-core:24194] + + * lib/net/imap.rb (idle, idle_done): new methods for the IMAP4 IDLE + command (RFC 2177). Thanks, Eric Hodel. + + * lib/net/imap.rb (format_date, format_datetime): new method to + format IMAP-style date/datetime. Thanks, Eric Hodel. + Thu Jul 23 17:31:02 2009 Keiju Ishitsuka * lib/irb/ruby-lex.rb: make irb be able to parse -- cgit