|
I have searched in the documentation but can not find it anywhere. |
Answered by
jsuto
Mar 29, 2026
Replies: 2 comments 3 replies
|
You can manually set the "retained" date for the mails of that user: Then wait for the nightly cronjob or run |
1 reply
|
Use the v_messages view. It combines (=joins) the metadata and rcpt tables. However, be careful when a message is sent to several recipients. In such case do you still want to remove the message? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Piler stores everything as a single instance. So if userA and user2 received the same email, then it's still stored as 1 copy. So if you delete this email because userA demands it, then it's lost for user2, too.