chibenwa commented on a change in pull request #539:
URL: https://github.com/apache/james-project/pull/539#discussion_r669624521



##########
File path: 
mailbox/api/src/main/java/org/apache/james/mailbox/model/SearchQuery.java
##########
@@ -730,6 +730,10 @@ public static Criterion mimeMessageID(String messageId) {
         return new MimeMessageIDCriterion(messageId);
     }
 
+    public static Criterion threadId(String threadId) {
+        return new ThreadIdCriterion(threadId);

Review comment:
       Should we strong type this?
   
   (ThreadId?)




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to