Skip to content

Commit ca22598

Browse files
authored
Merge pull request #231 from lime1024/add_net_imap
gem install net-imap
2 parents 0b95643 + 2ac9b3e commit ca22598

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,4 @@ gem 'psych', '~> 3'
7373
gem 'matrix'
7474
gem 'net-smtp'
7575
gem 'net-pop'
76+
gem 'net-imap'

Gemfile.lock

+5
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ GEM
8282
coffee-script-source (1.12.2)
8383
concurrent-ruby (1.1.8)
8484
crass (1.0.6)
85+
date (3.3.3)
8586
diff-lcs (1.4.4)
8687
erubi (1.10.0)
8788
execjs (2.7.0)
@@ -127,6 +128,9 @@ GEM
127128
mini_portile2 (2.8.0)
128129
minitest (5.15.0)
129130
msgpack (1.4.5)
131+
net-imap (0.3.4)
132+
date
133+
net-protocol
130134
net-pop (0.1.2)
131135
net-protocol
132136
net-protocol (0.2.1)
@@ -273,6 +277,7 @@ DEPENDENCIES
273277
kaminari
274278
listen
275279
matrix
280+
net-imap
276281
net-pop
277282
net-smtp
278283
pg

0 commit comments

Comments
 (0)