Jason Kratz

My feedback

2 results found

  1. 2 votes
    How important is this to you?
    Jason Kratz shared this idea  · 
  2. 6 votes
    3 comments  ·  Proton Mail  ·  Admin →
    How important is this to you?
    An error occurred while saving the comment
    Jason Kratz commented  · 

    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.

Feedback and Knowledge Base