net-imap 0.4.21 → 0.4.22
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/lib/net/imap/config/attr_type_coercion.rb +2 -5
- data/lib/net/imap.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf6dcd9dec4a915da25b27d419470818ac35833ff30f75c73f7e5a49946cf20c
|
4
|
+
data.tar.gz: d9a3fc1b21be8180434c4700cfbbeeeb4b302e9380e3cad13d2168cb6f9eb5f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb6bf40015deeb1bd40c6473f3373b51775f0f2b90db7cdb19e221e4cf17ab0f4ff1c1c796028fcec48c38c2d8cb65d42f47afce0d99add965ceb588ca2bdec6
|
7
|
+
data.tar.gz: 36dab024f741adf40fee30f8d688ef9a17aac95e9cf47a1f48560cf35314b6240a65ad807c4389815af65e034051ce94b99f61c387c0aaa39a6c87753e6f7a3a
|
@@ -28,11 +28,8 @@ module Net
|
|
28
28
|
end
|
29
29
|
private_class_method :included
|
30
30
|
|
31
|
-
|
32
|
-
|
33
|
-
else
|
34
|
-
def self.safe(...) nil.instance_eval(...).freeze end
|
35
|
-
end
|
31
|
+
# Used in v0.5.8+ for Ractor sharability.
|
32
|
+
def self.safe(...) nil.instance_eval(...).freeze end
|
36
33
|
private_class_method :safe
|
37
34
|
|
38
35
|
Types = Hash.new do |h, type|
|
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.22"
|
765
765
|
|
766
766
|
# Aliases for supported capabilities, to be used with the #enable command.
|
767
767
|
ENABLE_ALIASES = {
|