net-imap 0.4.22 → 0.4.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/lib/net/imap.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a15f49a20256632f692729c868dfb503e025f999bd2f520270674218869aae77
|
|
4
|
+
data.tar.gz: dd5daa492ba441af22036909b46dc57b40ab6f1d26742f5487756af89befe858
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 245c92501ec0e7b3d48dc59537f72cee04609c83c402bdbdc49c315cf021087e02180a2bf6ba165b9dbf3afd5d3998c4f7cd7112293143f1b188d9d87c2b2445
|
|
7
|
+
data.tar.gz: b23b4c65e667f681d25511f611791b14654de6222f4dd3aad6dcb1b134f003332f6d0984135bbda0acef0448a4b288bbd4855f0c2c26910110efab1f3e15799e
|
data/Gemfile
CHANGED
data/lib/net/imap.rb
CHANGED
|
@@ -761,7 +761,7 @@ module Net
|
|
|
761
761
|
# * {IMAP URLAUTH Authorization Mechanism Registry}[https://www.iana.org/assignments/urlauth-authorization-mechanism-registry/urlauth-authorization-mechanism-registry.xhtml]
|
|
762
762
|
#
|
|
763
763
|
class IMAP < Protocol
|
|
764
|
-
VERSION = "0.4.
|
|
764
|
+
VERSION = "0.4.23"
|
|
765
765
|
|
|
766
766
|
# Aliases for supported capabilities, to be used with the #enable command.
|
|
767
767
|
ENABLE_ALIASES = {
|
|
@@ -2691,7 +2691,7 @@ module Net
|
|
|
2691
2691
|
warn(RESPONSES_DEPRECATION_MSG, uplevel: 1)
|
|
2692
2692
|
when :frozen_dup
|
|
2693
2693
|
synchronize {
|
|
2694
|
-
responses = @responses.transform_values
|
|
2694
|
+
responses = @responses.transform_values { _1.dup.freeze }
|
|
2695
2695
|
responses.default_proc = nil
|
|
2696
2696
|
responses.default = [].freeze
|
|
2697
2697
|
return responses.freeze
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: net-imap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shugo Maeda
|
|
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
125
125
|
- !ruby/object:Gem::Version
|
|
126
126
|
version: '0'
|
|
127
127
|
requirements: []
|
|
128
|
-
rubygems_version: 3.6.
|
|
128
|
+
rubygems_version: 3.6.9
|
|
129
129
|
specification_version: 4
|
|
130
130
|
summary: Ruby client api for Internet Message Access Protocol
|
|
131
131
|
test_files: []
|