RE: [Camel Mail Component] Caching MimeMultipart

2024-01-22 Thread Shenavai, Manuel
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

[Camel Mail Component] Caching MimeMultipart

2024-01-15 Thread Shenavai, Manuel
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

camel-mail problem : headers lost (more info, maybe bug ?)

2022-10-06 Thread Joël Guelluy
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

Re: camel-mail does not fetch attachments in Karaf.

2020-06-12 Thread Jean-Baptiste Onofre
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

Re: camel-mail does not fetch attachments in Karaf.

2020-06-11 Thread Kushal Gautam
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

Re: camel-mail does not fetch attachments in Karaf.

2020-06-08 Thread Kushal Gautam
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

Re: camel-mail does not fetch attachments in Karaf.

2020-06-08 Thread Jean-Baptiste Onofre
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

Re: camel-mail does not fetch attachments in Karaf.

2020-06-08 Thread Kushal Gautam
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

Re: camel-mail does not fetch attachments in Karaf.

2020-06-08 Thread Jean-Baptiste Onofre
> >activation > >*;resolution:=optional > > > > > > > > but, either ways, it doe

Re: camel-mail does not fetch attachments in Karaf.

2020-06-07 Thread Kushal Gautam
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

Re: camel-mail does not fetch attachments in Karaf.

2020-06-07 Thread Jean-Baptiste Onofre
> > > > > > 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, >

Re: camel-mail does not fetch attachments in Karaf.

2020-06-07 Thread Kushal Gautam
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

Re: camel-mail does not fetch attachments in Karaf.

2020-06-04 Thread Kushal Gautam
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

Re: camel-mail does not fetch attachments in Karaf.

2020-06-04 Thread Jean-Baptiste Onofre
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-mail does not fetch attachments in Karaf.

2020-06-04 Thread Kushal Gautam
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}}"

Re: Camel Mail issue

2019-01-15 Thread Claus Ibsen
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

Re: Camel Mail issue

2019-01-15 Thread Riggy Software
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

Camel Mail issue

2019-01-15 Thread Riggy Software
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

Re: camel-mail validation process

2018-09-19 Thread Marco Pampaloni
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

Re: camel-mail validation process

2018-09-18 Thread Claus Ibsen
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

camel-mail validation process

2018-09-17 Thread Marco Pampaloni
". 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

Re: Type converter misbehavior with camel-cxf and camel-mail

2018-06-18 Thread Claus Ibsen
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

Re: Type converter misbehavior with camel-cxf and camel-mail

2018-06-14 Thread Willem Jiang
> 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

Re: Type converter misbehavior with camel-cxf and camel-mail

2018-06-14 Thread Bagwell, Allen F
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

Re: Type converter misbehavior with camel-cxf and camel-mail

2018-06-14 Thread Bagwell, Allen F
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

Re: Type converter misbehavior with camel-cxf and camel-mail

2018-06-13 Thread Quinn Stevenson
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

Re: Type converter misbehavior with camel-cxf and camel-mail

2018-06-13 Thread Willem Jiang
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

Type converter misbehavior with camel-cxf and camel-mail

2018-06-12 Thread Bagwell, Allen F
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

Re: Camel Mail: MaxMessagesPerPoll vs fetchSize

2018-06-11 Thread Claus Ibsen
, 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

Camel Mail: MaxMessagesPerPoll vs fetchSize

2018-06-11 Thread Shenavai, Manuel
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

RE: Rép. : RE: camel-mail IMAP mime-multipart splitAttachment

2017-12-12 Thread Daniel Langevin
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

RE: Rép. : RE: camel-mail IMAP mime-multipart splitAttachment

2017-12-12 Thread Daniel Langevin
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

RE: Rép. : RE: camel-mail IMAP mime-multipart splitAttachment

2017-12-11 Thread Siano, Stephan
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

Rép. : RE: camel-mail IMAP mime-multipart splitAttachment

2017-12-08 Thread Daniel Langevin
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

RE: camel-mail IMAP mime-multipart splitAttachment

2017-12-07 Thread Siano, Stephan
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

camel-mail IMAP mime-multipart splitAttachment

2017-12-07 Thread Daniel Langevin
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

Re: Camel Mail sends the same email twice

2017-05-23 Thread raja
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

Re: Camel Mail sends the same email twice

2017-05-23 Thread Laurentiu Trica
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

Re: Camel Mail sends the same email twice

2017-05-23 Thread raja
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

Camel Mail sends the same email twice

2017-05-23 Thread Laurentiu Trica
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

Camel Mail Component doesn't handle multiple attachments with same file name properly

2016-12-02 Thread Petteri
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

Re: camel-mail: Body ends up as attachment instead of e-mail body in multipart mail.

2016-11-11 Thread Andreas A.
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

Re: camel-mail: Body ends up as attachment instead of e-mail body in multipart mail.

2016-11-10 Thread AOladipupo
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.

Re: camel-mail: Body ends up as attachment instead of e-mail body in multipart mail.

2016-11-10 Thread jmaurin
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.

Re: camel-mail: Body ends up as attachment instead of e-mail body in multipart mail.

2016-11-10 Thread Claus Ibsen
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:

Re: camel-mail: Body ends up as attachment instead of e-mail body in multipart mail.

2016-11-10 Thread Andreas A.
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.

Re: camel-mail: Body ends up as attachment instead of e-mail body in multipart mail.

2016-11-09 Thread Claus Ibsen
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

camel-mail: Body ends up as attachment instead of e-mail body in multipart mail.

2016-11-09 Thread Andreas A.
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

Re: Camel Mail: Sending both text and html version of e-mail

2016-10-18 Thread Claus Ibsen
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

Camel Mail: Sending both text and html version of e-mail

2016-10-13 Thread dash
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

Re: Camel-Mail - Consume from IMAP with variable searchTerm.fromSentDate

2016-10-10 Thread Michael Täschner
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'

Re: Camel-Mail - Consume from IMAP with variable searchTerm.fromSentDate

2016-10-07 Thread Michael Täschner
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

Re: Camel-Mail - Consume from IMAP with variable searchTerm.fromSentDate

2016-10-06 Thread Claus Ibsen
, 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

Re: Camel-Mail - Consume from IMAP with variable searchTerm.fromSentDate

2016-10-05 Thread Michael Täschner
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, > &

Camel-Mail - Consume from IMAP with variable searchTerm.fromSentDate

2016-09-23 Thread Michael Täschner
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

Re: How to Disable AUTH for camel mail smtp component?

2016-07-28 Thread sfbayperson2016
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

How to Disable AUTH for camel mail smtp component?

2016-07-28 Thread sfbayperson2016
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

Re: Camel-mail leave message unseen while searching

2016-05-27 Thread metalalisa
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

Re: Camel-mail leave message unseen while searching

2016-05-26 Thread Claus Ibsen
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

Re: Camel-mail leave message unseen while searching

2016-05-26 Thread metalalisa
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

Re: Camel-mail leave message unseen while searching

2016-05-26 Thread Claus Ibsen
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

Camel-mail leave message unseen while searching

2016-05-26 Thread metalalisa
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

Re: Camel mail component to get email notification(Instead of polling)

2015-08-12 Thread Claus Ibsen
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

Camel mail component to get email notification(Instead of polling)

2015-08-12 Thread NewCamelDev
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

Re: Camel Mail mapMailMessage flag ignored

2015-05-17 Thread Claus Ibsen
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]

Re: Camel Mail mapMailMessage flag ignored

2015-05-16 Thread Claus Ibsen
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

RE: Camel Mail mapMailMessage flag ignored

2015-05-06 Thread wrusch
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

Re: Camel Mail mapMailMessage flag ignored

2015-05-06 Thread Claus Ibsen
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

Re: Camel Mail mapMailMessage flag ignored

2015-05-06 Thread wrusch
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.

Re: Camel Mail mapMailMessage flag ignored

2015-05-06 Thread Claus Ibsen
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

Camel Mail mapMailMessage flag ignored

2015-05-06 Thread wrusch
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

Camel Mail - It's possible "attach" image in body with camel

2015-02-05 Thread rrapozo
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.

Re: Unable to send text in mail body other than English using Camel mail

2015-01-14 Thread Claus Ibsen
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

Unable to send text in mail body other than English using Camel mail

2015-01-14 Thread Mithu Tokder
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

Re: Camel Mail CC and BCC headers

2014-10-27 Thread ychawla
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.

Re: Camel Mail CC and BCC headers

2014-10-27 Thread Willem Jiang
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. >

Re: Camel Mail CC and BCC headers

2014-10-23 Thread ychawla
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

Camel Mail CC and BCC headers

2014-10-23 Thread ychawla
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.

Unable to fetch Email attachments or Multipart content using Camel-Mail in FuseESB / OSGI

2014-09-29 Thread thigales
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

[camel-mail] IMAP(SSL) self-signed certificat auto accepted

2014-07-17 Thread SpinWin
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

Re: camel mail: content-transfer-encoding configurable

2014-06-25 Thread cgiera
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

Re: camel mail: content-transfer-encoding configurable

2014-06-24 Thread cgiera
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.

Re: camel mail: content-transfer-encoding configurable

2014-06-24 Thread cgiera
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.

Re: camel mail: content-transfer-encoding configurable

2014-06-18 Thread Claus Ibsen
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

camel mail: content-transfer-encoding configurable

2014-06-18 Thread cgiera
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

Re: camel-mail and camel-cxf incompatible?

2014-04-20 Thread bocamel
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.

Re: camel-mail and camel-cxf incompatible?

2014-04-20 Thread Willem Jiang
://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

camel-mail and camel-cxf incompatible?

2014-04-20 Thread bocamel
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

Edit the attachement content using camel mail

2014-04-10 Thread karthik
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.

Re: error blocking camel-mail consumer

2014-04-09 Thread Claus Ibsen
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

AW: error blocking camel-mail consumer

2014-04-08 Thread stefan.hof
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 > >

Re: error blocking camel-mail consumer

2014-04-08 Thread Claus Ibsen
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.

error blocking camel-mail consumer

2014-04-07 Thread stefan.hof
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

Re: Error with Apache Camel Mail unseen flag

2013-06-27 Thread Claus Ibsen
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

Re: Error with Apache Camel Mail unseen flag

2013-06-26 Thread Mangiameli, Josiah
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

Re: Error with Apache Camel Mail unseen flag

2013-06-26 Thread Claus Ibsen
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

Error with Apache Camel Mail unseen flag

2013-06-25 Thread Mangiameli, Josiah
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

Re: camel-mail

2013-05-19 Thread nickerox
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.

Re: camel-mail

2013-05-19 Thread Claus Ibsen
?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

Re: camel-mail

2013-05-19 Thread nickerox
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   2   3   >