Hello.
I install a sieve rule automatically when a mailbox is created, like:
if exists "X-Spam-Flag" {
fileinto "Junk";
stop;
}However, sometimes, this folder does not exist. How create it automatically? Thanks! Regards, -- -Nicolas.
