chibenwa commented on a change in pull request #365:
URL: https://github.com/apache/james-project/pull/365#discussion_r607510583
##########
File path:
server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/method/MDNParseMethod.scala
##########
@@ -118,9 +116,12 @@ class MDNParseMethod @Inject()(val blobResolvers:
BlobResolvers,
}
}
-case class MDNEmailIdResolver @Inject()(mailboxManager: MailboxManager) {
+object MDNEmailIdResolver {
+ val NUMBER_OF_ORIGINAL_MESSAGE_ID_VALID: Int = 1
+}
- val NUMBER_OF_ORIGINAL_MESSAGE_ID_VALID: 1 = 1
+case class MDNEmailIdResolver @Inject()(mailboxManager: MailboxManager) {
+ import MDNEmailIdResolver._
Review comment:
```suggestion
import MDNEmailIdResolver.NUMBER_OF_ORIGINAL_MESSAGE_ID_VALID
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]