mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
added new methods of Net::IMAP.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cf8626a082
commit
702d25f5eb
1 changed files with 8 additions and 0 deletions
8
NEWS
8
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue