actionmailbox-imap 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94f029fa9bdad891e441d15f07aa414a6c1517e45525a2e6aa33330bdc6a9fb4
|
4
|
+
data.tar.gz: bba9680a7f8ecad4112f599c1720b74fd62f0708324ecbc3e7e945b02151b55a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27a5c013a2b51e4b9cd7aca19055ea8f2950c45fc8273c6cdb52c926c4c04c21824bc854b143cb23decca5726ac693871f4ac5825b62f391c147232f28c71cd3
|
7
|
+
data.tar.gz: 71915e332b4b30f9107b73054a09b534c5f70f933fe7f1a8e4058d354175d95c1a4d42352dd812202b263123e76d164a00d7c4c540959d7fae0454fd80c86fff
|
@@ -18,3 +18,11 @@ mailbox: "RETRY"
|
|
18
18
|
#
|
19
19
|
# DO NOT use more workers than you have threads available.
|
20
20
|
workers: 4
|
21
|
+
|
22
|
+
# Wait (in ms)
|
23
|
+
#
|
24
|
+
# Once a server sends the ANY back from waiting
|
25
|
+
# for activity, you can wait some time before grabbing
|
26
|
+
# messages. This way the client should grab more than
|
27
|
+
# just the first message to to trigger activity.
|
28
|
+
wait: 800
|
@@ -18,3 +18,11 @@ mailbox: "INBOX"
|
|
18
18
|
#
|
19
19
|
# DO NOT use more workers than you have threads available.
|
20
20
|
workers: 4
|
21
|
+
|
22
|
+
# Wait (in ms)
|
23
|
+
#
|
24
|
+
# Once a server sends the ANY back from waiting
|
25
|
+
# for activity, you can wait some time before grabbing
|
26
|
+
# messages. This way the client should grab more than
|
27
|
+
# just the first message to to trigger activity.
|
28
|
+
wait: 800
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: actionmailbox-imap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ethan Knowlton
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-08-
|
11
|
+
date: 2019-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|