Jason Kratz ← The Voice of the Proton Community My feedback 2 results found Set message expiry via multi-select in message list 2 votes Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Vote We’ll send you updates on this idea 0 comments · Proton Mail » Changes to existing features · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Submit Rating Jason Kratz shared this idea · Jan 22, 2025 auto-expiry as part of Filter actions 6 votes Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Vote We’ll send you updates on this idea 3 comments · Proton Mail · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Submit Rating An error occurred while saving the comment Jason Kratz commented · Jan 22, 2025 · Edit… · Delete… Just an FYI this is doable via sieve code. This snippet files and sets the expiry if allof(address :is "to" "***@***.com", header :contains "subject" "Heya") { fileinto "SomeFolder"; expire "day" "60"; } Would be nice to have a way to just set this on folders ala Fastmail. Save Submitting...
Just an FYI this is doable via sieve code. This snippet files and sets the expiry
if allof(address :is "to" "***@***.com", header :contains "subject" "Heya")
{
fileinto "SomeFolder";
expire "day" "60";
}
Would be nice to have a way to just set this on folders ala Fastmail.