[ 
https://issues.apache.org/jira/browse/CAMEL-6626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Willem Jiang reassigned CAMEL-6626:
-----------------------------------

    Assignee: Willem Jiang
    
> 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
>            Assignee: Willem Jiang
>              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