[ 
https://issues.apache.org/jira/browse/CAMEL-4093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048478#comment-13048478
 ] 

Dr. Martin Menzel commented on CAMEL-4093:
------------------------------------------

I try to create a unit test. If you plan to run the test in a CI environment, 
which mailserver shall I use to run the test against? 

Some of the actual tests use 

store.connect("localhost", 25, "jones", "secret");

Is this ok for my tests too?

> s/Mime signed Mails lead to Exceptions in pop3 component
> --------------------------------------------------------
>
>                 Key: CAMEL-4093
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4093
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-mail
>    Affects Versions: 2.7.2
>         Environment: Solaris and Windows
>            Reporter: Dr. Martin Menzel
>             Fix For: 2.8.0, 2.9.0
>
>         Attachments: CAMEL-4093.diff
>
>
> If a s/mime signed Mail is received by the pop3 Mail component a expection is 
> thrown during handling the body of the message. This happens because a 
> different type of body object is delivered by javamail.
> I fixed this issue by introducing a new parameter which makes it possible to 
> deliver the complete mail source in the Camel message body. In this way you 
> are able to handle the content with processors in a very flexiable way.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to