email-verification 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/email/verification/gmail.rb +1 -1
- data/lib/email/verification/version.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: 1e01d40e388495a5f4de1b67105df6e41e39ad8ca0f6bd5d3ee1fb9fe1575862
|
4
|
+
data.tar.gz: 6cdab5b9a6b8fe9734374beac907c0a2b5caa2e22b0682682d3f14efe39ef36d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 798b78d6a347c742a3f9e5111d3afb0708adb913afeea8d678f78ae2873be451a1b61ef3a7f376fa8410ac622370f37a1a7eff167b210070c6c9c4d3a4282a19
|
7
|
+
data.tar.gz: 3a7c474d60b82da0b4c032f9d7c984bccd893371a012f3fb4b6d6a90e5986f5f5001aa26a271bf3a8ccfdc1fd7ce43ec29f95bc4017981492ccc89cf908d4cde
|
@@ -2,7 +2,7 @@ module Email
|
|
2
2
|
module Verification
|
3
3
|
class Gmail < Base
|
4
4
|
|
5
|
-
def retrieve_verification_code(email:, password:, mark_as_read: true, mailboxes:
|
5
|
+
def retrieve_verification_code(email:, password:, mark_as_read: true, count: :all, mailboxes: %w(Inbox), settings: {})
|
6
6
|
emails = []
|
7
7
|
result = nil
|
8
8
|
|