Hi everybody!

I'm trying to use the new feature to create my own SearchTermStrategy, because I need to get all the mails which have not set the SEEN flag.

I'm using the inbound-channel-adapter and not the imap-idle-channel-adapter for receiving mails by imap protocol. Somehow the schema validation tells me that it is not valid to use the "search-term-strategy" for an inbound-channel-adapter.

My configuration is mainly the same as in your documentation:
http://static.springsource.org/sprin...l#mail-inbound

Is there any possibility to create my own SearchTermStrategy when not using imap-idle-channel-adapter?

Cheers,
Mikael