INTSAMPLES-142: Fix mail dependencies

JIRA: https://jira.spring.io/browse/INTSAMPLES-142

Also do some upgrades and polishing
This commit is contained in:
Artem Bilan
2016-07-06 12:57:40 -04:00
parent 6228929b95
commit 9554dc7f1f
66 changed files with 1603 additions and 1617 deletions

View File

@@ -10,7 +10,7 @@
xmlns:util="http://www.springframework.org/schema/util">
<int:channel id="receiveChannel" />
<!-- replace 'userid and 'password' wit the real values -->
<!-- replace 'userid and 'password' with the real values -->
<int-mail:imap-idle-channel-adapter id="customAdapter"
store-uri="imaps://[userid]:[pasword]@imap.gmail.com:993/inbox"
channel="receiveChannel"

View File

@@ -10,7 +10,7 @@
xmlns:util="http://www.springframework.org/schema/util">
<int:channel id="receiveChannel" />
<!-- replace 'userid and 'password' wit the real values -->
<!-- replace 'userid and 'password' with the real values -->
<int-mail:inbound-channel-adapter id="pop3ShouldDeleteTrue"
store-uri="pop3://[userid]:[password]@pop.gmail.com/INBOX"
channel="receiveChannel"