You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Tellier Benoit (JIRA)" <se...@james.apache.org> on 2017/07/27 03:11:00 UTC

[jira] [Created] (JAMES-2100) ICAL 4J needs to be configured in a lenient fashion

Tellier Benoit created JAMES-2100:
-------------------------------------

             Summary: ICAL 4J needs to be configured in a lenient fashion
                 Key: JAMES-2100
                 URL: https://issues.apache.org/jira/browse/JAMES-2100
             Project: James Server
          Issue Type: Bug
            Reporter: Tellier Benoit


Apparently this need to be done through a global configuration change:

{code:java}
CompatibilityHints.setHintEnabled(CompatibilityHints.KEY_RELAXED_PARSING, true);
{code}

We also need to write additional unit tests for ICalendarParser.

List of unsupported items: VEVENT, VTIMEZONE,



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org