-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JMAP] [interoperability] support blobId in Email/set create htmlBody + textBody properties #5405
Comments
If we add Therefore, I suggest moving "htmlBody": [
{
"partId": "a49d",
"type": "text/html"
}
],
"bodyValues": {
"a49d": {
"blobId": "$blobId",
"isTruncated": false,
"isEncodingProblem": false,
"header:Specific:asText": "MATCHME"
}
} |
@vttranlina It is not open for design. What does the spec say? Is it allowed? |
I checked RFC 8621. The I'll try refactoring to determine if there’s a specific reason or if it's simply a coding mistake. If successful, placing |
@chibenwa Do we need to create a ticket for the mobile team? |
We need to support the old buggy value in addition to the new one during the transition period in order not to create a breaking change. We also need to create an issue for the mobile team backlog. |
Issue for the mobile team backlog. |
CF
Have the option for the front to send an html body that exceeds say 1MB then it sould upload it, then reference it as a blob in its body parts.
We don't address the fact that the HTML is big, we cope with it...
Example:
=> Would return a blobId
Then in JMAP:
Which is valid but currently not supported by Twake mail. I'm also expecting this to be required for inter-operability....
The text was updated successfully, but these errors were encountered: