Hi Alec, it's was very strange...
Logging I notice that the error was at line 1372 of program/steps/mail/func.inc: if ($message->headers->mdn_to && !$message->headers->mdn_sent && ($IMAP->check_permflag('MDNSENT') || $IMAP->check_permflag('*')))
the $IMAP->check_permflag('MDNSENT') || $IMAP->check_permflag('*') return always false but I use this functionality some day ago.
Commenting this line all works fine.
A gmail imap problem?
hope this usefull.
Thanks
On Fri, 24 Apr 2009 13:37:24 +0200, "A.L.E.C" alec@alec.pl wrote:
Sandro Pazzi wrote:
Hi alec, I'm testing your patch form 1 day and all seems ok except that for the confirmation of reading message. When I send the confirmation I get an error.
I don't see a reason. It was working before applying my patch? What error? Uncoment console() calls in lib/imap.inc, and show logs/console content here.