Kolab 3.0 roundcube - email reply - message body, recipient and subject empty

Aleksander Machniak machniak at kolabsys.com
Mon Aug 27 14:16:54 CEST 2012


On 08/27/2012 12:32 PM, Dirk Werner wrote:
> Hi,
> when replying to an email in roundcube, the mail specific data is not
> shown, message body, recipient and subject are empty. File
> /var/log/roundcubemail/errors is empty, debug level of rundcube is set
> to 1. These are the lines in /var/log/roundcubemail/imap that are being
> logged when hitting the reply button:
> 
> [27-Aug-2012 10:24:25,000000 +0000]: [F8C8] C: A0005 SELECT INBOX
....
> [27-Aug-2012 10:24:33,000000 +0000]: [9EC7] C: A0005 SELECT
> "Contacts/Personal Contacts"
....
> [27-Aug-2012 10:24:33,000000 +0000]: [9EC7] C: A0006 UID FETCH 2 (UID
> RFC822.SIZE FLAGS INTERNALDATE BODYSTRUCTURE BODY.PEEK[HEADER.FIELDS
> (DATE FROM TO SUBJECT CONTENT-TYPE CC REPLY-TO LIST-POST
> DISPOSITION-NOTIFICATION-TO X-PRIORITY X-KOLAB-TYPE X-KOLAB-MIME-VERSION
> IN-REPLY-TO BCC MESSAGE-ID CONTENT-TRANSFER-ENCODING REFERENCES
> X-DRAFT-INFO MAIL-FOLLOWUP-TO MAIL-REPLY-TO RETURN-PATH)])
> [27-Aug-2012 10:24:33,000000 +0000]: [9EC7] S: A0006 OK Completed (0.000
> sec)

This looks like race-condition in mailbox access. This is because
Roundcube in some IMAP methods uses current folder. Here
kolab_addressbook changes current folder (in meantime) and next FETCH
command use wrong folder. We would need to set current folder more
often. Or re-set current folder after kolab_addressbook actions.

Ticket created https://issues.kolab.org/show_bug.cgi?id=975

-- 
Aleksander Machniak
Web Developer, Kolab Systems AG
-------------------------------------------------------
PGP:19359DC1 - http://www.kolabsys.com - http://alec.pl




More information about the users mailing list