Merge remote-tracking branch 'mbaechler/JAMES-2292-memory-should-implement-delay'
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/396d6849 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/396d6849 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/396d6849 Branch: refs/heads/master Commit: 396d684906d2b028209b94a95e83e53217fe7715 Parents: b9ee907 39ee89a Author: Raphael Ouazana <[email protected]> Authored: Thu Jan 25 10:06:51 2018 +0100 Committer: Raphael Ouazana <[email protected]> Committed: Thu Jan 25 10:06:51 2018 +0100 ---------------------------------------------------------------------- server/queue/queue-api/pom.xml | 9 +-- .../queue/api/DelayedMailQueueContract.java | 4 +- server/queue/queue-memory/pom.xml | 15 +++++ .../queue/memory/MemoryMailQueueFactory.java | 62 +++++++++++++------- .../james/queue/memory/MemoryMailQueueTest.java | 4 +- 5 files changed, 66 insertions(+), 28 deletions(-) ---------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
