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: 37710107210c5ddec08e3b9fe1706ba0802d8a6890cb13c4368afb6387fe54ff
4
- data.tar.gz: '0804774914cad237468d29e1eccb4369c094a33515dbc72a3791251363448f02'
3
+ metadata.gz: 94f029fa9bdad891e441d15f07aa414a6c1517e45525a2e6aa33330bdc6a9fb4
4
+ data.tar.gz: bba9680a7f8ecad4112f599c1720b74fd62f0708324ecbc3e7e945b02151b55a
5
5
  SHA512:
6
- metadata.gz: 4de92fb2f82dd2c30c97a4ccb4fb9b40eed310e97d2022266b94a3d98e84d5e1042ca3b8c4a33622abb18d8561a5515807371b479d892eaa6cebcc162efb6c74
7
- data.tar.gz: d23dcce0383eb7db0a1cddd7ffc0e01a34b6a004d4d739ba10dcaf798028eea430d3b0c217d70177b571ac1ed4d24d1e58b02bf8fc89fcf07c93addbe52163a8
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
@@ -1,5 +1,5 @@
1
1
  module Actionmailbox
2
2
  module Imap
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
4
4
  end
5
5
  end
@@ -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.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-24 00:00:00.000000000 Z
11
+ date: 2019-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails