From 40adf6a4b15cbf49a9642ffad684e828bcc50c09 Mon Sep 17 00:00:00 2001 From: shugo Date: Thu, 22 Jan 2004 14:08:23 +0000 Subject: * lib/net/imap.rb (BEG_REGEXP): allow 8-bit characters in quoted strings for Novell GroupWise Internet Agent. * lib/net/imap.rb (DATA_REGEXP): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d8043ccf3..fda7cbf09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Jan 22 22:54:53 2004 Shugo Maeda + + * lib/net/imap.rb (BEG_REGEXP): allow 8-bit characters in quoted + strings for Novell GroupWise Internet Agent. + * lib/net/imap.rb (DATA_REGEXP): ditto. + Thu Jan 22 16:21:33 2004 Nobuyoshi Nakada * parse.y (string_content): reset lexical states at the beginning of -- cgit