Arsnael commented on code in PR #2902:
URL: https://github.com/apache/james-project/pull/2902#discussion_r2681190695


##########
mailbox/plugin/deleted-messages-vault/src/main/java/org/apache/james/vault/blob/BlobStoreDeletedMessageVault.java:
##########
@@ -235,4 +240,30 @@ private Mono<Void> deleteBucketData(BucketName bucketName) 
{
         return Mono.from(blobStore.deleteBucket(bucketName))
             
.then(Mono.from(messageMetadataVault.removeMetadataRelatedToBucket(bucketName)));
     }
+
+    Mono<Void> deleteUserExpiredMessages(ZonedDateTime 
beginningOfRetentionPeriod) {

Review Comment:
   I think with the latest commit it makes this name clear enough IMO



-- 
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