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


##########
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:
   It technically deletes the expired messages of an user. That's what it does. 
If you have a better name I'm happy to listen :)



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