diff options
author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-07-19 23:08:34 +0000 |
---|---|---|
committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-07-19 23:08:34 +0000 |
commit | 016586824f87d2b70641b1e344bac87b7aa752f2 () | |
tree | 551d37f1148c9856873be81e1d5e6b2bae59b44a /lib/net/imap.rb | |
parent | 02d1c08962d36c5598f4d285d21026edbebf8c5b (diff) |
lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Server
Based on the by keysen (Jérémy Carlier). [ruby-core:81641] [Bug #13649] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/net/imap.rb | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2232,6 +2232,10 @@ module Net else result = response_tagged end match(T_CRLF) match(T_EOF) return result |