net-imap 0.6.5 → 0.6.6
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/command_data.rb +1 -1
- 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: 2fc8fe0589b4b3cf22687ee9731136d4bb4fae32bceadffdad5cb4fdc225741b
|
|
4
|
+
data.tar.gz: 6c72c3817f3bd9c1ba7b6edbf01c5808e7d9c785effcc09294435944ccbdd33b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e24f88144b2329c18a03c9fcc5630ac6a6c50b88f14107c09abd29762eaa94467ab345fb356edf8d891b244b1c8d3dcc2a4033166ddc6bbde7131ffba3e0d59
|
|
7
|
+
data.tar.gz: bc71d03a81f9d268f0c3c359939150fd78c8fbe06dc5dba7e5de77d2f10d21f1155acafd8f670afae6aafea77e0fbd4f150f8cdcbf4e1301ba7a9695a1bba9d9
|
data/lib/net/imap.rb
CHANGED
|
@@ -819,7 +819,7 @@ module Net
|
|
|
819
819
|
# * {IMAP URLAUTH Authorization Mechanism Registry}[https://www.iana.org/assignments/urlauth-authorization-mechanism-registry/urlauth-authorization-mechanism-registry.xhtml]
|
|
820
820
|
#
|
|
821
821
|
class IMAP < Protocol
|
|
822
|
-
VERSION = "0.6.
|
|
822
|
+
VERSION = "0.6.6"
|
|
823
823
|
|
|
824
824
|
# Aliases for supported capabilities, to be used with the #enable command.
|
|
825
825
|
ENABLE_ALIASES = {
|