Message threading
まだ誰も着手していません。
評価
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 初心者へのやさしさ
- 30/100
調査の方向性
まず storage backend のコンテキストと、ORDEREDSUBJECT および REFERENCES のスレッド処理について説明している RFC 5256 のセクションを読みます。関係するメッセージとストレージのエントリポイントを特定し、メッセージが順不同で到着した場合でも message IDs を保持しながら、スレッドツリーとフラット化されたリストをどのように生成するかを定義します。
索引モデルが issue の本文から書いたものです。
説明
Message should be grouped into threads based on In-Reply-To, References Message-Id header fields. Message can belong to one or more threads. Storage layer should be able to produce thread tree (each message is linked directly to the message it is replying to) or flattened thread list (just list every message in thread).
Since each message belong to at least one thread and most threads don't have more than one message, we don't want to create a separate thread object for each message. Consider reusing message object as a thread object - each message contains two references - thread root message ID and thread parent message ID.
maddy-storage should support two threading algorithms (ORDEREDSUBJECT and REFERENCES) described in https://datatracker.ietf.org/doc/html/rfc5256. Note that go-imap v2 does not support THREAD extension server-side yet: https://github.com/emersion/go-imap/issues/533
For future JMAP compatibility, we don't merge threads if messages arrive out-of-order as this would require changing message IDs.
- 主要言語
- Go
- スター
- 3
- フォーク
- 0
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
foxcpp/maddy-storage のほかの issue
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
foxcpp/maddy-storage#17 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 28/100
foxcpp/maddy-storage#16 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 25/100
foxcpp/maddy-storage#15 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
foxcpp/maddy-storage#14 ·
-
Pass imaptest オープン
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
foxcpp/maddy-storage#13 · コメント 1 件 ·
foxcpp/maddy-storage の issue をすべて見る
似ている issue
-
難易度 1/5 1時間未満 初心者へのやさしさ 90/100
-
Bob Shell support オープンenhancement
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
santhosh-tekuri/jsonschema#276 ·