-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Why?
To easily know which methods are low and high level.
How?
Separate files?
// Low level
client.lowLevel.mailbox_get(...);
// High level
client.getAllMailboxes(...);About mailbox_changes
Issue #45
What about the case of mailbox_changes to get changes until hasMoreChanges is false?
Is it low level because its response is the same, and it just mimics the simple mailbox_changes using the same data structure?
Or is it high level because it does more than just making a simple JMAP request?
Metadata
Metadata
Assignees
Labels
No labels