chibenwa commented on pull request #481: URL: https://github.com/apache/james-project/pull/481#issuecomment-859418213
> As i understand, JMAP email object based on RFC5322. Correct > When user client read a email (Email/get), I see server returns Jmap object (not Mime message). Correct. To be more precise the server returns the properties the client asked for. Some are high level, directly matches use case and requires no Mime knowledge eg: `subject` but some others are lower lever and the client can do advanced mime stuff not accounted for by the base spec. Also a client might download the whole mime message if he wishes. > My question is how does the JMAP client read that Jmap object as a email? That's the point: a JMAP client might never end up dealing with any sort of MIME. He can work with the conveniant JMAP API without needing to understand MIME. This makes it easy to write clients like INBOX or LTT.RS. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
