1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/net
shugo 90ad5e3699 * lib/net/imap.rb (decode_utf7): use pack("U*") to encode UTF-8.
* lib/net/imap.rb (encode_utf7): use unpack("U*") to decode UTF-8.
* test/net/imap/test_imap.rb: added tests for Net::IMAP.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-01-21 08:15:56 +00:00
..
http * lib/net/http.rb (each_capitalized): should join header field value. This patch is contributed sheepman [ruby-list:40478] 2005-01-01 08:45:50 +00:00
imap * lib/net/imap.rb (decode_utf7): use pack("U*") to encode UTF-8. 2005-01-21 08:15:56 +00:00