chibenwa commented on code in PR #2137:
URL: https://github.com/apache/james-project/pull/2137#discussion_r1532271068
##########
mailbox/store/src/main/java/org/apache/james/mailbox/store/mail/model/impl/SimpleMailboxMessage.java:
##########
@@ -241,7 +256,7 @@ public SimpleMailboxMessage(MessageId messageId, ThreadId
threadId, Date interna
Properties properties, MailboxId mailboxId) {
this(messageId, threadId, internalDate, size, bodyStartOctet,
content, flags,
- properties, mailboxId, ImmutableList.of(), EMPTY_SAVE_DATE);
+ properties, mailboxId, ImmutableList.of(), Mono.error(() ->
new NotImplementedException("SimpleMailboxMessage constructor")),
EMPTY_SAVE_DATE);
Review Comment:
OUPS
--
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]