Re: Imap filter on sent date

2021-06-28 Thread Claus Ibsen
Hi See the documentation and its examples https://camel.apache.org/components/latest/mail-component.html On Mon, Jun 28, 2021 at 7:23 AM Bikash Kaushik wrote: > > Dear Team, > > I want to fetch mail using the filter on a sent date. Below code I'm > trying, but getting error : > > > > *Error : U

Re: Imap filter on sent date

2021-06-28 Thread Bikash Kaushik
Yes, I checked this. So, is it possible to search mail on a particular date Ex: "2021-06-27" or it works only in "now-24h" format On Mon, Jun 28, 2021 at 12:39 PM Claus Ibsen wrote: > Hi > > See the documentation and its examples > https://camel.apache.org/components/latest/mail-component.html

Re: Imap filter on sent date

2021-06-28 Thread Claus Ibsen
Just try it out On Mon, Jun 28, 2021 at 9:32 AM Bikash Kaushik wrote: > > Yes, I checked this. > > So, is it possible to search mail on a particular date Ex: "2021-06-27" or > it works only in "now-24h" format > > On Mon, Jun 28, 2021 at 12:39 PM Claus Ibsen wrote: > > > Hi > > > > See the docum

Re: Imap filter on sent date

2021-06-28 Thread Claus Ibsen
Hi You can see the patterns camel-mail uses for date and time at https://github.com/apache/camel/blob/main/components/camel-mail/src/main/java/org/apache/camel/component/mail/MailConverters.java#L50 On Mon, Jun 28, 2021 at 10:10 AM Claus Ibsen wrote: > > Just try it out > > On Mon, Jun 28, 2021

Re: Imap filter on sent date

2021-06-28 Thread Bikash Kaushik
Thanks, it worked. On Mon, 28 Jun, 2021, 1:50 pm Claus Ibsen, wrote: > Hi > > You can see the patterns camel-mail uses for date and time at > > https://github.com/apache/camel/blob/main/components/camel-mail/src/main/java/org/apache/camel/component/mail/MailConverters.java#L50 > > On Mon, Jun 28

[ANNOUNCE] Apache Camel 3.11.0 Released

2021-06-28 Thread Gregor Zurowski
The Camel PMC is pleased to announce the release of Apache Camel 3.11.0 (LTS). Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. This release is a LTS release and contains 101 bug fixes and improveme

Quartz: Set trigger misfire instruction

2021-06-28 Thread shiva kumar g.v
Hi team, How can we set trigger misfire instruction when using QuartzScheduledPollConsumerScheduler. ? I tried setting scheduler.trigger.misfireInstruction=2 .it threw error. Invalid parameter. Thanks, Shiva