Hey
What i really want to do is run MS outlook desktop client like rules, all the time, without needing it to be running. Idealy I would define rules (preferably in a GUI) for emails to be sorted into folders, that I later can read using any email client.
I got emails from google, outlook, and exchange (their rules always run, but not the other)
Any help or suggestions appreciated
I have been after something similar to do both spam filtering and email organisation.
This one seems like it ticks the right boxes as well as the others commented
https://docker-mailserver.github.io/docker-mailserver/edge/config/advanced/mail-sieve/
The alternative if its just email filtering you could setup Thunderbird in a docker container so it runs 24/7 and you have a GUI to do your rules. So regardless of which other app you are using they get sorted assuming it gets them first.
Went with thunderbird in a container. Did not know that was possible. Thanks!