diff --git a/docs/src/reference/docbook/mail.xml b/docs/src/reference/docbook/mail.xml index bf0b49eaa6..14af8737e8 100644 --- a/docs/src/reference/docbook/mail.xml +++ b/docs/src/reference/docbook/mail.xml @@ -212,7 +212,7 @@ messages in the preview pane, but only flagging messages as SEEN that were actually opened and read. - In Spring Integration 2.0.3 we've introduced mail-filter-expression attribute on inbound-channel-adapter and + In Spring Integration 2.0.4 we've introduced mail-filter-expression attribute on inbound-channel-adapter and imap-idle-channel-adapter. This attribute allows you to provide an expression which is a combination of SpEL and Regular Expression. For example if you would like to read only emails that contain 'Spring Integration' in the Subject line, you would configure mail-filter-expression attribute like this this: mail-filter-expression="subject matches '(?i).*Spring Integration.*"