search for: folder7

Displaying 3 results from an estimated 3 matches for "folder7".

Did you mean: folder
2018 May 30
2
Struggling with sieve, fileinto and variables.
...e ["variables", "envelope", "fileinto", "subaddress", "mailbox"]; if envelope :matches :detail "to" "*" { set :lower "name" "${1}"; } if mailboxexists "${name}" { fileinto :create "folder7"; } else { fileinto :create "folder8"; } Files into folder8. So the mailboxexists is failing. ## Started executing script 'plus-addressing' 3: envelope test 3: starting `:matches' match with `i;ascii-casemap' comparator: 3: getting `to' part fro...
2018 May 30
1
Struggling with sieve, fileinto and variables.
...", "subaddress", > "mailbox"]; > > if envelope :matches :detail "to" "*" { > set :lower "name" "${1}"; > } > > if mailboxexists "${name}" { > fileinto :create "folder7"; > } else { > fileinto :create "folder8"; > } > > > Files into folder8. So the mailboxexists is failing. > > ## Started executing script 'plus-addressing' > 3: envelope test > 3: starting `:matches' match with `i;asc...
2018 May 30
0
Struggling with sieve, fileinto and variables.
...", "subaddress", > "mailbox"]; > > if envelope :matches :detail "to" "*" { > ? ? set :lower "name" "${1}"; > } > > if mailboxexists "${name}" { > ? ? ? ? fileinto :create "folder7"; > } else { > ? fileinto :create "folder8"; > } > > > Files into folder8. So the mailboxexists is failing. > > ? ? ?## Started executing script 'plus-addressing' > ??3: envelope test > ??3: ??starting `:matches' match with `i;asc...