JMAP Core server implementation
まだ誰も着手していません。
評価
調査の方向性
まずリポジトリの構成を確認し、想定されているサーバー設計を、issue にリンクされている go-imap の例と比較します。ユーザーが提供するストレージと認証に必要なエントリーポイントおよびインターフェースを定義し、HTTP の処理に net/http が使用されていること、そして JMAP Core が他の JMAP 実装から独立したままであることを確認します。
索引モデルが issue の本文から書いたものです。
説明
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 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.
- 主要言語
- Go
- スター
- 43
- フォーク
- 4
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
foxcpp/go-jmap のほかの issue
-
Context support オープンclient enhancement server
難易度 4/5 3〜5日 初心者へのやさしさ 25/100
-
client server
難易度 5/5 1週間以上 初心者へのやさしさ 20/100
似ている issue
-
ai-generated
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
SiaFoundation/indexd#1116 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 84/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
-
triage
難易度 2/5 1〜3時間 初心者へのやさしさ 82/100
wakatime/wakatime-cli#1585 ·