From 8b2adb8e5a3cb1e8b27650fcdb91b2e72958980f Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Fri, 6 May 2011 13:56:47 -0400 Subject: [PATCH] polishing, edited the docs --- docs/src/reference/docbook/mail.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.*"