go-jmap icon indicating copy to clipboard operation
go-jmap copied to clipboard

:email: JMAP client & server library (WIP)

Results 4 go-jmap issues
Sort by recently updated
recently updated
newest added

Fix HTTPRequest header value (Authentication -> Authorization) Enable Core/echo method by default: - Initialize argsUnmarshallers to fix client.Enable usage - Fix typo (jmap.RawMarshallers -> jmap.RawUnmarshallers) - Add CoreCapability to Core/echo...

Reference: https://jmap.io/spec-core.html List below is nowhere complete. - [x] Fundamental types - [x] Int - [x] UnsignedInt - [x] Date - [x] UTCDate - [x] Id - [x] Autodiscovery -...

client
server

## Things to consider Below are things I believe would make library more useful. - go-jmap should avoid enforcing certain storage design and definitely must not provide storage implementation itself....

server

Both for client and server side. For client - duplicate methods and add ctx argument. For server - pass context value to callbacks.

enhancement
client
server