But does the example web-client do more than browse the mail available at 
the server. I got the impression it does, but I'm not seeing it.

I have traffic going back and forth from the client to a prototype server, 
but all I see is:

[image: Screen Shot 2020-06-09 at 12.01.56 PM.png]

... so there's no action I can actually take with my test data to 'respond'

I'm setting the following in the session:

{
  "capabilities": {
    "urn:ietf:params:jmap:core": {
      "maxSizeUpload": 50000000,
      "maxConcurrentUpload": 8,
      "maxSizeRequest": 10000000,
      "maxConcurrentRequests": 8,
      "maxCallsInRequest": 8,
      "maxObjectsInGet": 256,
      "maxObjectsInSet": 128,
      "collationAlgorithms": [
        "i;ascii-numeric",
        "i;ascii-casemap",
        "i;unicode-casemap"
      ]
    },
    "urn:ietf:params:jmap:mail": {},
    "urn:ietf:params:jmap:contacts": {},
    "urn:ietf:params:jmap:submission": {}
  },
  "accounts": {
    "995000000409268150": {
      "name": "[email protected]",
      "isPersonal": true,
      "isReadOnly": false,
      "isPrimary": true,
      "accountCapabilities": {
        "urn:ietf:params:jmap:mail": {
          "maxMailboxesPerEmail": null,
          "maxMailboxDepth": 10
        },
        "urn:ietf:params:jmap:contacts": {
        },
        "urn:ietf:params:jmap:submission": {
        }
      }
    }
  },
  "primaryAccounts": {
    "urn:ietf:params:jmap:mail": "995000000409268150"
  },
...
}


if that helps at all...  Something I'm missing ?

I don't see the client asking for any identity information, so I don't 
*think* I'm failing some sort of permission for posting. I added the 
"...submission" urn in case that was required...

Also, is this the correct forum for technical implementor-like questions ? 
Or is there somewhere better ? Enquiring minds want to know :)

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jmap-discuss/13cb0b66-c1a8-4b03-a32b-658ab950cde5o%40googlegroups.com.

Reply via email to