Hi,
The EXPUNGE does not work correctly as the MailboxEventAnalyser contains a Set of expunged UIDs. It needs to be a List (of message sequence numbers in the end) as you can have expunged 2 messages after each other such as: * 2 EXPUNGE (message 2 had the \Deleted flag set) * 2 EXPUNGE (message 3 had the \Deleted flag set) * 6 EXPUNGE (message 8 had the \Deleted flag set) I have changed it to a list but still have some problems ... /Martin Bergljung
