Questions tagged [apache-camel-mail]

22 questions
0
votes
1 answer

IMAP Bounced Email : Original message is removed from bounced email

IMAP is removing the original content from the mail, as can be seen from below example (The original message has been removed from the bounce message.) Question: Is there any config that I can provide to IMAP while connecting to always send the…
Ankur
  • 417
  • 1
  • 4
  • 22
0
votes
1 answer

how to verify the origin and authenticity of an email sent to monitored mailboxes

I am under request to produce a mechanism that will verify the origin and authenticity of a message received over a monitored mailbox. Now, the mailboxes are assigned by the company to the customer. in that, a request comes in, the customer wants…
GLMills
  • 558
  • 1
  • 12
  • 37
0
votes
2 answers

Camel IMAP endpoint: "FailedToCreateRouteException ... Failed to resolve endpoint: ... due to: host must be specified and not empty"

The following is in my POM: org.apache.camel camel-mail 2.22.0 My endpoint configuration derived from…
Gerold Broser
  • 14,080
  • 5
  • 48
  • 107
0
votes
1 answer

How to write camel blueprint (send email)

I'm trying sent mail with apache Camel with xml. So I build postfix , dovecot and servicemix same server. I wrote below xmlfile. but it doesn't work and occur a error precondition install Mail Component(camel) confirm…
Glod7
  • 11
  • 2
0
votes
1 answer

Spring Boot and Camel Mail SSL config

Am trying to configure Spring Boot with Camel so that am able to send mails using smtps. I have simple route @Component public class EmailRoute extends RouteBuilder { public static final String IN = "seda://email"; public static final String…
bijesanu
  • 225
  • 1
  • 2
  • 12
0
votes
1 answer

Define Apache Camel route URI options to avoid spam

I would like to avoid spam when reading from a imap endpoint using Apache Camel. My endpoint is configured in this way: def camelContext = new DefaultCamelContext() camelContext.addRoutes(new RouteBuilder() { def void configure() { …
lrkwz
  • 6,105
  • 3
  • 36
  • 59
-1
votes
1 answer

Camel Route read Mail by call url IMAP Server, but will throw RuntimeCamelException if Content-Transfer-Encoding:quoted-printable

everyone. I have an application using camel route to call url IMAP to read mail and retrieve content,…
1
2