Re: [Dbmail] DBMail 3.2.4 Imap and Outlook 2013

2015-09-23 Thread Harald Leithner
Hi Andrea, in imapcommands.c on line there is an if statement // reporting callback if ((! cmd->silent) || changed > 0) { bool showmodseq = (changed && (cmd->unchangedsince || self->mailbox->condstore)); bool showflags = (! cmd->silent); _fetch_update(self, msginfo, showm

Re: [Dbmail] DBMail 3.2.4 Imap and Outlook 2013

2015-09-23 Thread Andrea Brancatelli
Hello Harald, if you can share your findings I have a couple of developer who can work on the code to develop a regular patch. Thanks. --- Andrea Brancatelli Schema31 S.p.a. Responsabile IT ROMA - FIRENZE - PALERMO ITALY Tel: +39. 06.98.358.472 Cell: +39 331.2488468 Fax: +39. 055.71.880.

Re: [Dbmail] DBMail 3.2.4 Imap and Outlook 2013

2015-09-22 Thread Harald Leithner
Hi Luka, I found already the problem, its a bug in dbmail. It doesn't handle the "store FLAGS.SLIENT" command correct. I fixed (or better workaround) it locally but didn't deployed it. Btw I think there is a logic error anyway in handling concurrent changes in dbmail, but I'm not sure if I'm

Re: [Dbmail] DBMail 3.2.4 Imap and Outlook 2013

2015-09-22 Thread Jure Pečar
On Fri, 18 Sep 2015 14:07:31 +0200 Harald Leithner wrote: > The Problem seams to be syncing after reading a message, the message get > marked as read. Outlook starts syncing and after sync the message get > unread again. After changing folder (or restart outlook) the message is > marked as rea

[Dbmail] DBMail 3.2.4 Imap and Outlook 2013

2015-09-18 Thread Harald Leithner
Hi, I upgraded DBMail 3.1.17 to DBMail 3.2.4 yesterday, everything was fine until today the first customer reported a bug with unread/read messages. I'm not sure if it is a problem of any new feature, because disabling all new features in the capability list didn't helped (not 100% sure). A