Hi everyone,
please let me know if you have any ideas on this topic.
Thank you &
Best regards,
Manuel
From: Shenavai, Manuel
Sent: 16 January 2024 08:47
To: users@camel.apache.org
Subject: [Camel Mail Component] Caching MimeMultipart
Hi everyone,
We are using the Camel Mail component to f
Hi everyone,
We are using the Camel Mail component to fetch mails from a mailbox. The camel
exchange will provide the MimeMultipart Object in the exchange body.
We now see that every access to this MimeMulitpart will do a remote call to the
mailserver. Is there any setting in camel that allows
Hello,
One week ago, i previously tried the question here. Now i have more
infos...
Sample code and explanations :
https://stackoverflow.com/questions/73948864/camel-frommail-loose-headers
Short version :
Sample Route
from("imap://server?username=aaa&password=bbb©To=out&delete=true&unseen=f
am pretty much stuck.
>
> Thank you.
>
> Regards,
> Kushal.
>
> On Mon, Jun 8, 2020 at 2:18 PM Kushal Gautam
> wrote:
>
>> Hi JB:
>>
>> Thanks.
>>
>> I have already set up a sample project located at
>> https://github.com/cooshal
project located at
> https://github.com/cooshal/karaf-camel-mail
>
> The project contains a custom karaf distribution (
> https://github.com/cooshal/karaf-camel-mail/tree/master/asssembly/karaf-assembly
> ).
>
> My bundle is located at
> https://github.com/cooshal/karaf
Hi JB:
Thanks.
I have already set up a sample project located at
https://github.com/cooshal/karaf-camel-mail
The project contains a custom karaf distribution (
https://github.com/cooshal/karaf-camel-mail/tree/master/asssembly/karaf-assembly
).
My bundle is located at
https://github.com/cooshal
java:365)
>>> [7:org.apache.felix.fileinstall:3.6.4]
>>> at
>>>
>> org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:316)
>>> [7:org.apache.felix.fileinstall:3.6.4]
>>> Caused by: java.lan
der.java:352) ~[?:?]
> >
> > Just to test out, I also tried including javax.activation in the
> > dependencies
> >
> >
> >javax.activation
> >activation
> >1.1
> >
> >
> > and embedding it in the bundl
>
>activation
>
>*;resolution:=optional
>
>
>
>
>
>
>
> but, either ways, it doe
sing a custom karaf distribution. The bundle and karaf distribution are
included in this project.
The route and transformers are located at
https://github.com/cooshal/karaf-camel-mail/tree/master/components/imap-consumer/src/main/java/com/krigosoft/eai/imap/consumer/routing
Thank you.
Regards,
Coosha
>
>
>
>
>
> but, either ways, it does not work.
>
> Have I misconfigured anything wrong, in this case?
>
> Any inputs/pointers would be very helpful.
>
>
> Thank you.
>
> Regards,
>
gt; Camel Version: 2.20.3
> > Java: Open JDK 1.8.0_242
> > Karaf: 4.2.0
> >
> > Hi:
> >
> > Currently, I am using camel-mail to fetch mails via IMAP.
> >
> > The route is pretty simple and looks like:
> >
> > from("imaps://{{IM
correctly).
>
> Regards
> JB
>
> > Le 4 juin 2020 à 15:03, Kushal Gautam a écrit
> :
> >
> > Camel Version: 2.20.3
> > Java: Open JDK 1.8.0_242
> > Karaf: 4.2.0
> >
> > Hi:
> >
> > Currently, I am using camel-mail to fetch mails vi
gt; Camel Version: 2.20.3
> Java: Open JDK 1.8.0_242
> Karaf: 4.2.0
>
> Hi:
>
> Currently, I am using camel-mail to fetch mails via IMAP.
>
> The route is pretty simple and looks like:
>
> from("imaps://{{IMAP_SERVER_URL}}"
>+ "?us
Camel Version: 2.20.3
Java: Open JDK 1.8.0_242
Karaf: 4.2.0
Hi:
Currently, I am using camel-mail to fetch mails via IMAP.
The route is pretty simple and looks like:
from("imaps://{{IMAP_SERVER_URL}}"
+ "?username={{IMAP_EMAIL_USER}}"
d a bit of a nightmare
> figuring out where connection problem lied using Camel Mail. I had an Amazon
> password that had + symbols in it and it turns out that they were getting
> stripped out by Camel's StringHelper class when getting the properties.
>
> BUT there IS a way to av
ry 15, 2019 1:17:18 PM
To: users@camel.apache.org
Subject: Camel Mail issue
Hi,
I'm not sure who to inform about this, but I've just had a bit of a nightmare
figuring out where connection problem lied using Camel Mail. I had an Amazon
password that had + symbols in it and it tur
Hi,
I'm not sure who to inform about this, but I've just had a bit of a nightmare
figuring out where connection problem lied using Camel Mail. I had an Amazon
password that had + symbols in it and it turns out that they were getting
stripped out by Camel's StringHelper class w
get used
> after
> > this "validation process". You can check this out here:
> >
> https://github.com/apache/camel/blob/master/components/camel-mail/src/main/java/org/apache/camel/component/mail/MailConsumer.java
> >
> > At the end of the retrieveMessages method
maxMessagesPerPoll to low values, but after
> inspecting the code on github, it turned out that they both get used after
> this "validation process". You can check this out here:
> https://github.com/apache/camel/blob/master/components/camel-mail/src/main/java/org/apache/camel/com
". You can check this out here:
https://github.com/apache/camel/blob/master/components/camel-mail/src/main/java/org/apache/camel/component/mail/MailConsumer.java
At the end of the retrieveMessages method you can see a loop that scans the
retrieved messages, which is genetaring the previously desc
Hi
Ah darn we can try to look into avoiding that type converter in
camel-mail - we can potentially do the conversion manually.
You are welcome to log a JIRA ticket.
On Tue, Jun 12, 2018 at 9:25 PM, Bagwell, Allen F
wrote:
> I'm trying to integrate a CXF REST client into my camel ro
> Camel-cxf has the classes in the package: org.apache.camel.component.
> cxf.converter
>
> and camel-mail has the class org.apache.camel.component.
> mail.MailConverters
>
> Is there any way to tell the Type Converter search code to prioritize a
> component’s own converte
CxfRsProducer throwing a
NoSuchMethodException.
-Allen
From: Quinn Stevenson [via Camel] [mailto:ml+s465427n5820565...@n5.nabble.com]
Sent: Wednesday, June 13, 2018 5:59 AM
To: Bagwell, Allen F
Subject: [EXTERNAL] Re: Type converter misbehavior with camel-cxf and camel-mail
Not sure if this is an
me.
Fundamentally, this seems to be an issue where the camel component in question
needs to be able to prioritize its own type converters first. Camel-cxf has
the classes in the package: org.apache.camel.component.cxf.converter
and camel-mail has the class org.apache.camel.component.mail.MailConverters
rote:
>
>> I'm trying to integrate a CXF REST client into my camel route that already
>> has a SMTP endpoint incorporated into it via camel-mail. (This is using
>> Camel 2.18.5)
>>
>> When the client is invoked (this is configured via a blueprint), the
>> Cxf
EST client into my camel route that already
> has a SMTP endpoint incorporated into it via camel-mail. (This is using
> Camel 2.18.5)
>
> When the client is invoked (this is configured via a blueprint), the
> CxfRsProducer class in camel-cxf has the resource class loaded th
I'm trying to integrate a CXF REST client into my camel route that already has
a SMTP endpoint incorporated into it via camel-mail. (This is using Camel
2.18.5)
When the client is invoked (this is configured via a blueprint), the
CxfRsProducer class in camel-cxf has the resource class l
, 2018 at 2:09 PM, Shenavai, Manuel
wrote:
> Hi everyone,
>
>
>
> I got a question regarding the Camel Mail Component parameters
> maxMessagesPerPoll and fetchSize. Reading the documentation, the parameters
> sound quite similar. Both seem to restrict the number of messages
Hi everyone,
I got a question regarding the Camel Mail Component parameters
maxMessagesPerPoll and fetchSize. Reading the documentation, the parameters
sound quite similar. Both seem to restrict the number of messages processed
per poll. MaxMessagePerPoll seem to control the amount of messages
tipart".
Can you try that?
Best regards
Stephan
‑Original Message‑
From: Daniel Langevin [mailto:daniel.lange...@shq.gouv.qc.ca]
Sent: Freitag, 8. Dezember 2017 19:56
To: users@camel.apache.org
Subject: Rép. : RE: camel‑mail IMAP mime‑multipart splitAttachment
Hi,
i try with
e‑multipart", not "mimeMultipart".
Can you try that?
Best regards
Stephan
‑Original Message‑
From: Daniel Langevin [mailto:daniel.lange...@shq.gouv.qc.ca]
Sent: Freitag, 8. Dezember 2017 19:56
To: users@camel.apache.org
Subject: Rép. : RE: camel‑mail
n [mailto:daniel.lange...@shq.gouv.qc.ca]
Sent: Donnerstag, 7. Dezember 2017 19:55
To: users@camel.apache.org
Subject: camel-mail IMAP mime-multipart splitAttachment
Hi,
i try to implement a MAIL service In OSGI Karaf 4.0.9 with Camel 2.17.7,
Camel-Mail and Active-MQ and SQL
i want to
onnerstag, 7. Dezember 2017 19:55
To: users@camel.apache.org
Subject: camel-mail IMAP mime-multipart splitAttachment
Hi,
i try to implement a MAIL service In OSGI Karaf 4.0.9 with Camel 2.17.7,
Camel-Mail and Active-MQ and SQL
i want to read MAIL from IMAP server, then keep It into JMS Queue an then
19:55
To: users@camel.apache.org
Subject: camel-mail IMAP mime-multipart splitAttachment
Hi,
i try to implement a MAIL service In OSGI Karaf 4.0.9 with Camel 2.17.7,
Camel-Mail and Active-MQ and SQL
i want to read MAIL from IMAP server, then keep It into JMS Queue an then
process each mail
Hi,
i try to implement a MAIL service In OSGI Karaf 4.0.9 with Camel 2.17.7,
Camel-Mail and Active-MQ and SQL
i want to read MAIL from IMAP server, then keep It into JMS Queue an then
process each mail with mime-multipart with attachment and insert it into sql
database
I stuck at the first
mail content check the bean for
does it call the route each time for the attachement.
Increase the no. of attachment and check how many mail u are
receiving.
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Mail-sends-the-same-email-twice-tp5800048p5800067.html
Sent
Hi,
The route is a ripped of version of a more complex one.
But what can influence the Camel Mail to send the email twice? Do you have
any idea?
Thanks!
Laurentiu
On Tue, May 23, 2017 at 12:08 PM, raja wrote:
> Hi,
> The Route is working fine.when executing the Route I received th
Hi,
The Route is working fine.when executing the Route I received the mail
only once.If you are receiving the mail twice means the problem is not with
the Given ROUTE.
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Mail-sends-the-same-email-twice
Hello,
I have an issue with Camel Mail in Camel 2.13.
It sends the email twice.
The DSL is bellow:
exam...@mail.com
b...@mail.com
Test
Test
What can it be? The fact
type in org.apache.camel.component.mail.MailBinding.
Attachments are looped and checked against this map. If the map already
contains a key with the same file name, attachment is skipped:
https://github.com/apache/camel/blob/camel-2.10.x/components/camel-mail/src/main/java/org/apache/camel/compon
Thanks guys, setting the content type to text/plain did the trick.
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-mail-Body-ends-up-as-attachment-instead-of-e-mail-body-in-multipart-mail-tp5789939p5790037.html
Sent from the Camel - Users mailing list archive at
in.setBody("Hello");
}
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-mail-Body-ends-up-as-attachment-instead-of-e-mail-body-in-multipart-mail-tp5789939p5790006.html
Sent from the Camel - Users mailing list archive at Nabble.com.
ntext:
http://camel.465427.n5.nabble.com/camel-mail-Body-ends-up-as-attachment-instead-of-e-mail-body-in-multipart-mail-tp5789939p5790005.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Also a good idea can be to look at the existing unit tests of
camel-mail, to see how some of those does it with file attachments.
On Thu, Nov 10, 2016 at 10:18 AM, Andreas A. wrote:
> I'm using 2.17.3. I guess I could try 2.18.0.
>
>
>
> --
> View this message in context:
I'm using 2.17.3. I guess I could try 2.18.0.
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-mail-Body-ends-up-as-attachment-instead-of-e-mail-body-in-multipart-mail-tp5789939p5789989.html
Sent from the Camel - Users mailing list archive at Nabble.com.
ello");
> }
>
> })
>
> .to("smtp:xxx?to=x...@xxx.com,andreasasm...@gmail.com&from=nore...@xxx.dk&subject=Your
> report")
> .setBody(simple("${property.originalBody}"));
>
>
>
> --
> View this me
new DataHandler(file));
in.setBody("Hello");
}
})
.to("smtp:xxx?to=x...@xxx.com,andreasasm...@gmail.com&from=nore...@xxx.dk&subject=Your
report")
.setBody(simple("${property.originalBody}&quo
this message in context:
> http://camel.465427.n5.nabble.com/Camel-Mail-Sending-both-text-and-html-version-of-e-mail-tp5788739.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
--
Claus Ibsen
-
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2
Hello.
I need to send both /text/html/ and /text/plain/ versions in one email. Can
this be done using Camel SMTP component?
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Mail-Sending-both-text-and-html-version-of-e-mail-tp5788739.html
Sent from the Camel - Users
the
>> matches method can use a newer date.
>>
>> On Thu, Oct 6, 2016 at 2:43 AM, Michael Täschner
>> wrote:
>> > Hi Again,
>> >
>> > is there a possibility that the searchTerm bean reference picked up by
>> > camel-mail can update it'
t; > is there a possibility that the searchTerm bean reference picked up by
> > camel-mail can update it's internal state to allow for a changing
> sentDate
> > for the query?
> >
> > Thanks and Best Regards,
> > Michael
> >
> > 2016-09-23 16:21
, Michael Täschner wrote:
> Hi Again,
>
> is there a possibility that the searchTerm bean reference picked up by
> camel-mail can update it's internal state to allow for a changing sentDate
> for the query?
>
> Thanks and Best Regards,
> Michael
>
> 2016-09-23 16:21 G
Hi Again,
is there a possibility that the searchTerm bean reference picked up by
camel-mail can update it's internal state to allow for a changing sentDate
for the query?
Thanks and Best Regards,
Michael
2016-09-23 16:21 GMT+02:00 Michael Täschner :
> Hi Camel-Riders,
>
&
Hi Camel-Riders,
is there a possibility to consume mails with modifiable
searchTerm.fromSentDate value? I am looking at a solution where the
consumer must not depend on "unseen" flag, manages an internal dateTime
variable to pick-up mail search from where it last stopped? There may be
other clien
Answering my own question. Setting "mail.smtp.auth=false" as a smtp uri query
param worked. I had problems getting it to work due to a typo which
prevented that from triggering.
--
View this message in context:
http://camel.465427.n5.nabble.com/How-to-Disable-AUTH-for-camel-mail-smtp
I'm able to connect to my smtp server directly without a user/password. But
camel-mail seems to require it? As I keep getting a
javax.mail.AuthenticationFailedException camel is passing back from
javamail. Basically I want camel-mail to pass a javamail seesion property
"mail.smtp.auth
I need another behavior. I need to leave the seen flag unchanged. Should I
add another one property to the endpoint and make pull request?
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-mail-leave-message-unseen-while-searching-tp5783119p5783156.html
Sent from the
On Thu, May 26, 2016 at 7:47 PM, metalalisa wrote:
> Of course! Thanks for quick reply.
>
>
>> imaps://imap.gmail.com?username=*@gmail.com&password=*&delete=false&consumer.delay=1&peek=true&searchTerm.fromSentDate=now-72h
>
> My camel-mail ve
Of course! Thanks for quick reply.
> imaps://imap.gmail.com?username=*@gmail.com&password=*&delete=false&consumer.delay=1&peek=true&searchTerm.fromSentDate=now-72h
My camel-mail version is 2.17.1
--
View this message in context:
http://camel.465427.n5.nabb
terms?
> Is there any way to leave this flag unchanged while searching?
>
> Thanks
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Camel-mail-leave-message-unseen-while-searching-tp5783119.html
> Sent from the Camel - Users mailing list
Could you help me to understand why camel-imap marks messages as seen while I
call search with terms?
Is there any way to leave this flag unchanged while searching?
Thanks
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-mail-leave-message-unseen-while-searching
new to camel and we are using the camel mail component to read
> some emails on some fixed delay of 30 seconds. However our customer
> complaints on receiving these emails in our application and I believe
> decreasing the polling interval may increase the load on the server.
>
> Would
Hi All, I am new to camel and we are using the camel mail component to read
some emails on some fixed delay of 30 seconds. However our customer
complaints on receiving these emails in our application and I believe
decreasing the polling interval may increase the load on the server.
Would there
onfiguration point changes nothing in how the exchange is
>> processed I will assume this is bug resulting in a completely dead and
>> useless configuration point.
>>
>>
>>
>> -Original Message-
>> From: Claus Ibsen [mailto:claus.ib...@gmail.com]
gt; Since the configuration point changes nothing in how the exchange is
> processed I will assume this is bug resulting in a completely dead and
> useless configuration point.
>
>
>
> -Original Message-
> From: Claus Ibsen [mailto:claus.ib...@gmail.com]
> Sent: Wed
in how the exchange is processed
I will assume this is bug resulting in a completely dead and useless
configuration point.
-Original Message-
From: Claus Ibsen [mailto:claus.ib...@gmail.com]
Sent: Wednesday, May 06, 2015 11:35 AM
To: users@camel.apache.org
Subject: Re: Camel Mail
at all.
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Camel-Mail-mapMailMessage-flag-ignored-tp5766767p5766771.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
--
Claus Ibsen
-
Red Hat, Inc.
Email: cib...@red
ext:
http://camel.465427.n5.nabble.com/Camel-Mail-mapMailMessage-flag-ignored-tp5766767p5766771.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi
What would you expect to happen? The option is a flag to turn lazy
mapping on or off.
On Wed, May 6, 2015 at 4:41 PM, wrusch wrote:
> I am testing with camel-mail 2.14.
>
> I am testing both pop3 and imap email consumers.
>
> When i toggle the mapMailMessage flag nothing chan
I am testing with camel-mail 2.14.
I am testing both pop3 and imap email consumers.
When i toggle the mapMailMessage flag nothing changes at all with the
message.
Additionally,
pop3 never maps the message
imap always maps the message
here are examples of my tested URIs (the only thing i
in the body of mail.
Regards
Rodrigo Rapozo
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Mail-It-s-possible-attach-image-in-body-with-camel-tp5762430.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi
It sounds like you need to set encoding to a charset for japanese characters.
I think you set that as part of the content-type header.
On Wed, Jan 14, 2015 at 3:50 PM, Mithu Tokder wrote:
> Hi All,
> I have developed a mail functionality to send mail. User can put any text
> like English, Jap
Hi All,
I have developed a mail functionality to send mail. User can put any text
like English, Japanese or other text. When the mail body is in english mail
successfully sent, but if the body is other that english then the mail sent
to the receiver as "" in mail body.
Is there any way to send
Thanks Willem,
Looks great.
-Yogesh
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Mail-CC-and-BCC-headers-tp5757943p5758097.html
Sent from the Camel - Users mailing list archive at Nabble.com.
ation(), exchange, Message.RecipientType.BCC.toString(),
> recipients.get(Message.RecipientType.BCC));
> }
> }
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Camel-Mail-CC-and-BCC-headers-tp5757943p5757950.html
>
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
e.BCC)) {
appendRecipientToMimeMessage(mimeMessage,
endpoint.getConfiguration(), exchange, Message.RecipientType.BCC.toString(),
recipients.get(Message.RecipientType.BCC));
}
}
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Mail-CC-and-BCC-he
check for a blank string and not attempt to set these headers when sending
the email.
Thanks,
Yogesh
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Mail-CC-and-BCC-headers-tp5757943.html
Sent from the Camel - Users mailing list archive at Nabble.com.
ader than
javax.mail. Seems like javax.activation needs to read META-INF/mailcap from
the javamail artifact but it can't see it. Recent versions of javax.mail
seems to have fixed the MAINFEST to include mailcap, but it still seems to
occur with FuseESB.
ServiceMix configuration :
Servicem
Hello,
I tried to configure camel-mail to automatically accept self-signed
certificates.
- Definition of a SoketFactory and TrustManager that verifies nothing.
- Passage of the parameter SoketFactory my route with :
mail.imap.socketFactory.class
(also tried with mail.imaps.socketFactory.class
Ticket created, see https://issues.apache.org/jira/browse/CAMEL-7536.
Looking forward to provide a patch.
kind regards,
Christoph
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-mail-content-transfer-encoding-configurable-tp5752504p5752791.html
Sent from the Camel
Maybe something similar to the ContentTypeResolver is also a good solution
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-mail-content-transfer-encoding-configurable-tp5752504p5752744.html
Sent from the Camel - Users mailing list archive at Nabble.com.
solutions before I start patching.
kind regards,
Christoph
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-mail-content-transfer-encoding-configurable-tp5752504p5752738.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi
You are welcome. We love contributions.
http://camel.apache.org/support
If you could make this optional, so you need to turn this on so it
wont affect existing users. Then that would be the best imho.
On Wed, Jun 18, 2014 at 3:15 PM, cgiera wrote:
> Hello,
>
> the camel mail c
Hello,
the camel mail componente determines the content-transfer-encoding itself
based on the content of the message.
We now have a customer we are only allowed to send messages where the
content-transfer-encoding is base64. As most of the messages haven't any
special characters camel deter
Willem, thank you very much for the quick response! Your suggestion worked
perfectly.
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-mail-and-camel-cxf-incompatible-tp5750386p5750393.html
Sent from the Camel - Users mailing list archive at Nabble.com.
://www.redhat.com
Blog: http://willemjiang.blogspot.com (English)
http://jnn.iteye.com (Chinese)
Twitter: willemjiang
Weibo: 姜宁willem
On April 21, 2014 at 2:27:24 AM, bocamel (johnz...@gmail.com) wrote:
> I am having a problem with a camel project that uses both camel-mail and
> camel-cxf. I
I am having a problem with a camel project that uses both camel-mail and
camel-cxf. If only camel-mail is used, it can successfully consume emails
from an IMAP endpoint. But if camel-cxf maven dependency is included, even
if there is no cxfendpoint route defined in Camel Context, the IMAP
at help..
Thanks in advance.
Regards,
Karthik.
--
View this message in context:
http://camel.465427.n5.nabble.com/Edit-the-attachement-content-using-camel-mail-tp5750048.html
Sent from the Camel - Users mailing list archive at Nabble.com.
ark it as seen or move it
>> etc.
> This would be great. How can I do that (I'm quite new to camel) or is this a
> new feature in a coming version?
>
Its not so easy but you would need to add functionality to deal with
this in the mail consumer class
https://gith
this a
new feature in a coming version?
Best regards,
Stefan Hof
> -Ursprüngliche Nachricht-
> Von: Claus Ibsen [mailto:claus.ib...@gmail.com]
> Gesendet: Dienstag, 8. April 2014 10:58
> An: users@camel.apache.org
> Betreff: Re: error blocking camel-mail consumer
>
>
Hi
You can try with mapMailMessage=false, and then use Camel's error
handler if parsing the body / attachments of the mail fails.
Though there was a bug in Camel when using mapMailMessage=false. You
may need to use next release of Camel and/or latest release if the bug
was fixed in that release.
Hello,
if I use the mail-component for polling emails and there is an error while
consuming the mail, how can I skip this mail and move to the next?
For example:
from("imaps://{{email.server}}?username={{email.username}}&password=RAW({{email.password}})"
+ "&delete=true©To={{emai
t;
> On Wed, Jun 26, 2013 at 7:52 AM, Claus Ibsen wrote:
>
>> Maybe the search terms is wrong.
>>
>>
>> On Wed, Jun 26, 2013 at 2:28 AM, Mangiameli, Josiah
>> wrote:
>> > All,
>> >
>> > I am having an issue where even when I have set
hen I have set the unseen flag to false
> in
> > my camel mail route, it is unable to find the unread message.
> > When I go manually change the message to unread in my mail client, the
> > exact same route is able to find the message.
> >
> > I should mentio
Maybe the search terms is wrong.
On Wed, Jun 26, 2013 at 2:28 AM, Mangiameli, Josiah
wrote:
> All,
>
> I am having an issue where even when I have set the unseen flag to false in
> my camel mail route, it is unable to find the unread message.
> When I go manually change the messa
All,
I am having an issue where even when I have set the unseen flag to false in
my camel mail route, it is unable to find the unread message.
When I go manually change the message to unread in my mail client, the
exact same route is able to find the message.
I should mention that I am using the
It works adding "to" property. Many thx
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-mail-tp5725119p5732817.html
Sent from the Camel - Users mailing list archive at Nabble.com.
?password=****"
> I get the right AddressFailedException.
> So, please, could you help me to understand my error or if i have missed any
> properties?
> Thx in advance
>
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/c
virgilio.it);
If i substitute the endpoint with
"smtp://usern...@out.virgilio.it?password="
I get the right AddressFailedException.
So, please, could you help me to understand my error or if i have missed any
properties?
Thx in advance
--
View this message in context:
http://c
1 - 100 of 231 matches
Mail list logo