Re: imapsieve environment variables missing?

2016-12-05 Thread MRob
On 2016-12-05 15:29, MRob wrote: On 2016-12-05 15:26, Stephan Bosch wrote: Op 12/6/2016 om 12:23 AM schreef MRob: I don't know how I managed to compile only using direct access of ${imap.user} before since now I get an unknown namespace error on my test script. But doing it this way

Re: imapsieve environment variables missing?

2016-12-05 Thread MRob
On 2016-12-05 15:26, Stephan Bosch wrote: Op 12/6/2016 om 12:23 AM schreef MRob: I don't know how I managed to compile only using direct access of ${imap.user} before since now I get an unknown namespace error on my test script. But doing it this way compiles: require ["environment",

Re: imapsieve environment variables missing?

2016-12-05 Thread Stephan Bosch
Op 12/6/2016 om 12:23 AM schreef MRob: > I don't know how I managed to compile only using direct access of > ${imap.user} before since now I get an unknown namespace error on my > test script. > > But doing it this way compiles: > > require ["environment", "variables",

Re: imapsieve environment variables missing?

2016-12-05 Thread MRob
I don't know how I managed to compile only using direct access of ${imap.user} before since now I get an unknown namespace error on my test script. But doing it this way compiles: require ["environment", "variables", "vnd.dovecot.debug"]; if environment :matches "imap.user" "*" { set "u"

Re: imapsieve environment variables missing?

2016-12-05 Thread Stephan Bosch
Op 12/5/2016 om 10:25 PM schreef MRob: > On 2016-12-05 07:22, Stephan Bosch wrote: >> Op 5-12-2016 om 16:10 schreef MRob: >>> On 2016-12-05 06:13, Stephan Bosch wrote: Op 5-12-2016 om 14:32 schreef MRob: Could you show me your full script? I am mainly interested in the require

Re: imapsieve environment variables missing?

2016-12-05 Thread MRob
On 2016-12-05 07:22, Stephan Bosch wrote: Op 5-12-2016 om 16:10 schreef MRob: On 2016-12-05 06:13, Stephan Bosch wrote: Op 5-12-2016 om 14:32 schreef MRob: Could you show me your full script? I am mainly interested in the require statements involved. I don't know how I managed to compile

Re: imapsieve environment variables missing?

2016-12-05 Thread Stephan Bosch
Op 5-12-2016 om 16:22 schreef Stephan Bosch: Op 5-12-2016 om 16:10 schreef MRob: On 2016-12-05 06:13, Stephan Bosch wrote: Op 5-12-2016 om 14:32 schreef MRob: Could you show me your full script? I am mainly interested in the require statements involved. I don't know how I managed to

Re: imapsieve environment variables missing?

2016-12-05 Thread Stephan Bosch
Op 5-12-2016 om 16:10 schreef MRob: On 2016-12-05 06:13, Stephan Bosch wrote: Op 5-12-2016 om 14:32 schreef MRob: Could you show me your full script? I am mainly interested in the require statements involved. I don't know how I managed to compile only using direct access of ${imap.user}

Re: imapsieve environment variables missing?

2016-12-05 Thread MRob
On 2016-12-05 06:13, Stephan Bosch wrote: Op 5-12-2016 om 14:32 schreef MRob: On 2016-12-05 04:38, Stephan Bosch wrote: Op 5-12-2016 om 13:28 schreef MRob: RFC6785 says imap.user and imap.email environment variables should be made available but I can't access them no matter what I try. Are

Re: imapsieve environment variables missing?

2016-12-05 Thread Stephan Bosch
Op 5-12-2016 om 14:32 schreef MRob: On 2016-12-05 04:38, Stephan Bosch wrote: Op 5-12-2016 om 13:28 schreef MRob: RFC6785 says imap.user and imap.email environment variables should be made available but I can't access them no matter what I try. Are they not implemented because

Re: imapsieve environment variables missing?

2016-12-05 Thread MRob
On 2016-12-05 04:38, Stephan Bosch wrote: Op 5-12-2016 om 13:28 schreef MRob: RFC6785 says imap.user and imap.email environment variables should be made available but I can't access them no matter what I try. Are they not implemented because vnd.dovecot.environment already provides the

Re: imapsieve environment variables missing?

2016-12-05 Thread Stephan Bosch
Ugh. s/your/you're/. Op 5-12-2016 om 13:38 schreef Stephan Bosch: Op 5-12-2016 om 13:28 schreef MRob: RFC6785 says imap.user and imap.email environment variables should be made available but I can't access them no matter what I try. Are they not implemented because vnd.dovecot.environment

Re: imapsieve environment variables missing?

2016-12-05 Thread Stephan Bosch
Op 5-12-2016 om 13:28 schreef MRob: RFC6785 says imap.user and imap.email environment variables should be made available but I can't access them no matter what I try. Are they not implemented because vnd.dovecot.environment already provides the username? (which does work for me) If

imapsieve environment variables missing?

2016-12-05 Thread MRob
RFC6785 says imap.user and imap.email environment variables should be made available but I can't access them no matter what I try. Are they not implemented because vnd.dovecot.environment already provides the username? (which does work for me) If imap.user and imap.email are there, can you