email-verification 0.1.4 → 0.1.5
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/hotmail.rb +2 -2
- data/lib/email/verification/version.rb +1 -1
- 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: 83ce4cfc1479b9a813fbb6070b5404eb49de97d208076ffeddef16acaf3c41b9
|
4
|
+
data.tar.gz: 7e20c62d626b0138d2d0c46a7bd63356dfa81923f11b46a6182098dba60152f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40c40dd21330f526b0ef3178d09cb37165e1ba9e1c41afb45a132a757bfdf523463da93d75f922e73b143ae8733898cf56685e2532f65fa326fca8b471dd5850
|
7
|
+
data.tar.gz: '09ba495219c0ac2c4424fb98f5b8e7a0d672b535fc81ceac64e0f68768b8d7cfc9518eb4bc7d85078c0c45d70812bf0b604101a42dae58060e13e3dc285fab4c'
|
@@ -2,8 +2,8 @@ module Email
|
|
2
2
|
module Verification
|
3
3
|
class Hotmail < Base
|
4
4
|
|
5
|
-
def retrieve_verification_code(email:, password:, settings: {})
|
6
|
-
super(email: email, password: password, host: "outlook.office365.com", port: 993, enable_ssl: true, mailboxes:
|
5
|
+
def retrieve_verification_code(email:, password:, mailboxes: %w(Inbox Junk), settings: {})
|
6
|
+
super(email: email, password: password, host: "outlook.office365.com", port: 993, enable_ssl: true, mailboxes: mailboxes, settings: settings)
|
7
7
|
end
|
8
8
|
|
9
9
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: email-verification
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sebastian Johnsson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-07-
|
11
|
+
date: 2019-07-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gmail
|