search for: sieve_to_owncloud

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

2018 Mar 28
2
[sieve][pigeonhole] Can't catch stdout for pipe script after upgrade Dovecot 2.2 -> 2.3
Hi. I use custom script: > require [ "vnd.dovecot.pipe", "variables" ]; > > if address :is :all "from" "snip at snap" > { > ? pipe "sieve_to_owncloud"; > } sieve_to_owncloud: > DATE=`date +%Y-%m-%d_%H-%M-%S` > PYTHONIOENCODING=utf8 python /opt/sieve-pipe/python-imap-to-owncloud.py \ > ? --owncloud-host https://<snip-snap> \ > ? --owncloud-user user \ > ? --owncloud-password secret \ > ? --owncloud-path /path/to...
2018 Mar 28
0
[sieve][pigeonhole] Can't catch stdout for pipe script after upgrade Dovecot 2.2 -> 2.3
Op 3/28/2018 om 6:01 AM schreef Konstantin Shalygin: > > Hi. > > > I use custom script: > >> require [ "vnd.dovecot.pipe", "variables" ]; >> >> if address :is :all "from" "snip at snap" >> { >> ? pipe "sieve_to_owncloud"; >> } > > > sieve_to_owncloud: > >> DATE=`date +%Y-%m-%d_%H-%M-%S` >> PYTHONIOENCODING=utf8 python /opt/sieve-pipe/python-imap-to-owncloud.py \ >> ? --owncloud-host https://<snip-snap> \ >> ? --owncloud-user user \ >> ? --owncloud-password...
2017 Feb 15
2
[Sieve] Is the way to run external script to get attachment?
Hello. Read all about Extprograms, but have a question. Use case: Every day we have couple messages with attachment (from one sender, this is one-way communication). This attachment is uploads to ownCloud. By hand... need some automation. As I see, pipe cat execute scripts with text data USER/FROM/SUBJECT - and I think with variables it can be any text data, how about attachment? How I see