INTSAMPLES-142: Fix mail dependencies
JIRA: https://jira.spring.io/browse/INTSAMPLES-142 Also do some upgrades and polishing
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user