From 880d2da36b9fef8008f5ecaab616f915e4edd713 Mon Sep 17 00:00:00 2001 From: shugo Date: Sat, 17 Jul 2004 15:06:17 +0000 Subject: * lib/net/imap.rb (send_string_data): wait command continuation requests before sending octet data of literals. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0aaaca39a..8a47637f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jul 17 23:59:01 2004 Shugo Maeda + + * lib/net/imap.rb (send_string_data): wait command continuation + requests before sending octet data of literals. + Sat Jul 17 23:54:59 2004 Hidetoshi NAGAI * ext/tk/lib/tk/variable.rb: TkVariable#ref returns a TkVariable object -- cgit