I'm writing some code that acts on messages in a JMAP store. The message might have been retrieved by id, or it may have just been imported.
Messages have a fair number of properties that are computed by the server, and I'll need to know a few of them. Right now, if I'm importing a message, I need two HTTP transactions to get (say) the replyTo of a message: one for to importMessages, one for getMessages (to say nothing of the message upload). I don't want to compute it myself, since I might get a different result than the server on some inputs. I'd like importMessages to take a boolean fetchMessages argument to trigger an automatic getMessages on the created ids. Alternately, a means to request that the objects in the `created` entry in the messagesImported response are not so sparse, but contain full objects -- Ricardo Signes (rjbs) Research & Development, IC Group -- You received this message because you are subscribed to the Google Groups "JMAP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jmap-discuss/20160706180848.GA64145%40lab.int.icgroup.com. For more options, visit https://groups.google.com/d/optout.
