Hello again,
I still have the problem described below. No body content when I process a
received email with Apache Camel.
I am working on Windows 11 laptop, with Intellij. Like I said, the same setup
with Greenmail is working when I use Spring Integration.
Please, if someone has an idea how to
Hi Stephan,
Thanks for your response. Yes, I tried all kinds of bodies, with : and without.
One line, multiple lines etc. But it is always empty.
Regards,
Harro
-Original Message-
From: Siano, Stephan
Sent: Monday, May 27, 2024 13:30
To: users@camel.apache.org
Subject: RE: Empty body i
Hi Harro,
I looked into your example. It seems that the body is of the :
\n:.
Do you face the same issue with different bodies (e.g. "anything without a
colon")?
Maybe some component here (e.g. the mail server, the camel-mail component or
the mail server) misinterpret your body as additional h
Hi Federico,
I changed the from clause to what you suggested. But I still get the empty body.
Regards,
Harro
-Original Message-
From: Federico Mariani
Sent: Monday, May 27, 2024 09:59
To: users@camel.apache.org
Subject: Re: Empty body in received email
Hello,
I did a quick test with
Hi all,
due to some problems [1] reported in the staging artifacts on vote, we are
cancelling this release attempt in order to fix and start a new release
once all issues are cleared.
Thanks and regards,
Pasquale.
[1]
https://camel.zulipchat.com/#narrow/stream/257299-camel-k/topic/Catalog.20not.2
Hi all,
we've been reported some existing possible regression in this staging
release (see the chat thread in [1]). We're canceling this release in order
to fix the problems and we'll be likely starting a new release process
during this week.
Thanks to everybody for the comprehension.
Pasquale.
Hello,
I did a quick test with your reproducer using an in-memory Apache James
Mail Server, and it is working fine, the only change I had to make was the
following, in ImapRoute.configure I modified the *from* clause to
from("imap://" + host + ":" + port + "?username=" + username +
"&password=" +