1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/net
shugo 426fcba891 * lib/net/imap.rb (ResponseParser#next_token): fixed
error message.

* lib/net/imap.rb (ResponseParser#parse_error): fixed
the condition not to refer @token.symbol unexpectedly.
Thanks, Dick Monahan.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-05-30 04:39:07 +00:00
..
.document
ftp.rb * lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XX 2007-05-30 04:25:32 +00:00
http.rb * lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120] 2007-05-12 09:25:56 +00:00
https.rb
imap.rb * lib/net/imap.rb (ResponseParser#next_token): fixed 2007-05-30 04:39:07 +00:00
pop.rb * lib/net/pop.rb: change default verification mode from VERIFY_PEER to VERIFY_NONE because most POPS server does not have true certification. 2007-03-16 13:32:41 +00:00
protocol.rb * lib/net/protocol.rb (rbuf_read): extend buffer size for speed. 2007-03-19 02:27:08 +00:00
smtp.rb * lib/net/smtp.rb: CRAM-MD5 authentication did not work. [ruby-dev:30770] 2007-05-20 18:33:25 +00:00
telnet.rb