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

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 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 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
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

Imap filter on sent date

2021-06-27 Thread Bikash Kaushik
Dear Team, I want to fetch mail using the filter on a sent date. Below code I'm trying, but getting error : *Error : Unparseable date.* -- *Regards,* *Bikash Kaushik*