INT-1801 fixed the NPE during shutdown of Mail receiver, fixed the dead code in ImapIdleChannelAdapter, polished IdleTask (it now throws IllegalStateException which means resubmit after delay or SI MessagingException if resubmit flag is set to 'false')

This commit is contained in:
Oleg Zhurakousky
2011-03-01 09:02:58 -05:00
parent 90946841b4
commit e1b51bec3a
5 changed files with 97 additions and 40 deletions

View File

@@ -9,6 +9,7 @@
<configs>
<config>src/test/java/org/springframework/integration/mail/config/MailOutboundWithJavamailProperties-context.xml</config>
<config>src/test/java/org/springframework/integration/mail/config/MessageWithContentTypeTests-context.xml</config>
<config>src/test/java/org/springframework/integration/mail/config/incept5-config.xml</config>
</configs>
<configSets>
</configSets>