JMAP Core server implementation
- 主要语言
- Go
- 星标
- 43
- 派生
- 4
- PR 合并指标
- 30 天内没有已合并 PR
描述
## 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. I think it is best to simply translate API requests into corresponding method calls on some interface called "Backend" (see [go-imap](https://github.com/emersion/go-imap) for a good example of how this could be done).
- go-jmap should avoid enforcing certain authentication design and definitely must not provide authentication implementation itself. As with previous point, authentication should be implemented by calling out into user-provided interface implementation.
- go-jmap should rely only on net/http for HTTP server. Use of more advanced frameworks will make it easier to violate the first point.
- JMAP Core, JMAP Mail, etc implementations should be kept independent of each other for extensibility purposes. JMAP is not only about email.
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先检查仓库结构,并将其预期的服务器设计与 issue 中链接的 go-imap 示例进行比较。定义用户提供的存储和身份验证所需的入口点与接口,然后检查 HTTP 处理是否使用 net/http,以及 JMAP Core 是否仍独立于其他 JMAP 实现。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- go
- 领域
- api, backend
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100