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

David J. M. Karlsen commented on CAMEL-6626:
--------------------------------------------

https://github.com/apache/camel/pull/39
                
> Search critera for toSentDate throws NPE
> ----------------------------------------
>
>                 Key: CAMEL-6626
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6626
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-mail
>    Affects Versions: 2.11.1
>            Reporter: Ales Dolecek
>              Labels: easyfix
>             Fix For: 2.11.2, 2.12.0
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Use of searchTerm.toSentDate=now-24h (to poll only mails older than 24 hours) 
> throws NPE. This is because MailConverters#toSearchTerm tries to build 
> "toSentDate" criteria from "fromSentDate" value:
>         if (simple.getToSentDate() != null) {
>             String s = simple.getFromSentDate();
>             if (s.startsWith("now")) {
> The middle line should be:
>             String s = simple.getToSentDate();

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to