Page MenuHomePhorge
Feed Advanced Search

Oct 1 2023

machniak closed T2157: No support for read-only access in CalDAV-Sync (android) as Wontfix.
Oct 1 2023, 9:14 AM · iRony

Nov 11 2019

johndoe added a comment to T2157: No support for read-only access in CalDAV-Sync (android).

Ok, I have the two log files console.log and httpraw.log.
Where can I send them? They contain sensitive data?
When I send them they will be send from my business address and not from this account.

Nov 11 2019, 10:20 PM · iRony
machniak added a comment to T2157: No support for read-only access in CalDAV-Sync (android).

iRony has two debug options that should give some logs.

// enable debug console showing the internal function calls triggered
// by http requests. This will write log to /var/log/iRony/console
$config['kolabdav_console'] = true;
Nov 11 2019, 7:36 PM · iRony
johndoe added a comment to T2157: No support for read-only access in CalDAV-Sync (android).

Hallo machniak,

Nov 11 2019, 7:25 PM · iRony

Nov 7 2019

machniak added a comment to T2157: No support for read-only access in CalDAV-Sync (android).

I'm unable to reproduce. current-user-privilege-set is correct for other user's calendar with lrs permissions. Could you enable debug and provide full request and response for the PROPFIND on a readonly calendar?

Nov 7 2019, 12:31 PM · iRony

Sep 24 2019

johndoe added a comment to T2157: No support for read-only access in CalDAV-Sync (android).

The ACLs for shared readonly adressbooks are exposed correctly but not for readonly calendars.

Sep 24 2019, 10:16 AM · iRony

Sep 23 2019

johndoe added a comment to T2157: No support for read-only access in CalDAV-Sync (android).

Any chance this will get fixed/implemented soon?
Thunderbird + TbSync + DAV-4-TbSync suffers from this, too.

Sep 23 2019, 3:51 PM · iRony
johndoe merged T5599: Thunderbird + TbSync + DAV-4-TbSync recognize readonly shared calendar as fully read/write. into T2157: No support for read-only access in CalDAV-Sync (android).
Sep 23 2019, 3:49 PM · iRony

Aug 30 2019

lennartack added a comment to T1141: webdav interface partly broken after seafile integration.

This scenario is not possible at the moment and because SeaFile has it's own WebDAV service I'm not sure there's a need to use iRony for that. You can configure iRony to provide CalDAV and CardDAV only if needed.

Aug 30 2019, 8:25 PM · Chwala, iRony, Bug Reports

Mar 1 2019

dfaure added a comment to T2157: No support for read-only access in CalDAV-Sync (android).

Ping? Any feedback on the wrong write privilege returned for (shared) readonly folders?

Mar 1 2019, 3:49 PM · iRony

Aug 8 2018

machniak added a comment to T2286: Failed CardDAV/CalDAV updates (UID doesn't match object URI).

We might need to store the original URL-ID of the contact object to be able to handle DELETE requests.

Aug 8 2018, 11:39 AM · iRony

Apr 28 2018

dfaure added a comment to T2157: No support for read-only access in CalDAV-Sync (android).

I cannot confirm that ACLs are already exposed. Looking at the DAV response I get on the client side, for a readonly folder, shows:

<d:prop xmlns:d="DAV:">
Apr 28 2018, 11:40 AM · iRony

Jul 20 2017

bruederli added a comment to T2157: No support for read-only access in CalDAV-Sync (android).

Because there's more to do for full sharing support. See http://sabre.io/dav/caldav-sharing/. However, ACLs are already exposed but apparently not respected by all clients.

Jul 20 2017, 11:35 AM · iRony
machniak updated subscribers of T2157: No support for read-only access in CalDAV-Sync (android).

@bruederli Do you remember what's the reason for https://git.kolab.org/source/iRony/browse/master/lib/Kolab/CalDAV/CalendarBackend.php;ead6159e01eb2b44b9f90665d17168cd14f5ce3b$91 to be not active?

Jul 20 2017, 10:13 AM · iRony

Jul 12 2017

machniak closed T1982: Cannot use both per_user_logging and kolabdav_user_debug as Resolved by committing rIee30f13df02c: T1982: Remove kolabdav_user_debug in favor of Roundcube's per_user_logging.
Jul 12 2017, 6:13 PM · iRony

Jul 4 2017

machniak closed T2531: Possibly a bug with rescheduling event via CalDav as Resolved.

Fixed by 0c02d0d45c6 in roundcubemail-plugins-kolab [master].

Jul 4 2017, 4:32 PM · Roundcube Kolab Plugins , iRony, Bug Reports

Jul 3 2017

machniak updated subscribers of T2531: Possibly a bug with rescheduling event via CalDav.

I verified with the code that if the original event would specify SCHEDULE-AGENT=CLIENT for the attendee it would be properly recognized by SabreDAV classes and the CANCEL would not be sent. So, what we need is to store this initial SCHEDULE-AGENT value in custom properties of Kolab format (or extend the format of https://wiki.kolab.org/User:Mollekopf/Drafts/KEP:17#Attendee).

Jul 3 2017, 5:25 PM · Roundcube Kolab Plugins , iRony, Bug Reports
adomaitis added a comment to T2531: Possibly a bug with rescheduling event via CalDav.

Could be. I've tried to create new meeting and looking at the Caldav I see that ATTEDEE is:

ATTENDEE;CN=ks@fsi.io;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;RSVP=TRUE:
 mailto:ks@fsi.io

So looks like SCHEDULE-AGENT is gone.

Jul 3 2017, 10:03 AM · Roundcube Kolab Plugins , iRony, Bug Reports

Jul 1 2017

machniak added a comment to T2531: Possibly a bug with rescheduling event via CalDav.

However, https://tools.ietf.org/html/rfc6638#section-3.2.1.2 says that CANCEL is sent when an event was modified and previous scheduling was done by the server (default if SCHEDULE-AGENT is not specified). So, probably the issue is in recognizing the previous state.

Jul 1 2017, 9:45 AM · Roundcube Kolab Plugins , iRony, Bug Reports

Jun 30 2017

adomaitis added a project to T2531: Possibly a bug with rescheduling event via CalDav: iRony.
Jun 30 2017, 8:29 PM · Roundcube Kolab Plugins , iRony, Bug Reports

Jun 21 2017

machniak closed T2492: PHP Fatal error on some vCard4 BDAY/ANNIVERSARY input as Resolved.

Fixed.

Jun 21 2017, 10:00 AM · iRony
machniak created T2492: PHP Fatal error on some vCard4 BDAY/ANNIVERSARY input.
Jun 21 2017, 9:26 AM · iRony

Jun 7 2017

machniak closed T1739: iRony does not log failed login attempts, if user name exists as Resolved.

Fixed.

Jun 7 2017, 11:41 AM · iRony, Bug Reports

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

May 10 2017

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

Mar 13 2017

machniak created T2286: Failed CardDAV/CalDAV updates (UID doesn't match object URI).
Mar 13 2017, 10:42 AM · iRony
machniak closed T474: Test REPORT on calendar with URI UIDs does not return 404 as Invalid.

Hard to say it's deployment or code issue and it's old. Closing.

Mar 13 2017, 10:24 AM · Product Owners, iRony

Feb 28 2017

machniak closed T2265: PHP Warning: Invalid argument supplied for foreach() as Resolved by committing rIf7388f006ba8: Fix PHP Warning: Invalid argument supplied for foreach() (T2265).
Feb 28 2017, 12:36 PM · iRony
machniak closed T2262: Failed to create WebDAV folder on root level as Resolved by committing rI002d0040412c: Fix creating files folders on highest level of the folder hierarchy (T2262).
Feb 28 2017, 12:36 PM · iRony
machniak closed T2259: PHP Warning: rewind(): stream does not support seeking as Resolved by committing rIde5804385301: Fix PHP Warning: rewind(): stream does not support seeking (T2259).
Feb 28 2017, 12:35 PM · iRony
machniak closed T2253: PHP Fatal error: Undefined class constant 'ERROR_FORBIDDEN' as Resolved by committing rIe668a72145ba: Fix PHP Fatal error: Undefined class constant 'ERROR_FORBIDDEN' (T2253).
Feb 28 2017, 12:35 PM · iRony
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, 12:33 PM · iRony, Bug Reports

Feb 21 2017

machniak added a revision to T2265: PHP Warning: Invalid argument supplied for foreach(): D393: Fix PHP Warning: Invalid argument supplied for foreach() (T2265).
Feb 21 2017, 4:05 PM · iRony
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 created T2265: PHP Warning: Invalid argument supplied for foreach().
Feb 21 2017, 3:43 PM · iRony
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 revision to T2262: Failed to create WebDAV folder on root level: D390: Fix creating files folders on highest level of the folder hierarchy (T2262).
Feb 21 2017, 3:33 PM · iRony
machniak created T2262: Failed to create WebDAV folder on root level.
Feb 21 2017, 3:30 PM · iRony
machniak added a revision to T2259: PHP Warning: rewind(): stream does not support seeking: D387: Fix PHP Warning: rewind(): stream does not support seeking (T2259).
Feb 21 2017, 3:20 PM · iRony
machniak created T2259: PHP Warning: rewind(): stream does not support seeking.
Feb 21 2017, 3:16 PM · iRony
machniak added a revision to T2253: PHP Fatal error: Undefined class constant 'ERROR_FORBIDDEN': D384: Fix PHP Fatal error: Undefined class constant 'ERROR_FORBIDDEN' (T2253).
Feb 21 2017, 3:11 PM · iRony
machniak created T2253: PHP Fatal error: Undefined class constant 'ERROR_FORBIDDEN'.
Feb 21 2017, 2:49 PM · iRony
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
machniak created T2250: PHP Fatal error when moving/copying/updating a file via WebDAV.
Feb 21 2017, 1:02 PM · Kolab 16, iRony, Chwala
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, 7:59 AM · iRony, Bug Reports

Jan 4 2017

machniak added a comment to T917: libcalendaring creates broken undefined RDATE rules.

I'm unable to reproduce this with Roundcube Calendar. So, it might be already fixed or the bug is in iRony.

Jan 4 2017, 11:41 AM · Roundcube Kolab Plugins , iRony

Jan 2 2017

machniak removed a project from T2157: No support for read-only access in CalDAV-Sync (android): Bug Reports.
Jan 2 2017, 8:18 AM · iRony
machniak added a project to T2157: No support for read-only access in CalDAV-Sync (android): iRony.
Jan 2 2017, 8:18 AM · iRony

Dec 29 2016

machniak added a revision to T2043: iRony CardDAV: ContactsBackend.php does not handle v4 PHOTO properties: D357: Fix PHP fatal errors on some PHOTO property formats.
Dec 29 2016, 5:20 PM · iRony, Bug Reports
machniak added a comment to T2043: iRony CardDAV: ContactsBackend.php does not handle v4 PHOTO properties.

Roundcube core and kolab_addressbook plugin does not support photo URLs. It is not clear to me if it is at all possible to store URL and mediatype in Kolab XML format (probably only URL without type is supported).

Dec 29 2016, 3:32 PM · iRony, Bug Reports

Dec 28 2016

machniak added a project to T1739: iRony does not log failed login attempts, if user name exists: iRony.

The same as in syncroton (T1751) it is caused by authentication cache.

Dec 28 2016, 7:21 PM · iRony, Bug Reports

Dec 15 2016

machniak closed T1994: "201 Created" response even if folder creation failed as Resolved by committing rI3cf34b9dcc5e: T1994: Fix error handling on folder creation/updates.
Dec 15 2016, 2:56 PM · iRony

Dec 7 2016

machniak added a project to T2043: iRony CardDAV: ContactsBackend.php does not handle v4 PHOTO properties: iRony.
Dec 7 2016, 8:20 AM · iRony, Bug Reports

Nov 23 2016

machniak added a revision to T1994: "201 Created" response even if folder creation failed: D302: T1994: Fix error handling on folder creation/updates.
Nov 23 2016, 6:20 PM · iRony
machniak added a comment to T1994: "201 Created" response even if folder creation failed.

DAVBackend::folder_create() returns false on error, but it should throw an exception.

Nov 23 2016, 6:08 PM · iRony
machniak updated subscribers of T1982: Cannot use both per_user_logging and kolabdav_user_debug.

Diff created. I didn't find a nice way to avoid imap_debug issue described in my comment above. There are two sides of this issue though:

  • user id/name is not set before user is authenticated. That's why some part of logs go to logs/ directory instead of logs/<username>/. I found a workaround, but a little bit hacky. In DAVLogger::_construct() add:
$_SESSION['username'] = $_SERVER['PHP_AUTH_USER'];
$_SESSION['user_id']      = -1;

this however requires to login with canonified username, if you use alias for login and canonified username for logs dir it will not catch up.
Anyway this is not a big issue, as most relevant logs are written on after auth.

  • should logs/imap file (and others) be created at all if per_user_logging=true? I mean that's current behaviour, but changing this would allow as to have all debug options enabled with per_user_logging and get logs only for set up users.
Nov 23 2016, 4:56 PM · iRony
machniak added a revision to T1982: Cannot use both per_user_logging and kolabdav_user_debug: D296: T1982: Remove kolabdav_user_debug in favor of Roundcube's per_user_logging.
Nov 23 2016, 4:35 PM · iRony

Nov 22 2016

machniak created T1994: "201 Created" response even if folder creation failed.
Nov 22 2016, 4:02 PM · iRony
machniak added a comment to T1982: Cannot use both per_user_logging and kolabdav_user_debug.

And related to this, enabling e.g. imap_debug together with any of above options does not really work as expected, i.e. the whole imap conversation from after login goes where expected, but everything before the user has been authenticated goes to logs/imap. Maybe it would be possible to fix this by setting $_SESSION['username'] before loging into imap.

Nov 22 2016, 3:03 PM · iRony
machniak created T1982: Cannot use both per_user_logging and kolabdav_user_debug.
Nov 22 2016, 2:56 PM · iRony

Jul 13 2016

xenithorb added a comment to T1082: VCard Photo Export does not meet RFC 2426 specification - suggest fix in iRony.

Is this related to why setting a picture for a contact in Android fails when syncing with DAVdroid? Should another bug be filed for that?

Jul 13 2016, 12:16 AM · Sprint 201612, Sprint 201611, iRony, Bug Reports

Jun 29 2016

vanmeeuwen abandoned D93: Support multiple Accounts on one server by adding email address to realm.
Jun 29 2016, 4:01 PM · iRony

Mar 23 2016

machniak added projects to T1141: webdav interface partly broken after seafile integration: iRony, Chwala.
Mar 23 2016, 11:18 AM · Chwala, iRony, Bug Reports

Mar 21 2016

machniak closed T1082: VCard Photo Export does not meet RFC 2426 specification - suggest fix in iRony as Resolved.
Mar 21 2016, 3:59 PM · Sprint 201612, Sprint 201611, iRony, Bug Reports
vanmeeuwen moved T1082: VCard Photo Export does not meet RFC 2426 specification - suggest fix in iRony from Review to Done on the Sprint 201612 board.
Mar 21 2016, 2:47 PM · Sprint 201612, Sprint 201611, iRony, Bug Reports
machniak closed T772: Fatal error when using CardDAV with OSX client as Resolved.

Fixed the initial issue. I could not find a reproduceable test case, but the fix is really simple and the same check is used few lines before.

Mar 21 2016, 11:07 AM · Product Owners, iRony
vanmeeuwen moved T1082: VCard Photo Export does not meet RFC 2426 specification - suggest fix in iRony from Backlog to Review on the Sprint 201612 board.
Mar 21 2016, 9:20 AM · Sprint 201612, Sprint 201611, iRony, Bug Reports
vanmeeuwen added a project to T1082: VCard Photo Export does not meet RFC 2426 specification - suggest fix in iRony: Sprint 201612.
Mar 21 2016, 9:15 AM · Sprint 201612, Sprint 201611, iRony, Bug Reports

Mar 17 2016

bruederli added a comment to T1082: VCard Photo Export does not meet RFC 2426 specification - suggest fix in iRony.

All the tests which are in the iRony repository used to run through without errors. So if that changed on Winterfell, it should be looked at.

Mar 17 2016, 9:06 AM · Sprint 201612, Sprint 201611, iRony, Bug Reports

Mar 15 2016

machniak moved T1082: VCard Photo Export does not meet RFC 2426 specification - suggest fix in iRony from Backlog to Review on the Sprint 201611 board.
Mar 15 2016, 4:18 PM · Sprint 201612, Sprint 201611, iRony, Bug Reports
machniak added a comment to T1082: VCard Photo Export does not meet RFC 2426 specification - suggest fix in iRony.

I recently run iRony's tests on Kolab Winterfell, and it gave me 14 failed tests. It looks like we don't really use these for CI, are we?

Mar 15 2016, 3:14 PM · Sprint 201612, Sprint 201611, iRony, Bug Reports

Mar 14 2016

bruederli added a comment to T1082: VCard Photo Export does not meet RFC 2426 specification - suggest fix in iRony.

Also, adding the TYPE attribute in v3 seems a reasonable change to me.

Mar 14 2016, 10:04 PM · Sprint 201612, Sprint 201611, iRony, Bug Reports
bruederli added a comment to T1082: VCard Photo Export does not meet RFC 2426 specification - suggest fix in iRony.

Yes, Apple clients also use "b" when exporting and synching contact photos although they can handle upper-cased values as well. But the way to go definitely is lower-cased.

Mar 14 2016, 10:02 PM · Sprint 201612, Sprint 201611, iRony, Bug Reports

Mar 11 2016

vanmeeuwen reassigned T1082: VCard Photo Export does not meet RFC 2426 specification - suggest fix in iRony from bruederli to machniak.
Mar 11 2016, 9:02 PM · Sprint 201612, Sprint 201611, iRony, Bug Reports

Mar 8 2016

vanmeeuwen moved T1082: VCard Photo Export does not meet RFC 2426 specification - suggest fix in iRony from Backlog to Reviewed on the Bug Reports board.
Mar 8 2016, 8:40 AM · Sprint 201612, Sprint 201611, iRony, Bug Reports
vanmeeuwen added a comment to T1082: VCard Photo Export does not meet RFC 2426 specification - suggest fix in iRony.

"B" and "b" both work with iOS7 Contacts app.

Mar 8 2016, 8:39 AM · Sprint 201612, Sprint 201611, iRony, Bug Reports

Mar 7 2016

machniak added a comment to T1082: VCard Photo Export does not meet RFC 2426 specification - suggest fix in iRony.

"B" and "b" both work with iOS7 Contacts app.

Mar 7 2016, 5:52 PM · Sprint 201612, Sprint 201611, iRony, Bug Reports
machniak added a comment to T1098: BC break in kolab_storage_folder::get_object().

This broke in my recent performance improvements in libkolab plugin code. https://git.kolab.org/rRPK52053f355af6c09db547f1b8d02bb9ae88abcb1c So, it's Winterfell only.

Mar 7 2016, 5:02 PM · Roundcube Kolab Plugins , Winterfell
machniak created T1098: BC break in kolab_storage_folder::get_object().
Mar 7 2016, 4:49 PM · Roundcube Kolab Plugins , Winterfell

Mar 2 2016

pafei updated D93: Support multiple Accounts on one server by adding email address to realm.
Mar 2 2016, 3:15 PM · iRony
pafei added a comment to T1082: VCard Photo Export does not meet RFC 2426 specification - suggest fix in iRony.

Perhaps it has come from section 2.4.1?

Mar 2 2016, 3:08 PM · Sprint 201612, Sprint 201611, iRony, Bug Reports
vanmeeuwen added a comment to T1082: VCard Photo Export does not meet RFC 2426 specification - suggest fix in iRony.

Perhaps it has come from section 2.4.1?

Mar 2 2016, 2:20 PM · Sprint 201612, Sprint 201611, iRony, Bug Reports
vanmeeuwen requested changes to D93: Support multiple Accounts on one server by adding email address to realm.

Please create a ticket for this differential, and set the summary of this differential to "Resolves T$x", where $x is the ticket number you get.

Mar 2 2016, 2:05 PM · iRony
pafei retitled D93: Support multiple Accounts on one server by adding email address to realm from
Mar 2 2016, 12:11 PM · iRony

Mar 1 2016

bruederli added a comment to T1082: VCard Photo Export does not meet RFC 2426 specification - suggest fix in iRony.

I don't recall where that change came from and I can't find an according test/sample case. We should comply with RCF here.

Mar 1 2016, 9:34 PM · Sprint 201612, Sprint 201611, iRony, Bug Reports
machniak assigned T1082: VCard Photo Export does not meet RFC 2426 specification - suggest fix in iRony to bruederli.

As this contradicts with rId20afc78222279, would be nice to have feedback from Thomas.

Mar 1 2016, 4:41 PM · Sprint 201612, Sprint 201611, iRony, Bug Reports
machniak added a project to T1082: VCard Photo Export does not meet RFC 2426 specification - suggest fix in iRony: iRony.
Mar 1 2016, 4:41 PM · Sprint 201612, Sprint 201611, iRony, Bug Reports
pafei added a watcher for iRony: pafei.
Mar 1 2016, 10:42 AM

Dec 11 2015

jab created T917: libcalendaring creates broken undefined RDATE rules.
Dec 11 2015, 5:39 PM · Roundcube Kolab Plugins , iRony

Oct 9 2015

machniak added a comment to T772: Fatal error when using CardDAV with OSX client.

That's a different issue. Probably fixed by this https://git.kolab.org/rIbb534210020c5fedd9c4b780c995e8b7c20d81a6

Oct 9 2015, 5:21 PM · Product Owners, iRony
vanmeeuwen added a comment to T772: Fatal error when using CardDAV with OSX client.

The error remains.

Oct 9 2015, 2:05 PM · Product Owners, iRony
vanmeeuwen updated subscribers of T772: Fatal error when using CardDAV with OSX client.

Patched the internal webservers, @vincent is testing.

Oct 9 2015, 2:00 PM · Product Owners, iRony

Sep 30 2015

machniak added a comment to T772: Fatal error when using CardDAV with OSX client.

The Sabre/VObject is in version 2.1.7, so it should be fine.

Sep 30 2015, 10:31 AM · Product Owners, iRony
machniak created T772: Fatal error when using CardDAV with OSX client.
Sep 30 2015, 10:11 AM · Product Owners, iRony

Sep 21 2015

greve added a comment to T474: Test REPORT on calendar with URI UIDs does not return 404.

BTW: Still seeing these after the recent Kolab Now service window. Should it have resolved them or is this something new/residual?

Sep 21 2015, 4:05 PM · Product Owners, iRony

Sep 8 2015

vanmeeuwen created T756: Access Control Extensions to WebDAV (RFC 3744).
Sep 8 2015, 8:49 AM · iRony

Aug 4 2015

machniak added a comment to T653: Fix handling of alarms with "zero duration" (e.g. PT0S).

Also not reproducable with current KE14 - iRony DAV Server 0.2.8SabreSabre VObject 2.1.3.

Aug 4 2015, 5:30 PM · Roundcube Kolab Plugins , Restricted Project, Product Owners