it's always great to discover that someone's already thought through and coded a design that was i just feeling towards :-)
my problem is that IMAP is a nasty protocol. to do IMAP well, i need complex scheduling (integrating messages from other sessions and protocols and splitting into mailboxes) to control which messages can execute concurrently and which must be executed in serial. i was wondering whether MINA supports this out of the box or (if not) how to hook MINA into complex scheduling. what's the best approach...? - robert
