Re: Setting QUOTA through PHP ...

2006-02-17 Thread Marc G. Fournier
On Fri, 17 Feb 2006, Scott Russell wrote: Marc G. Fournier wrote: Patch didn't apply cleanly on the version of Net_IMAP I have (1.0.3), but I manually applied it, and all appears to work great ... thx :) That's odd as I developed it on Net_IMAP 1.0.3. Chances are I botched the diff, did you

Re: Setting QUOTA through PHP ...

2006-02-17 Thread Scott Russell
Marc G. Fournier wrote: Patch didn't apply cleanly on the version of Net_IMAP I have (1.0.3), but I manually applied it, and all appears to work great ... thx :) That's odd as I developed it on Net_IMAP 1.0.3. Chances are I botched the diff, did you have the failed output? -- Scott Russell <

Re: Setting QUOTA through PHP ...

2006-02-16 Thread Marc G. Fournier
On Tue, 14 Feb 2006, Scott Russell wrote: Marc G. Fournier wrote: So, it would be passing: SETQUOTA "user.cotton" (STORAGE none) to the backend ... again, if none == an integer #, the quota gets set, so it looks like the syntax itself is right, but 'none' is wrong ... Is anyone doing this

Re: Setting QUOTA through PHP ...

2006-02-14 Thread Scott Russell
Marc G. Fournier wrote: So, it would be passing: SETQUOTA "user.cotton" (STORAGE none) to the backend ... again, if none == an integer #, the quota gets set, so it looks like the syntax itself is right, but 'none' is wrong ... Is anyone doing this with PHP that has gotten around the above is

Re: Setting QUOTA through PHP ...

2006-02-14 Thread Scott Russell
Marc G. Fournier wrote: So, it would be passing: SETQUOTA "user.cotton" (STORAGE none) to the backend ... again, if none == an integer #, the quota gets set, so it looks like the syntax itself is right, but 'none' is wrong ... Is anyone doing this with PHP that has gotten around the above is

Re: Setting QUOTA through PHP ...

2006-02-13 Thread Scott Russell
Marc G. Fournier wrote: So, it would be passing: SETQUOTA "user.cotton" (STORAGE none) to the backend ... again, if none == an integer #, the quota gets set, so it looks like the syntax itself is right, but 'none' is wrong ... Is anyone doing this with PHP that has gotten around the above is

Setting QUOTA through PHP ...

2006-02-13 Thread Marc G. Fournier
g'day ... I'm trying to fix up the mailadmin interface we are using for Cyrus, and the last thing I know to be broken is PHPs internal 'imap_set_quota' command ... namely, it no longer accept a non-integer value for the quota, so you can't pass 'none' to it ... So, I'm looking at the Pe