summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-09-09 07:48:00 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-09-09 07:48:00 +0000
commit702d25f5eb43fa375b553a5eea1d1904899df81c (patch)
tree96786945f10e7d0cffcd167fd1bb814c52bd537f /NEWS
parentcf8626a0826ab96430f4819c17c78dc11bd108e1 (diff)
added new methods of Net::IMAP.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 56a25f31d8..97191b05bc 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,14 @@ with all sufficient information, see the ChangeLog file.
* 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)