Internet headers are not returned for mail in sent folder of the user

オープン
#1,891 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
25/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
typescript
領域
api

調査の方向性

Start by reproducing the Microsoft Graph request against a message in the user's Sent folder, comparing .select('internetheaders') with fetching and parsing the raw message. Verify whether the limitation is in the TypeScript SDK or the Graph API; done means identifying a supported retrieval path or documenting that no SDK-side fix is possible.

索引モデルが issue の本文から書いたものです。

説明

I am building a solution using the Microsoft Graph API where the goal is to retrieve the internet headers of the parent email (the email being replied to). After sending a mail, it appears in my "Sent" folder, and I am trying to reply to it.

I am unable to fetch the internet headers for the parent email, which is critical for propagating important information through my add-in. I tried using both .select('internetheaders') as well as fetching raw message and parsing the MIME content.

I can however fetch the internet headers using the recipient's account. when the mail is in Inbox folder.

This issue is a significant blocker as it prevents the correct propagation of essential security information needed for the add-in to function properly.

I would appreciate any resolution or workaround as soon as possible to address this issue.

Adding the sender to the recipients list is one possible workaround, but I prefer not to use it as it's not a conventional approach.

主要言語
TypeScript
スター
833
フォーク
240
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

microsoftgraph/msgraph-sdk-javascript のほかの issue

microsoftgraph/msgraph-sdk-javascript の issue をすべて見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。