[dev] imap_delete() problems...
Marc Jauvin
marc at r4l.com
Sun Oct 15 20:33:21 PDT 2006
The way I addressed this (since no one seems to be able to help) is to
replace the @imap_delete() calls in imp/lib/Message.php with these two
lines:
$del_flags = array('deleted');
$this->flag($del_flags, $indices_array);
Thanks.
Michael Place <mp at xmission.com> wrote:
> Marc Jauvin wrote:
>> Att.: Michael Slusarz
>>
>>
>> I'm trying to trace a problem I have on my horde setup (using
>> latest CVS and Cyrus IMAP); the problem I have is that I can't
>> delete emails in my Trash Folder (other than using EmptyTrash);
>> seems I'm the only one having that problem, so I'm trying to
>> identify what's wrong on my setup. Here is what I could find:
>>
>> in 'imp/lib/Message.php' (line 289), I get the following IMAP error
>> (when calling imap_last_error() after the imap_delete() call):
>> PERMISSION DENIED.
>>
>> Now, that might explain my problem, but I don't know where to go
>> from there. Any help would be greatly appreciated.
>>
>> Thanks.
>>
>
> I have yet to find a solution to this problem, but I can report that
> we also have an issue where we can't delete any message from the
> trash, post-upgrade. We're also running the Cyrus mail server. I've
> copied our versions below. Is there a bug currently filed on this
> behavior?
>
> -mp
>
> Horde Version
>
> * Horde: 3.1.3
>
> Horde Applications
>
> * Horde: 3.1.3
> * Imp: H3 (4.1.3) (run Imp tests)
> * Ingo: H3 (1.0) (run Ingo tests)
> * Kronolith: H3 (2.1.2)
> * Mimp: H3 (1.0) (run Mimp tests)
> * Mnemo: H3 (2.1)
> * Nag: H3 (2.1.1)
> * Turba: H3 (2.1.2) (run Turba tests)
>
> PHP Version
>
> * View phpinfo() screen
> * View loaded extensions
> * PHP Version: 5.1.2
> * PHP Major Version: 5.1
> * PHP Minor Version: 2
> * PHP Version Classification: release
> * You are running a supported version of PHP.
--
Marc Jauvin
http://register4less.com
514-905-6500
More information about the dev
mailing list