ruby--ruby/lib/net
aamine d5d2ca754b * lib/net/smtp.rb: support LOGIN authentication. The patch is contributed by Kazuhiko Izawa. [ruby-talk:78981]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-05-24 18:24:26 +00:00
..
ftp.rb Added RDoc comments. See comments at EOF for remaining issues. 2003-01-31 14:33:42 +00:00
http.rb * lib/net/http.rb (Net::HTTP#start): should check whether HTTP session is opened before finishing. (ruby-bugs-ja:PR#463) 2003-05-14 03:20:16 +00:00
imap.rb * net/imap.rb: use DataFormatError in u16tou8/u8tou16. 2003-05-10 07:55:57 +00:00
pop.rb * lib/net/pop.rb: rename method: POP3#mail_size -> n_mails 2003-05-06 08:48:51 +00:00
protocol.rb * lib/net/protocol.rb: reintroduce Protocol.protocol_param. 2003-05-02 15:19:20 +00:00
smtp.rb * lib/net/smtp.rb: support LOGIN authentication. The patch is contributed by Kazuhiko Izawa. [ruby-talk:78981] 2003-05-24 18:24:26 +00:00
telnet.rb * lib/net/telnet.rb: Telnet#print not add "\n". 2002-12-26 17:48:29 +00:00