mirror of
https://github.com/root-fr/jmap-webmail.git
synced 2026-09-24 00:01:14 +00:00
parseDuration() now handles undefined event.duration gracefully instead of crashing on .match(). CalendarEvent.duration type updated to reflect that JMAP servers may omit this field. Sieve filter activation replaced isActive (server-set per RFC 9661) with onSuccessActivateScript. Create/update calls merged with activation into single JMAP roundtrips. Closes #31, closes #21