Page MenuHomePhorge
Feed Advanced Search

Jul 5 2017

fabian.melters added a reviewer for D467: LDAP remove referrals for correct handling in Samba 4: PyKolab Developers.
Jul 5 2017, 1:37 PM · Kolab 16
fabian.melters updated subscribers of D467: LDAP remove referrals for correct handling in Samba 4.
Jul 5 2017, 1:37 PM · Kolab 16
fabian.melters created D467: LDAP remove referrals for correct handling in Samba 4.
Jul 5 2017, 1:36 PM · Kolab 16

Jul 3 2017

vanmeeuwen added a revision to T2289: updated invitation placeholders don't auto-update in calendar: D461: Create one message to process per recipient..
Jul 3 2017, 12:36 PM · PyKolab, Kolab 16, Bug Reports
vanmeeuwen added a comment to T2289: updated invitation placeholders don't auto-update in calendar.

The immediate workaround is to set smtp-wallace_destination_recipient_limit = 1 in /etc/postfix/main.cf.

Jul 3 2017, 12:07 PM · PyKolab, Kolab 16, Bug Reports
vanmeeuwen merged T2301: wallace can't handle resource reservations with multiple recipients into T2289: updated invitation placeholders don't auto-update in calendar.
Jul 3 2017, 12:02 PM · PyKolab, Kolab 16, Bug Reports
vanmeeuwen merged task T2301: wallace can't handle resource reservations with multiple recipients into T2289: updated invitation placeholders don't auto-update in calendar.
Jul 3 2017, 12:02 PM · Architecture & Design, Kolab 16, PyKolab, Bug Reports

Jun 30 2017

machniak edited projects for T2301: wallace can't handle resource reservations with multiple recipients, added: PyKolab, Kolab 16, Architecture & Design; removed PyKolab Developers.

@vanmeeuwen, what's your take on this?

Jun 30 2017, 7:30 PM · Architecture & Design, Kolab 16, PyKolab, Bug Reports
pasik added a comment to T2313: kolab 16.1 roundcube webmail calendar internal server error parsing time string.

Hmm, the user who has been reporting this issue uses some mobile email client in addition to the kolab roundcubemail, so it *might* be related to mobile client, but I'm not sure really..

Jun 30 2017, 6:49 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports
pasik added a comment to T2289: updated invitation placeholders don't auto-update in calendar.

Any thoughts/plans about fixing this issue? Users hit this issue very often, because currently kolab auto-updates only the *first* recipient calendar..

Jun 30 2017, 6:46 PM · PyKolab, Kolab 16, Bug Reports

Jun 29 2017

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

Still can't find the way to reproduce the issue. Another source informed us that it had the same issue and there was CalDAV client involved. I reviewed the code and I don't see what actions could lead to such invalid timezone entries. Here's a patch that we could use, but I think the issue is in another place:

--- a/plugins/calendar/calendar.php
+++ b/plugins/calendar/calendar.php
@@ -1974,6 +1974,8 @@ class calendar extends rcube_plugin
    */
   private function write_preprocess(&$event, $action)
   {
+    $event['start'] = preg_replace('/\s*\(.*\)/', '', $event['start']);
+    $event['end']   = preg_replace('/\s*\(.*\)/', '', $event['end']);
     // convert dates into DateTime objects in user's current timezone
     $event['start']  = new DateTime($event['start'], $this->timezone);
     $event['end']    = new DateTime($event['end'], $this->timezone);
Jun 29 2017, 4:07 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports

Jun 7 2017

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

Search for files with content "FLE Daylight Time" in /var/spool/imap/domain/ and provide a sample file.

Jun 7 2017, 12:48 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.

Any tips how to best debug this issue?

Jun 7 2017, 12:45 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports

Jun 6 2017

ravenpride added a comment to T2426: File viewers do not work behind a reverse proxy.

I've replaced the https_check() function with

Jun 6 2017, 5:36 PM · Kolab 16, Chwala
ravenpride added a comment to T2426: File viewers do not work behind a reverse proxy.

As far as I can trace the calls back... our old friend api_url() is used to create the base URL and the scheme depends only on rcube_utils::https_check() and nothing else.
If the scheme "http" is used this can only mean, that rcube_utils::https_check() returned false - please correct me, if I'm wrong. Perhaps we should have a look at it next.

Jun 6 2017, 5:30 PM · Kolab 16, Chwala
machniak added a comment to T2426: File viewers do not work behind a reverse proxy.

https://git.kolab.org/diffusion/C/browse/master/lib/viewers/text.php;0349c2d846613e4c828ed6f7af00b87ed6a75f79$120

Jun 6 2017, 3:15 PM · Kolab 16, Chwala
ravenpride added a comment to T2426: File viewers do not work behind a reverse proxy.

I've changed the file_api_url setting to some nonsense for testing purposes... Of course, it does not work, but the changed URL is passed along.

Jun 6 2017, 2:08 PM · Kolab 16, Chwala
ravenpride added a comment to T2426: File viewers do not work behind a reverse proxy.

I've created a new text file and tried to open it. Same issue :-(

Jun 6 2017, 2:06 PM · Kolab 16, Chwala
machniak added a comment to T2426: File viewers do not work behind a reverse proxy.

In this case it is Roundcube connecting to Chwala directly. It looks like the config has been ignored. I have no idea how's that possible. Maybe there's something in between that caches the request and returns old response? Check with a different file.

Jun 6 2017, 1:42 PM · Kolab 16, Chwala
ravenpride added a comment to T2426: File viewers do not work behind a reverse proxy.

Is there anything I can do to help you to diagnose it?

Jun 6 2017, 1:26 PM · Kolab 16, Chwala
ravenpride added a comment to T2426: File viewers do not work behind a reverse proxy.

I've set in kolab_files.inc.php

Jun 6 2017, 12:07 PM · Kolab 16, Chwala
machniak added a comment to T2426: File viewers do not work behind a reverse proxy.

But it should work if you set file_api_url to a full url with https:// prefix? Do you set options in /etc/roundcubemail/config.inc.php? I'm unable to reproduce.

Jun 6 2017, 12:01 PM · Kolab 16, Chwala
ravenpride added a comment to T2426: File viewers do not work behind a reverse proxy.

Yes, I've set use_https to true and applied the mentioned fixes. I'm sorry, but the issue persists :-/

Jun 6 2017, 11:46 AM · Kolab 16, Chwala
machniak added a comment to T2426: File viewers do not work behind a reverse proxy.

And that is with use_https=true? BTW, there's another fix: rC0349c2d84661.

Jun 6 2017, 11:40 AM · Kolab 16, Chwala
ravenpride added a comment to T2426: File viewers do not work behind a reverse proxy.

Now the error is away. Thank you!

Jun 6 2017, 11:37 AM · Kolab 16, Chwala
machniak added a comment to T2426: File viewers do not work behind a reverse proxy.

Ok, try this change: rCd0539d6f029d.

Jun 6 2017, 11:23 AM · Kolab 16, Chwala
machniak added a comment to T2426: File viewers do not work behind a reverse proxy.

I don't see how $_SERVER['SERVER_PORT'] == 80 would make it appended to the url. The if statement requires it to be different than $port and than 80. Maybe we should use intval($_SERVER['SERVER_PORT']).

Jun 6 2017, 11:10 AM · Kolab 16, Chwala
ravenpride added a comment to T2426: File viewers do not work behind a reverse proxy.

I've written out $_SERVER['SERVER_PORT'] ... it's port 80. I assume that rcube_utils::https_check() returns true, so $schema is "https", this leads to $port = 443 and to a true, when evaluating the new if-block. So the port is appended to the hostname.

Jun 6 2017, 10:52 AM · Kolab 16, Chwala
ravenpride added a comment to T2426: File viewers do not work behind a reverse proxy.

I've done just copy & paste. The code of the resulting function is ...

Jun 6 2017, 10:40 AM · Kolab 16, Chwala
machniak added a comment to T2426: File viewers do not work behind a reverse proxy.

Maybe you just applied the patch incorrectly. Note the dot character in this line:

$url .= ':' . $_SERVER['SERVER_PORT'];
Jun 6 2017, 10:37 AM · Kolab 16, Chwala
machniak added a comment to T2426: File viewers do not work behind a reverse proxy.

Forget my last comment. There's no such thing like $_SERVER['HTTP_PORT'].

Jun 6 2017, 10:34 AM · Kolab 16, Chwala
machniak added a comment to T2426: File viewers do not work behind a reverse proxy.

Hmm... I'm just thinking. Maybe in your env you don't have $_SERVER['SERVER_PORT'] set either. Then try replacing this with $_SERVER['HTTP_PORT'].

Jun 6 2017, 10:12 AM · Kolab 16, Chwala
machniak added a comment to T2426: File viewers do not work behind a reverse proxy.

What if you replace $_SERVER['SERVER_NAME'] with $_SERVER['HTTP_HOST']?

Jun 6 2017, 10:09 AM · Kolab 16, Chwala
ravenpride added a comment to T2426: File viewers do not work behind a reverse proxy.

Thank you for the fix, but it doesn't seem to work :-/

Jun 6 2017, 9:54 AM · Kolab 16, Chwala
machniak closed T2426: File viewers do not work behind a reverse proxy as Resolved.

Hope rCd886aeac2aec fixes that.

Jun 6 2017, 9:04 AM · Kolab 16, Chwala

Jun 5 2017

machniak reopened T2426: File viewers do not work behind a reverse proxy as "Open".
Jun 5 2017, 5:33 PM · Kolab 16, Chwala
ravenpride added a comment to T2426: File viewers do not work behind a reverse proxy.

Setting use_https to true does has not the desired effect. The created URL now contains the scheme "https", but it still uses port 80. Other parts of the application now complain about errors like this one:

Jun 5 2017, 5:07 PM · Kolab 16, Chwala

May 31 2017

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

That's the problem. The error in question hasn't happened to me, so i don't know the exact steps to reproduce. What I've heard is that "it just happens automatically". When the recipient gets the calendar invitation email, the placeholder event is automatically created in the calendar (per kolab policy settings), and when the recipient user tries to accept/reject the invitation from the kolab roundcube webmail *calendar* application he gets the Internal Server Error and the PHP Fatal Error and the stack trace I posted can be found from the logs.

May 31 2017, 11:50 AM · Roundcube Kolab Plugins , Kolab 16, Bug Reports
machniak closed T2426: File viewers do not work behind a reverse proxy as Resolved.

Fixed. You now would need to set use_https to true or file_api_uri to full chwala api path.

May 31 2017, 10:33 AM · Kolab 16, Chwala

May 30 2017

machniak added a project to T2441: Broken link in "Files" plugin: Roundcube Kolab Plugins .

The fix is in roundcubemail-plugins-kolab repo.

May 30 2017, 4:40 PM · Roundcube Kolab Plugins , Kolab 16, Chwala, Bug Reports
machniak closed T2441: Broken link in "Files" plugin as Resolved.

Fixed in rRPKce9ac27d783d.

May 30 2017, 4:30 PM · Roundcube Kolab Plugins , Kolab 16, Chwala, Bug Reports
machniak added projects to T2441: Broken link in "Files" plugin: Chwala, Kolab 16.

Looks like rC21f6abd52a929 broke compatibility with Roundcube 1.2. Looks like we have now 3 options:

  1. Revert the change and wait with Roundcube 1.3 support until it's in Kolab, then apply it again
  2. Copy blank.tiff to blank.tif in roundcubemail package
  3. Use chwala URL to access these files.
May 30 2017, 4:03 PM · Roundcube Kolab Plugins , Kolab 16, Chwala, Bug Reports

May 29 2017

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

But this object has valid dates. So, how do I reproduce the issue?

May 29 2017, 9:43 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.

I hope I didn't screw up the xml while removing private info.. but here goes:
http://pasik.reaktio.net/kolab-webmail-calendar-internal-server-error.xml

May 29 2017, 9:06 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports
machniak created T2426: File viewers do not work behind a reverse proxy.
May 29 2017, 8:35 AM · Kolab 16, Chwala

May 24 2017

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

I can't reproduce the issue by importing the .ics file. Could you provide the object in xml format (i.e. the message from imap folder)?

May 24 2017, 11:09 AM · Roundcube Kolab Plugins , Kolab 16, Bug Reports

May 23 2017

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

Sorry took a while, but now it happened again..:

May 23 2017, 9:49 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports

May 22 2017

machniak created T2396: Kolab installation tries to execute SQL scripts when there's no database yet.
May 22 2017, 9:08 AM · Kolab 16

May 21 2017

machniak added a comment to T969: Update Roundcube package dependencies.

Net_Sieve taken over. So, we can keep using pear/Net_Sieve. Note that for PHP7 support version 1.4.0 is required.

May 21 2017, 4:50 PM · Roundcube, Kolab 16
machniak added a comment to T969: Update Roundcube package dependencies.

https://github.com/pear/Net_Sieve/pull/5 for reference. However, I'll try to take over the package and backport our fixes to it anyway.

May 21 2017, 10:36 AM · Roundcube, Kolab 16
machniak added a comment to T969: Update Roundcube package dependencies.

The original Net_Sieve author abandoned the package and didn't want to fix it. That's why we forked. As for the pdo, openssl, session, json, pcre, these are php extensions, I didn't check package names for them.

May 21 2017, 9:41 AM · Roundcube, Kolab 16
vanmeeuwen reassigned T969: Update Roundcube package dependencies from vanmeeuwen to machniak.

Roundcube 1.2:

  • don't require pear's MDB2, Mail_mimeDecode, nor DB,
  • don't require php-mcrypt,
May 21 2017, 9:32 AM · Roundcube, Kolab 16
machniak updated the task description for T861: Missing icons for new encryption features of Roundcube 1.2.
May 21 2017, 9:07 AM · Kolab 16, Roundcube Chameleon Skin

May 16 2017

vanmeeuwen closed T2382: Unable to load kolabformat.so as Resolved.

An update (-kolab6) should be available for both libkolabxml and libkolab (or php-kolabformat and php-kolab respectively).

May 16 2017, 11:32 AM · Xenial, Kolab 16

May 15 2017

machniak assigned T2382: Unable to load kolabformat.so to vanmeeuwen.
May 15 2017, 9:41 AM · Xenial, Kolab 16
machniak created T2382: Unable to load kolabformat.so.
May 15 2017, 9:40 AM · Xenial, Kolab 16

May 11 2017

vanmeeuwen closed T2361: iRony site not enabled on Ubuntu as Resolved.

Fixed.

May 11 2017, 10:22 AM · iRony, Xenial, Kolab 16
vanmeeuwen closed T2355: Kolab 16 on Ubuntu 16 - installation quirks as Resolved.

Fixed.

May 11 2017, 10:18 AM · Xenial, Documentation, Kolab 16

May 10 2017

machniak closed T2370: PHP warnings when using PHP7 as Resolved.
May 10 2017, 4:07 PM · Syncroton, Kolab 16
machniak renamed T2370: PHP warnings when using PHP7 from PHP wornings when using PHP7 to PHP warnings when using PHP7.
May 10 2017, 1:40 PM · Syncroton, Kolab 16
machniak created T2370: PHP warnings when using PHP7.
May 10 2017, 1:40 PM · Syncroton, Kolab 16
machniak closed T2367: PHP Warning: Declaration of Kolab\CardDAV\Plugin::validateVCard(&$data) should be compatible.... as Resolved.
May 10 2017, 1:31 PM · iRony, Kolab 16
machniak updated the task description for T2367: PHP Warning: Declaration of Kolab\CardDAV\Plugin::validateVCard(&$data) should be compatible.....
May 10 2017, 1:22 PM · iRony, Kolab 16
machniak created T2367: PHP Warning: Declaration of Kolab\CardDAV\Plugin::validateVCard(&$data) should be compatible.....
May 10 2017, 1:20 PM · iRony, Kolab 16
machniak created T2361: iRony site not enabled on Ubuntu.
May 10 2017, 1:12 PM · iRony, Xenial, Kolab 16
machniak added a comment to T969: Update Roundcube package dependencies.

On PHP7 (Ubuntu Xenial) we see:

[10-May-2017 12:57:43 Europe/Berlin] PHP Deprecated:  Methods with the same name as their class will not be construc
tors in a future version of PHP; Net_Sieve has a deprecated constructor in /usr/share/php/Net/Sieve.php on line 93
[10-May-2017 12:57:43 Europe/Berlin] PHP Warning:  array_merge(): Argument #1 is not an array in /usr/share/php/Net/
Sieve.php on line 312

these are fixed in the Roundcube's fork of Net_Sieve. We should provide that in packaging.

May 10 2017, 1:05 PM · Roundcube, Kolab 16
machniak added a project to T2355: Kolab 16 on Ubuntu 16 - installation quirks: Xenial.
May 10 2017, 12:36 PM · Xenial, Documentation, Kolab 16
machniak added a comment to T2355: Kolab 16 on Ubuntu 16 - installation quirks.

apt-get install kolab works with Winterfell repository. I think it is misleading to have instructions for Kolab 16 at https://docs.kolab.org/installation-guide/index.html. So, we should fix the packages or remove that part of documentation.

May 10 2017, 12:32 PM · Xenial, Documentation, Kolab 16
machniak added a comment to T2355: Kolab 16 on Ubuntu 16 - installation quirks.

Sorry, I was too fast. It installed only postfix and stopped. It also fails on kolab-webadmin.

The following packages have unmet dependencies:
 kolab-webadmin : Depends: libapache2-mod-php5 which is a virtual package and is not provided by any available package.
May 10 2017, 11:17 AM · Xenial, Documentation, Kolab 16
machniak created T2355: Kolab 16 on Ubuntu 16 - installation quirks.
May 10 2017, 11:14 AM · Xenial, Documentation, Kolab 16

May 7 2017

tku added a comment to T1404: Unable to send mail after upgrade from 3.4 to 16 - SMTP access policy issue?.

I am getting this issue on vanilla Kolab 16 installation but after dropping the policy_result table it gets recreated.

May 7 2017, 12:54 PM · Kolab 16, PyKolab, Bug Reports

Apr 11 2017

machniak created T2337: Problems with similar folder names that differ in character case.
Apr 11 2017, 4:34 PM · Kolab 16, Roundcube Kolab Plugins

Apr 7 2017

machniak added a project to T2181: Roundcube does not set meeting organizer: Kolab 16.
Apr 7 2017, 1:02 PM · Kolab 16, 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, 6: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, 5:20 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports

Mar 30 2017

lio removed a watcher for Kolab 16: lio.
Mar 30 2017, 11:23 AM
lio added a watcher for Kolab 16: lio.
Mar 30 2017, 11:23 AM
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, 8:43 AM · Roundcube Kolab Plugins , Kolab 16, 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, 6: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, 2: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, 12:18 PM · Roundcube Kolab Plugins , Kolab 16, Bug Reports

Mar 15 2017

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, 9: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, 9:13 AM · PyKolab, Kolab 16, 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, 8:13 AM · PyKolab, Kolab 16, Bug Reports

Mar 14 2017

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, 11: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, 9: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, 3: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, 3:06 PM · PyKolab, Kolab 16, Bug Reports
pasik added a project to T2289: updated invitation placeholders don't auto-update in calendar: Kolab 16.
Mar 13 2017, 11:28 AM · PyKolab, Kolab 16, Bug Reports

Feb 24 2017

machniak added a project to T1853: Syncroton - Missing ldap_close function in kolab_auth.php: Kolab Enterprise 14.
Feb 24 2017, 10: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, 10: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, 10:12 AM · Kolab Enterprise 14, Kolab 16, Bug Reports

Feb 21 2017

machniak closed T2250: PHP Fatal error when moving/copying/updating a file via WebDAV as Resolved.
Feb 21 2017, 4:02 PM · Kolab 16, iRony, Chwala
machniak added a comment to T2250: PHP Fatal error when moving/copying/updating a file via WebDAV.

To reproduce the issue just try to rename a file over WebDAV.

Feb 21 2017, 3:37 PM · Kolab 16, iRony, Chwala
machniak added a project to T2250: PHP Fatal error when moving/copying/updating a file via WebDAV: Kolab 16.
Feb 21 2017, 1:09 PM · Kolab 16, iRony, Chwala

Feb 6 2017

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, 10:42 AM · Guam, Kolab 16, 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, 10:29 PM · Guam, Kolab 16, Bug Reports

Jan 10 2017

lang.ed added a comment to T1525: Postfix LDAP timed out on clean centos7 installation.

I was able ro reproduce the error:

  1. I received a meeting invite.
  2. I accepted the invite
  3. I clicked Update in my calendar.
  4. The webinterface showed saving for about 3 minutes

4.1 Mail and calendar was locked during this time

  1. After recovery 3 minutes mail was working and the calendar was updated
Jan 10 2017, 7:51 PM · Kolab 16, PyKolab, Bug Reports

Jan 3 2017

machniak closed T1582: (Calendar) Interpretation of BYSETPOS in RRULE as Resolved.
Jan 3 2017, 12:44 PM · Kolab Enterprise 14, Kolab 16, Roundcube Kolab Plugins
machniak closed T1637: Exceptions lost on event edit as Resolved.
Jan 3 2017, 9:38 AM · Kolab Enterprise 14, Kolab 16, Roundcube Kolab Plugins