Page MenuHomePhorge
Feed Search

Apr 12 2017

machniak added a comment to T2343: Chwala - seafile driver not using cache.

Ok. This is what the original sample config says:

// Main files source, backend driver which handles
// authentication and configuration of Chwala
// Note: Currently only 'kolab' is supported
$config['fileapi_backend'] = 'kolab';

So, this is not supported. Even if we implement this, it might be hard to use the Roundcube cache, because it requires ID of the user from users table.

Apr 12 2017, 6:01 PM · Documentation, Bug Reports, Chwala
Arnaud added a comment to T2343: Chwala - seafile driver not using cache.

root@xxx:/etc/roundcubemail# cat config.inc.php | grep fileapi

$config['fileapi_manticore'] = 'http://' . $_SERVER['HTTP_HOST'] . ':8080';
$config['fileapi_backend'] = 'seafile';
$config['fileapi_seafile_host'] = "https://files.xxxx.com";
$config['fileapi_seafile_ssl_verify_peer'] = false;
$config['fileapi_seafile_ssl_verify_host'] = false;
$config['fileapi_seafile_cache'] = 'db';
$config['fileapi_seafile_cache_ttl'] = '14d';
$config['fileapi_seafile_debug'] = false;
Apr 12 2017, 4:43 PM · Documentation, Bug Reports, Chwala
machniak added a comment to T2343: Chwala - seafile driver not using cache.

What is your config (only fileapi_* options)? When user logs into Chwala kolab driver is used to authenticate the user, so the user_id should be set in session.

Apr 12 2017, 4:34 PM · Documentation, Bug Reports, Chwala
Arnaud created T2343: Chwala - seafile driver not using cache.
Apr 12 2017, 8:20 AM · Documentation, Bug Reports, Chwala

Apr 11 2017

lang.ed added a comment to T2325: Roundcubemail Tag Explosion.

I delete the config directory and rebuilt the mail box, every thing is back to normal.

Apr 11 2017, 6:36 PM · Roundcube Kolab Plugins , Bug Reports

Apr 7 2017

machniak added a project to T2181: Roundcube does not set meeting organizer: Kolab 16.
Apr 7 2017, 11:02 AM · Kolab 16, Roundcube Kolab Plugins , Bug Reports
machniak closed T2181: Roundcube does not set meeting organizer as Resolved.

Fixed.

Apr 7 2017, 11:02 AM · Kolab 16, Roundcube Kolab Plugins , Bug Reports
machniak added a comment to T2181: Roundcube does not set meeting organizer.

No, wait. I see now that if you just visit the Resources tab doing nothing works, but if you visit the tab and add any resource to the event, then the organizer is not set in the Participants tab. T1484 fix is relevant here in a way that the organizer will be set anyway by the backend code. So, it's only frontend issue.

Apr 7 2017, 10:17 AM · Kolab 16, Roundcube Kolab Plugins , Bug Reports

Apr 5 2017

machniak reopened T2187: 'bool' object has no attribute 'lower' from pykolab/imap/_init_.py", line 832 after "pykolab.imap ERROR Could not create ..." (MIGMAK-751) as "Open".

Re-opening, as this issue is not fixed in git.

Apr 5 2017, 10:13 AM · PyKolab, Bug Reports

Apr 4 2017

machniak closed T1357: Wrong message displayed, if user tries to delete an appointment on a shared calendar. as Resolved.

Fixed in dfacbe01bca [master] and acc49b51fff [roundcubemail-plugins-kolab-3.2].

Apr 4 2017, 10:20 AM · Kolab Enterprise 14, Roundcube Kolab Plugins , Bug Reports

Apr 1 2017

machniak added a comment to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.

The best would be to see the whole message. You can remove private data.

Apr 1 2017, 4:13 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports
pasik added a comment to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.

Which parts of the XML are important? I can try to find it..

Apr 1 2017, 3:20 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports

Mar 30 2017

lang.ed added a comment to T2325: Roundcubemail Tag Explosion.

Kolab Plugins

Mar 30 2017, 7:01 PM · Roundcube Kolab Plugins , Bug Reports
machniak added a comment to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.

Is there a chance we can see the original event data in XML form or as iCal export? Anyway, I suppose a needed fix here will be to remove the timezone string in brackets before passing it to the DateTime constructor.

Mar 30 2017, 6:43 AM · Roundcube Kolab Plugins , Kolab 16, Bug Reports

Mar 27 2017

machniak added a project to T2325: Roundcubemail Tag Explosion: Roundcube Kolab Plugins .

Pykolab version is irrelevant here. What roundcubemail-plugins-kolab version? We had such an issue in the past, but it was hard to find the reason of it. I didn't hear about the issue recently, so maybe it's fixed or maybe not. To remove the tags you have to visit the Configuration folder and remove redundant objects. Do this in command line and then reconstruct the mailbox.

Mar 27 2017, 6:45 AM · Roundcube Kolab Plugins , Bug Reports

Mar 24 2017

lang.ed created T2325: Roundcubemail Tag Explosion.
Mar 24 2017, 9:18 AM · Roundcube Kolab Plugins , Bug Reports

Mar 23 2017

machniak added a project to T2319: Invitations are not shown on iOS devices when connected via ActiveSync: Syncroton.

You are right. It's not implemented at all.

Mar 23 2017, 9:37 AM · Syncroton, Bug Reports
zero-one-devteam created T2319: Invitations are not shown on iOS devices when connected via ActiveSync.
Mar 23 2017, 5:40 AM · Syncroton, Bug Reports

Mar 19 2017

jh23453 added a comment to T2205: chwala and seafile on a hidden server [patch].

That's far easier than I thought. We already use save_file_content for special condition.
Let's just do that instead of sending the "Location:"-header too. This patch replaces
to one above. Would that work?

Mar 19 2017, 2:02 PM · Chwala, Bug Reports

Mar 18 2017

pasik added a comment to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.

Just in case, more rpm versions:

Mar 18 2017, 5:39 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports
machniak edited projects for T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string, added: Roundcube Kolab Plugins ; removed Roundcube.
Mar 18 2017, 1:49 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports
pasik added projects to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string: Kolab 16, Roundcube.
Mar 18 2017, 11:18 AM · Roundcube Kolab Plugins , Kolab 16, Bug Reports
pasik created T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.
Mar 18 2017, 11:18 AM · Roundcube Kolab Plugins , Kolab 16, Bug Reports

Mar 15 2017

adomaitis assigned T2307: pykolab can't handle undelete mailbox in murder topology to a different root folder to machniak.
Mar 15 2017, 10:15 AM · PyKolab, Bug Reports
adomaitis created T2307: pykolab can't handle undelete mailbox in murder topology to a different root folder.
Mar 15 2017, 10:15 AM · PyKolab, Bug Reports
pasik added a comment to T2289: updated invitation placeholders don't auto-update in calendar.

So the actual issue seems to be if there are multiple recipients in the calendar invitation email then wallaced only creates the placeholder calendar event for the *first* recipient only.

Mar 15 2017, 8:51 AM · PyKolab, Kolab 16, Bug Reports
pasik added a comment to T2289: updated invitation placeholders don't auto-update in calendar.

Yes, i'm pretty certain this is the actual issue i've been seeing.

Mar 15 2017, 8:13 AM · PyKolab, Kolab 16, Bug Reports
machniak added a comment to T2301: wallace can't handle resource reservations with multiple recipients.

T2289 also says something about an issue with two recipients in To: header of an invitation email.

Mar 15 2017, 7:15 AM · Architecture & Design, Kolab 16, PyKolab, Bug Reports
machniak added a comment to T2289: updated invitation placeholders don't auto-update in calendar.

Sounds like a bug. So, this is the explanation of the initial issue, yes?

Mar 15 2017, 7:13 AM · PyKolab, Kolab 16, Bug Reports

Mar 14 2017

adomaitis assigned T2301: wallace can't handle resource reservations with multiple recipients to machniak.
Mar 14 2017, 11:42 PM · Architecture & Design, Kolab 16, PyKolab, Bug Reports
adomaitis created T2301: wallace can't handle resource reservations with multiple recipients.
Mar 14 2017, 11:40 PM · Architecture & Design, Kolab 16, PyKolab, Bug Reports
pasik added a comment to T2289: updated invitation placeholders don't auto-update in calendar.

Another test was now done by sending a calendar invitation from Exchange 2010 to Kolab 16.1.

Mar 14 2017, 10:11 PM · PyKolab, Kolab 16, Bug Reports
pasik added a comment to T2289: updated invitation placeholders don't auto-update in calendar.

Oh, it seems --debug=8 syntax doesn't seem to work. This works instead:

Mar 14 2017, 8:59 AM · PyKolab, Kolab 16, Bug Reports

Mar 13 2017

pasik added a comment to T2289: updated invitation placeholders don't auto-update in calendar.

This seems to be related to what email platform the sender is using. I tested the same procedure using google gmail.com as a sender, and kolab seems to work properly in that case, and updates the not-yet-accepted calendar invitation just like it should.

Mar 13 2017, 2:10 PM · PyKolab, Kolab 16, Bug Reports
machniak added a project to T2289: updated invitation placeholders don't auto-update in calendar: PyKolab.

Yeah, with *_SAVE_AND_FORWARD it should probably update existing unresponded invitation event.

Mar 13 2017, 2:06 PM · PyKolab, Kolab 16, Bug Reports
pasik added a comment to T2295: RFE: Support for automatically adding new recipient email addresses to contacts when replying an email.

I accidentally created this as a bug, but it should be a feature request obviously.. and it seems I can't change the type myself?

Mar 13 2017, 11:29 AM · Architecture & Design
pasik created T2295: RFE: Support for automatically adding new recipient email addresses to contacts when replying an email.
Mar 13 2017, 11:26 AM · Architecture & Design
pasik added a project to T2289: updated invitation placeholders don't auto-update in calendar: Kolab 16.
Mar 13 2017, 10:28 AM · PyKolab, Kolab 16, Bug Reports
pasik updated the task description for T2289: updated invitation placeholders don't auto-update in calendar.
Mar 13 2017, 10:19 AM · PyKolab, Kolab 16, Bug Reports
pasik created T2289: updated invitation placeholders don't auto-update in calendar.
Mar 13 2017, 10:17 AM · PyKolab, Kolab 16, Bug Reports

Mar 7 2017

machniak added a project to T2280: Problem moving mailboxes between different backends in a murder environment : Cyrus IMAP.
Mar 7 2017, 7:58 PM · Cyrus IMAP, Bug Reports
juwo created T2280: Problem moving mailboxes between different backends in a murder environment .
Mar 7 2017, 12:59 PM · Cyrus IMAP, Bug Reports

Mar 6 2017

machniak added a project to T2142: editing task with no status fails: Roundcube Kolab Plugins .
Mar 6 2017, 8:37 PM · Roundcube Kolab Plugins , Bug Reports
machniak added a project to T2145: problem with new lasklist: Roundcube Kolab Plugins .
Mar 6 2017, 8:37 PM · Roundcube Kolab Plugins , Bug Reports
machniak added a project to T2148: problems with editing task list: Roundcube Kolab Plugins .
Mar 6 2017, 8:37 PM · Roundcube Kolab Plugins , Bug Reports
machniak added a project to T2154: Exceptions to recurring events are not accounted for via syncroton: Syncroton.
Mar 6 2017, 8:36 PM · Syncroton, Bug Reports
machniak edited projects for T2181: Roundcube does not set meeting organizer, added: Roundcube Kolab Plugins ; removed Roundcube.

Sounds like a duplicate of T1484.

Mar 6 2017, 8:32 PM · Kolab 16, Roundcube Kolab Plugins , Bug Reports
machniak added a project to T2199: Wallace Is not Starting: PyKolab.
Mar 6 2017, 8:26 PM · PyKolab, Bug Reports
machniak added a project to T2274: 5.7.1 <DATA>: Data command rejected: PyKolab.

Indeed according to RFC3696 and https://www.rfc-editor.org/errata_search.php?eid=1690 the address length limit is 254 characters.

Mar 6 2017, 8:14 PM · PyKolab, Bug Reports
machniak closed T2268: Kolab Hub is not functional due to nodebb javascript error as Resolved.

It looks working now.

Mar 6 2017, 8:04 PM · Bug Reports
izidor created T2274: 5.7.1 <DATA>: Data command rejected.
Mar 6 2017, 11:20 AM · PyKolab, Bug Reports

Mar 2 2017

pokorra created T2268: Kolab Hub is not functional due to nodebb javascript error.
Mar 2 2017, 5:33 PM · Bug Reports

Feb 28 2017

machniak closed T2043: iRony CardDAV: ContactsBackend.php does not handle v4 PHOTO properties as Resolved by committing rI384aa38d91b1: Fix PHP fatal errors on some PHOTO property formats.
Feb 28 2017, 11:33 AM · iRony, Bug Reports

Feb 24 2017

cdp1337 added a comment to T2094: Direct access to kernel /proc/sys/net/ipv4/tcp_keepalive* not available in virtual containers.

Just updated to Kolab 16.0.1 Release 12.1.el7.kolab_wf that this is still an issue when running in an LXC host!

Feb 24 2017, 10:44 AM · PyKolab, Bug Reports
machniak added a project to T1853: Syncroton - Missing ldap_close function in kolab_auth.php: Kolab Enterprise 14.
Feb 24 2017, 9:13 AM · Kolab Enterprise 14, Kolab 16, Bug Reports
machniak closed T1853: Syncroton - Missing ldap_close function in kolab_auth.php as Resolved.

Done in 99cd2b17522.

Feb 24 2017, 9:12 AM · Kolab Enterprise 14, Kolab 16, Bug Reports
machniak reopened T1853: Syncroton - Missing ldap_close function in kolab_auth.php as "Open".

Actually the change need to be backported from master to roundcubemail-plugins-kolab-3.2 branch.

Feb 24 2017, 9:12 AM · Kolab Enterprise 14, Kolab 16, Bug Reports

Feb 21 2017

jh23453 added a comment to T2205: chwala and seafile on a hidden server [patch].

Yes, that'll load the file into memory - no problem for my users, because our files are small.

Feb 21 2017, 4:04 PM · Chwala, Bug Reports
machniak added a comment to T2205: chwala and seafile on a hidden server [patch].

So, this would load the whole file into memory. Not something we'd like to do. So, first of all this probably should be an optional feature. Second, we should use seafile_request_observer to proxy the file content directly to the client. See seafile_file_storage::save_file_content(). Would you like to create a differential?

Feb 21 2017, 11:53 AM · Chwala, Bug Reports
sicherha added a comment to T2043: iRony CardDAV: ContactsBackend.php does not handle v4 PHOTO properties.

I came across this issue yesterday and the above patch appears to fix the problem for me. Please merge it into the iRony repository.

Feb 21 2017, 6:59 AM · iRony, Bug Reports

Feb 12 2017

jh23453 added a comment to T2229: kolab_delegate: hide delegate in kolab-webadmin?.

Yes, I agree it's not a software bug, but I propose to add some documentation about delegation to
https://docs.kolab.org/administrator-guide/using-the-kolab-web-administration-panel.html#users-administration
[which is empty right now]. Something like:

Feb 12 2017, 9:16 AM · Web Administration Panel, Bug Reports

Feb 11 2017

jranke created T2244: Guam 0.8.3 crashes when the self-signed certificate specified in /etc/guam/sys.config is replaced.
Feb 11 2017, 11:10 AM · Bug Reports

Feb 10 2017

jranke created T2241: Guam filtering should not be active when kontact connects using an account set up as kolab groupware account.
Feb 10 2017, 11:59 AM · Guam, Bug Reports
machniak added a comment to T2223: Outlook and folders under INBOX.

@adomaitis, committed 1d7e1237f2d to master. I don't know if there's anything more we can do here.

Feb 10 2017, 10:24 AM · Syncroton, Bug Reports

Feb 9 2017

machniak added a comment to T2235: Syncroton + Outlook 2013 - folder rename does not work correctly.

Confirmed. The problem here is that Outlook completely ignores the error we send in response to Sync request (after FolderUpdate). It should re-synchronize folders hierarchy according to the protocol specification.

Feb 9 2017, 3:22 PM · Syncroton, Bug Reports
adomaitis added a comment to T2223: Outlook and folders under INBOX.

Outlook and MS ... why I'm not surprised ...
let me know about the commit, I will try on my side.

Feb 9 2017, 2:09 PM · Syncroton, Bug Reports
machniak added a comment to T2223: Outlook and folders under INBOX.

@adomaitis I'm testing a fix and can't make Outlook display an error. I tried valid ActiveSync response with different error codes and even http error 500. In all cases Outlook just ignores the error and displays the folder as any other folder. So, while I'll commit the change it looks that it's not possible to tell Outlook the operation failed.

Feb 9 2017, 1:56 PM · Syncroton, Bug Reports

Feb 8 2017

adomaitis assigned T2235: Syncroton + Outlook 2013 - folder rename does not work correctly to machniak.
Feb 8 2017, 4:29 PM · Syncroton, Bug Reports
adomaitis added a project to T2235: Syncroton + Outlook 2013 - folder rename does not work correctly: Syncroton.
Feb 8 2017, 4:29 PM · Syncroton, Bug Reports
adomaitis created T2235: Syncroton + Outlook 2013 - folder rename does not work correctly.
Feb 8 2017, 4:29 PM · Syncroton, Bug Reports

Feb 7 2017

machniak added a comment to T1401: Kolab Winterfell Installation bug report on Debian Jessie.

I tried installing Kolab 16 (from OBS as of today) on Jessie.
From all the above issues I confirm issues 2.1, 5 and 6.

Feb 7 2017, 10:59 AM · Jessie, Bug Reports

Feb 6 2017

machniak added a comment to T2223: Outlook and folders under INBOX.

Note to myself: See https://msdn.microsoft.com/en-us/library/gg651087(v=exchg.80).aspx for list of possible error status codes. Looks like code 3 might suit the best this case, but there are a few other cases that we might want to distinguish in error code.

Feb 6 2017, 1:47 PM · Syncroton, Bug Reports
machniak added a comment to T2223: Outlook and folders under INBOX.

Looks like you are right. There's a TODO entry in the folder creation code to throw exception on error, but it's not implemented and indeed no error is returned to the client. However, throwing an exception here is not enough, we need some more code in the Syncroton library itself to handle nicely the exception (returning properly formatted response instead of just a http error).

Feb 6 2017, 1:40 PM · Syncroton, Bug Reports
seigo added a comment to T2076: Commands are not handled individually when a client sends.

So same issue, with slightly different results: multiple commands sent together, which is allowed by the IMAP spec indeed, and then the client ends up waiting for responses that do not come as expected. Thanks for the report.

Feb 6 2017, 9:42 AM · Guam, Kolab 16, Bug Reports
machniak added a project to T1401: Kolab Winterfell Installation bug report on Debian Jessie: Jessie.
Feb 6 2017, 8:50 AM · Jessie, Bug Reports

Feb 5 2017

dhoffend added a comment to T2076: Commands are not handled individually when a client sends.

I've encountered another bug with guam. This time It's "eM Client" for Windows. I've activated the client debug log (in eM Client) and after sending a XLIST and SELECT command in TLS/SSL mode (it looks like the client sends 2 commands at once) the connections gets into some kind of stale mode. It's no longer working. Hard to tell without decrypting network traffic.

Feb 5 2017, 9:29 PM · Guam, Kolab 16, Bug Reports
dhoffend added a comment to T2229: kolab_delegate: hide delegate in kolab-webadmin?.

you've to seperate 2 things

Feb 5 2017, 9:21 PM · Web Administration Panel, Bug Reports
jh23453 added a comment to T2208: Debian/Jessie: roundcubemail contains empty directory skins/kolab.

My users still like the classic skin, but use only mail.
Anyway, we must not break people's setup, so we either need to modify the user settings
when upgrading or alert the admin and help him fix his system.
So we need to do more than just removing the skin.

Feb 5 2017, 7:34 PM · Jessie, Bug Reports

Feb 4 2017

jh23453 added a project to T2229: kolab_delegate: hide delegate in kolab-webadmin?: Web Administration Panel.
Feb 4 2017, 11:05 AM · Web Administration Panel, Bug Reports
jh23453 created T2229: kolab_delegate: hide delegate in kolab-webadmin?.
Feb 4 2017, 11:04 AM · Web Administration Panel, Bug Reports

Feb 3 2017

adomaitis assigned T2223: Outlook and folders under INBOX to machniak.
Feb 3 2017, 1:31 PM · Syncroton, Bug Reports
adomaitis created T2223: Outlook and folders under INBOX.
Feb 3 2017, 1:23 PM · Syncroton, Bug Reports
machniak added a comment to T1394: jessie installation is installing the community edition skin..

See also T2208.

Feb 3 2017, 9:47 AM · Wheezy, Kolab Enterprise 14, Jessie, Bug Reports
machniak added a comment to T2208: Debian/Jessie: roundcubemail contains empty directory skins/kolab.

We should also remove the old classic skin. Some kolab plugins just does not work with classic skin.

Feb 3 2017, 9:44 AM · Jessie, Bug Reports

Feb 2 2017

jh23453 created T2220: Upgrade: Document ACI updates.
Feb 2 2017, 9:11 PM · Documentation, Bug Reports

Jan 28 2017

jh23453 claimed T2214: Please add php-endroid-qrcode and php-enygma-yubikey to Kolab16/Jessie.

Thanks - it works for me.

Jan 28 2017, 6:54 AM · Jessie, Bug Reports
jh23453 closed T2214: Please add php-endroid-qrcode and php-enygma-yubikey to Kolab16/Jessie as Resolved.
Jan 28 2017, 6:53 AM · Jessie, Bug Reports

Jan 27 2017

dhoffend added a comment to T2214: Please add php-endroid-qrcode and php-enygma-yubikey to Kolab16/Jessie.

The dependencies were fixes yesterday. 2FA was introduced to Kolab:16 some days ago

Jan 27 2017, 9:12 PM · Jessie, Bug Reports

Jan 24 2017

jh23453 added a project to T2214: Please add php-endroid-qrcode and php-enygma-yubikey to Kolab16/Jessie: Jessie.
Jan 24 2017, 9:35 PM · Jessie, Bug Reports
jh23453 created T2214: Please add php-endroid-qrcode and php-enygma-yubikey to Kolab16/Jessie.
Jan 24 2017, 9:34 PM · Jessie, Bug Reports
jh23453 updated the task description for T2211: updates to the upgrade guide from 3.4 to 16.
Jan 24 2017, 8:49 PM · Documentation, Kolab 16, Jessie, Bug Reports
jh23453 added a project to T2211: updates to the upgrade guide from 3.4 to 16: Jessie.
Jan 24 2017, 8:14 PM · Documentation, Kolab 16, Jessie, Bug Reports
jh23453 created T2211: updates to the upgrade guide from 3.4 to 16.
Jan 24 2017, 8:14 PM · Documentation, Kolab 16, Jessie, Bug Reports
jh23453 added a project to T2208: Debian/Jessie: roundcubemail contains empty directory skins/kolab: Jessie.
Jan 24 2017, 8:00 PM · Jessie, Bug Reports
jh23453 created T2208: Debian/Jessie: roundcubemail contains empty directory skins/kolab.
Jan 24 2017, 7:59 PM · Jessie, Bug Reports

Jan 21 2017

jh23453 updated the task description for T2205: chwala and seafile on a hidden server [patch].
Jan 21 2017, 2:56 PM · Chwala, Bug Reports
jh23453 renamed T2205: chwala and seafile on a hidden server [patch] from chwala and seafile on a hidden server to chwala and seafile on a hidden server [patch].
Jan 21 2017, 2:55 PM · Chwala, Bug Reports
jh23453 created T2205: chwala and seafile on a hidden server [patch].
Jan 21 2017, 2:50 PM · Chwala, Bug Reports

Jan 18 2017

lang.ed created T2199: Wallace Is not Starting.
Jan 18 2017, 7:23 PM · PyKolab, Bug Reports

Jan 13 2017

petersen closed T2187: 'bool' object has no attribute 'lower' from pykolab/imap/_init_.py", line 832 after "pykolab.imap ERROR Could not create ..." (MIGMAK-751) as Resolved.
Jan 13 2017, 10:16 AM · PyKolab, Bug Reports