On Wed, 04 May 2011 18:29:49 +0300, Donald Whytock <dwhyt...@gmail.com>
wrote:
A design question regarding the mail component...
Indeed there are some issues with mail component.
I didn't investigated it closely, but in case mail input is dumped into
multicast+SEDA then there are interesting things with POP3 and IMAP I
observed.
IMAP says it cannot set SEEN flag because mailbox is closed, POP3 works
with GMail, but most of the time doesn't work reliably with Courier IMAP
(POP3 service).
We ended up saving messages in ActiveMQ persistent queues, which we needed
anyway.