rainloop-webmail
rainloop-webmail copied to clipboard
Date range in Vacation Filter
Could you add a date range field in the vacation form?
The final sieve script should look like this:
require ["fileinto", "date", "relational", "vacation"];
#set a vacation message
if allof(currentdate :value "ge" "date" "2016-05-01",
currentdate :value "le" "date" "2016-05-01")
{ vacation :days 7 :subject "Out of Office" "I'm away during the first week in May."; }
I'll take it
It would be great to have that feature!
Any update on this? I am looking for the same functionality
+1 for me!