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