Possibly a stupid question regarding the web-client .... :)

110 views
Skip to first unread message

Spaced Cowboy

unread,
Jun 9, 2020, 3:12:42 PM6/9/20
to JMAP
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:

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": "marve...@mike.net",
      "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 :)

Neil Jenkins

unread,
Jun 9, 2020, 8:16:26 PM6/9/20
to JMAP Mailing List
The demo webmail client does not include any compose/reply facility at this time. It's a demo, not a production-ready webmail! However, it's all open source, and pull requests are welcome if you'd like to add this.

Cheers,
Neil.

Spaced Cowboy

unread,
Jun 10, 2020, 1:04:55 PM6/10/20
to JMAP


On Tuesday, June 9, 2020 at 5:16:26 PM UTC-7, Neil Jenkins wrote:
The demo webmail client does not include any compose/reply facility at this time. It's a demo, not a production-ready webmail! However, it's all open source, and pull requests are welcome if you'd like to add this.

That's totally fine, I'm not complaining!  :) I was just trying to figure out if I'd missed anything - I'm more focussed on the server side than the client side right now, and my javascript-understand skills aren't exactly something to brag about :)

Reply all
Reply to author
Forward
0 new messages