[前][次][番号順一覧][スレッド一覧]

ruby-changes:21188

From: shugo <ko1@a...>
Date: Fri, 9 Sep 2011 16:48:10 +0900 (JST)
Subject: [ruby-changes:21188] shugo:r33237 (trunk): added new methods of Net::IMAP.

shugo	2011-09-09 16:48:00 +0900 (Fri, 09 Sep 2011)

  New Revision: 33237

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33237

  Log:
    added new methods of Net::IMAP.

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 33236)
+++ NEWS	(revision 33237)
@@ -29,6 +29,14 @@
       * Time#to_s returned encoding defaults to US-ASCII but automatically
         transcodes to Encoding.default_internal if it is set.
 
+* net/imap
+  * new methods:
+    * Net::IMAP.default_port
+    * Net::IMAP.default_imap_port
+    * Net::IMAP.default_tls_port
+    * Net::IMAP.default_ssl_port
+    * Net::IMAP.default_imaps_port
+
 === Language changes
 === Compatibility issues (excluding feature bug fixes)
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]