Commits on Source
461
c894e4bc
added travis config
Jan 31, 2013
a502fcd6
Update README.md
Feb 28, 2013
c250fbee
rspec addition;sleeping logic in separate method; one rspec made more clear.
Jul 07, 2013
d5863cdb
back to original indentation
Jul 07, 2013
4d935e4d
Merge pull request #4 from sahild/master
Jul 08, 2013
a6a67998
adds travis status image to readme
Aug 04, 2013
05e30ac6
test on travis on 2.0 and 2.1; simpler handling of trap to set coordinator to...
Jan 07, 2014
2bc9efa6
Add comment about forgery protection.
Jan 15, 2014
d9f4e2be
add gem requirements to the README
Jan 15, 2014
fb5d4d6f
further readme additions and a warning about faraday with ruby 2.0+
Jan 15, 2014
3fae2868
bump version for ruby 2.0/2.1 fixes
Jan 15, 2014
76df65b7
100% Yard coverage
Jan 16, 2014
88b4d80f
Add code climate
Jan 19, 2014
04ec255c
make yaml fenced code and highlighted
Jan 23, 2014
0962e0bd
remove .rspec file to avoid breaking travis ci
Nov 23, 2014
a9cb1116
Rescue from disconnects during idle, and reconnect
Nov 23, 2014
55fd24c9
Merge pull request
#14
from tpitale/idle-disconnect
Nov 23, 2014
fd203fa8
add changelog, bump version to 0.3.0
Nov 23, 2014
ba8ef5f0
Catch EOFError raised from imap in the mailbox processing; note the source of the EOFError
Mar 21, 2015
e1b50a0e
Merge pull request
#18
from tpitale/handle-eof-error
Mar 21, 2015
0edb9db2
Add link to wiki for init/upstart to README; Resolve #3
Mar 21, 2015
c4f11436
update dev ruby version to 2.2.0; update travis config to run against 2.2.0
Mar 21, 2015
d7287281
bump version and changelog
Mar 21, 2015
d444091b
Configurable imap search command
Mar 23, 2015
537e3d9f
update readme for settings
Mar 23, 2015
9b28333d
Merge pull request
#22
from tpitale/config-imap-settings
Mar 23, 2015
56148ae2
Fix typo
Mar 24, 2015
adb88daa
Create CODE_OF_CONDUCT.txt
Jun 18, 2015
abf7bdbc
Update CoC to 1.2.0, markdown
Jul 22, 2015
9f011ff5
bump ruby version to 2.2.2
Aug 18, 2015
da4de86d
Extend delivery options with method-specific options
Aug 18, 2015
c4116cd6
Merge pull request
#27
from tpitale/extend-configuration-options
Aug 18, 2015
9264851d
Process a mailbox before first idling for a new message
Aug 19, 2015
42c3510f
Merge pull request #30 from tpitale/prefetch-messages
Aug 19, 2015
2a3c75ec
quiet option to swallow misconfiguration
Aug 19, 2015
28f37146
Merge pull request
#26
from tpitale/quiet
Aug 19, 2015
e82a0e66
Do not run idly without any mailbox watchers
Aug 19, 2015
2de3ffe4
Add not in readme about -q and upstart; Resolves #31
Aug 19, 2015
72626f2e
remove duplicate true; derp
Aug 19, 2015
11d55b6a
Merge pull request #32 from tpitale/no-running-empty
Aug 19, 2015
e144a40c
Add Sidekiq delivery method.
Aug 19, 2015
7e87734b
Add option to delete messages after delivery.
Aug 19, 2015
4d9f306f
Return true from deliver methods.
Aug 19, 2015
67e449df
Merge pull request #33 from DouweM/delete-after-delivery
Aug 19, 2015
c2b6926c
Merge branch 'master' into sidekiq
Aug 19, 2015
c17c74cd
Return true from deliver method.
Aug 19, 2015
0580e16c
Merge pull request
#24
from DouweM/sidekiq
Aug 19, 2015
1bd26b06
Revert "Merge pull request #32 from tpitale/no-running-empty"
Aug 20, 2015
c4390e33
bump version and changelog
Aug 20, 2015
21ef48c7
That's not my name ;)
Aug 20, 2015
e9d0b3bc
Merge pull request #34 from DouweM/patch-1
Aug 20, 2015
e60a0299
Skip fetchdata without a body.
Aug 24, 2015
a38381f2
Add test
Aug 25, 2015
44b259fc
Fix default Sidekiq redis URL
Aug 25, 2015
fc503331
Merge pull request #36 from DouweM/fix-default-sidekiq-redis-url
Aug 25, 2015
8c188f08
Merge pull request #35 from DouweM/skip-empty-messages
Aug 25, 2015
c31c5213
bump version and changelog
Aug 25, 2015
73ddcf7f
Re-setup on all IOErrors
Aug 29, 2015
995d05c4
Merge pull request #37 from DouweM/patch-2
Aug 30, 2015
4e5431c1
bump version and changelog
Aug 31, 2015
438f9a92
Que delivery method; resolves #38
Sep 08, 2015
5d8c148e
Merge pull request #39 from tpitale/que-delivery
Sep 08, 2015
121ed030
try new travis container build
Sep 08, 2015
a0c71538
PG connection fixes
Sep 08, 2015
d5a01ceb
bump version and changelog
Sep 08, 2015
4ac84aa9
Re-idle after 29 minutes to prevent server from closing connection
Sep 14, 2015
1fd55ce2
Expand comment
Sep 14, 2015
88e5e8da
Merge pull request #40 from DouweM/reidle
Sep 14, 2015
3c368374
bump version and changelog
Sep 14, 2015
a2deed03
Rough out starttls support
Sep 23, 2015
abda32b0
Fix Sidekiq delivery method for non-UTF8 email
Sep 24, 2015
32aa5ee9
Merge pull request #43 from DouweM/utf8-message
Sep 24, 2015
7d4aa750
Merge pull request #42 from tpitale/starttls
Sep 24, 2015
06f6d08b
bump version and changelog
Sep 24, 2015
03f93e29
Pass ssl options from mailbox config; replace verify_mode with SSL constant
Oct 04, 2015
105f270b
Add arbitration for situations where multiple mail_rooms are watching the same inbox.
Oct 05, 2015
eb53f9d6
Minor code style changes
Oct 06, 2015
e75eb0fa
Expire Redis arbitration keys after 10 minutes.
Oct 06, 2015
53a0fb26
Describe INCR expected values.
Oct 06, 2015
a4d0f936
Perform arbitration before fetching message contents
Oct 06, 2015
d7efe9e9
Remove debugging putses
Oct 06, 2015
28ffd495
Test arbitration
Oct 07, 2015
7cc89946
Merge pull request #49 from DouweM/arbitration
Oct 07, 2015
a400c25f
Bump changelog and version; stub out README
Oct 08, 2015
dae63894
Add configuration for arbitration to readme.
Oct 09, 2015
d0cb7d2d
Evaluate ERB in config file.
Oct 11, 2015
3406e474
Merge pull request #53 from tpitale/DouweM-config-erb
Oct 11, 2015
1049bc40
bump changelog and version
Oct 12, 2015
5917e938
Merge pull request #48 from tpitale/ssl-options
Oct 23, 2015
c6a566d1
COC 1.3
Nov 03, 2015
561c753a
Update code climate badge to svg
Jan 21, 2016
48e9a03f
Merge pull request #59 from tpitale/cc-badge
Jan 21, 2016
a69995ee
drop 1.9.3 support from travis
Apr 19, 2016
b87040a0
Backport IDLE timeout from ruby 2.3.0
Apr 19, 2016
9d95f89c
Add idle_timeout to readme
Apr 19, 2016
9f022144
Merge pull request #62 from tpitale/backport-idle-with-timeout
Apr 30, 2016
a49d9db3
bump version and changelog
Apr 30, 2016
65c00f41
Reset handler otherwise handler would be using the old imap
Jun 15, 2016
02ca186e
Merge pull request #68 from godfat/reset-handler-as-well
Jun 15, 2016
29a78f05
Update should syntax to expect universally; remove deprecated rspec setting
Jun 15, 2016
361 additional commits have been omitted to prevent performance issues.
Loading
Loading