We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b95643 + 2ac9b3e commit ca22598Copy full SHA for ca22598
Gemfile
@@ -73,3 +73,4 @@ gem 'psych', '~> 3'
73
gem 'matrix'
74
gem 'net-smtp'
75
gem 'net-pop'
76
+gem 'net-imap'
Gemfile.lock
@@ -82,6 +82,7 @@ GEM
82
coffee-script-source (1.12.2)
83
concurrent-ruby (1.1.8)
84
crass (1.0.6)
85
+ date (3.3.3)
86
diff-lcs (1.4.4)
87
erubi (1.10.0)
88
execjs (2.7.0)
@@ -127,6 +128,9 @@ GEM
127
128
mini_portile2 (2.8.0)
129
minitest (5.15.0)
130
msgpack (1.4.5)
131
+ net-imap (0.3.4)
132
+ date
133
+ net-protocol
134
net-pop (0.1.2)
135
net-protocol
136
net-protocol (0.2.1)
@@ -273,6 +277,7 @@ DEPENDENCIES
273
277
kaminari
274
278
listen
275
279
matrix
280
+ net-imap
276
281
net-pop
282
net-smtp
283
pg
0 commit comments