Skip to content

JMAP: setMailboxes does not do (topological) sort of creations #83

@rjbs

Description

@rjbs

I issue creates to setMailboxes like this:

{ x: { name: "foo" }, y: { name: "bar", parentId: "#x" } }

...and I get inconsistent results. I feel fairly certain that this is an ordering issue. If it tries to create y first, it fails because #x can't be resolved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    JMAPaffects the JMAP implementation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions