mirror of
https://github.com/root-fr/jmap-webmail.git
synced 2026-09-24 08:01:19 +00:00
JMAP spec states "The client may specify a partId OR a blobId, but not both." We were incorrectly including both fields, causing "Cannot specify both partId and blobId" errors when creating drafts with attachments. Fixed by removing partId and size fields from attachment objects. The server calculates size automatically from the blob content.