You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2022/05/25 11:43:46 UTC

[GitHub] [james-project] chibenwa opened a new pull request, #1022: JAMES-3737 Defer unsolicited flags notifications

chibenwa opened a new pull request, #1022:
URL: https://github.com/apache/james-project/pull/1022

   Not defered, it gets evaluated when building pipeline and this
   may lead to either incorrect or buggy results.
   
    - Some random tests fails upon select
    - NPE spotted:
   
   ```
   java.lang.NullPointerException: null
     at org.apache.james.imap.processor.AbstractMailboxProcessor.flags(AbstractMailboxProcessor.java:117)
     at org.apache.james.imap.processor.AbstractSelectionProcessor.lambda$respond$5(AbstractSelectionProcessor.java:138)
   ```
   
   This should fix the issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa merged pull request #1022: JAMES-3737 Defer unsolicited flags notifications

Posted by GitBox <gi...@apache.org>.
chibenwa merged PR #1022:
URL: https://github.com/apache/james-project/pull/1022


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org