Files
jmap-webmail/lib
Matthieu MALVACHE 5581ac768b refactor(jmap): extract shared constants and simplify client patterns
DRY: extract DEFAULT_MAILBOX_RIGHTS, EMAIL_LIST_PROPERTIES,
namespaceMailboxIds(), computeHasMore(), buildStatePollingRequest(),
STATE_TYPE_MAP, and parseEmailHeaders() to eliminate duplication
across multiple methods.

Simplify getContacts, batchMarkAsRead, batchMoveEmails, connect,
getBlobDownloadUrl, getEventSourceUrl, and ping with cleaner patterns.

Remove redundant comments and leftover console.log debug statements.
2026-02-25 14:15:51 +01:00
..