Add fileinto to sieve

This commit is contained in:
Antonio J. Delgado 2024-10-01 21:22:37 +03:00
parent 6cdb48fe05
commit 72b995dcb1

View file

@ -146,6 +146,7 @@ class ImapFilter:
content = sieve_script.read()
else:
content = '# Managed by imap_filter. Some lines might get replaced if the match with rule name from imap_filter'
content += 'require ["fileinto"];'
for mfilter in filters:
self._log.debug(
'Adding filter %s to sieve script',