Graph do not returns first email of the branch
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Aptitud para principiantes
- 25/100
- Tipo de issue
- Error
- Claridad
- Necesita aclaración
- Estado de actividad
- Estancado
- Stack tecnológico
- typescript
- Área
- api
Línea de trabajo
Start by reproducing the Microsoft Graph GET request using @microsoft/microsoft-graph-client version ^3.0.6 and compare the returned messages with the expected thread contents. Determine whether the missing first message originates in the SDK or the Graph API; done means a confirmed cause and either a focused SDK fix or documented upstream behavior.
Escrito por el modelo de indexación a partir del texto del issue.
Descripción
Bug Report
Description
Microsoft Graph API does not return the first user-sent message in a thread initiated by the user.
Console Errors: N/A
Screenshots: N/A
Steps to Reproduce
- Use the following GET request to retrieve emails:
GET https://graph.microsoft.com/v1.0/me/messages?$search="(to:username@companyname.io OR from:username@companyname.io) AND received>=2023-11-01 AND received<=2023-11-19"&$select=subject,toRecipients,from,ccRecipients - Observe that all emails meeting the condition are returned except for the very first message in a thread initiated by the user.
Expected behavior: The Microsoft Graph API should return all emails meeting the specified condition, including the very first message in a thread initiated by the user.
Actual behavior: The API does not return the first user-sent message in a thread initiated by the user.
Additional Context
A similar issue was discussed in this thread: Link to Discord Thread
Usage Information
Request ID - N/A (No Graph API error response received)
SDK Version - "@microsoft/microsoft-graph-client": "^3.0.6",
- Node (Check, if using Node version of SDK)
Node Version - "@types/node": "^20.3.1", "ts-node": "^10.9.1",
- Browser (Check, if using Browser version of SDK)
Browser Name - N/A
Version - N/A
- Lenguaje dominante
- TypeScript
- Estrellas
- 833
- Forks
- 240
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de microsoftgraph/msgraph-sdk-javascript
-
status:waiting-for-triage
Dificultad 1/5 Menos de una hora Aptitud para principiantes 62/100
-
Is anyone here? Abierto
Dificultad 4/5 3-5 días Aptitud para principiantes 25/100
microsoftgraph/msgraph-sdk-javascript#2005 · 1 reacción ·
-
Is it really correct that the Javascript version of the graph SDK doesn't offer typed requests? Abiertostatus:waiting-for-triage
Dificultad 5/5 Más de una semana Aptitud para principiantes 42/100
-
status:waiting-for-triage type:bug
Dificultad 3/5 1-2 días Aptitud para principiantes 48/100
microsoftgraph/msgraph-sdk-javascript#1999 · 2 comentarios · 1 reacción ·
-
status:waiting-for-triage type:bug
Dificultad 4/5 3-5 días Aptitud para principiantes 45/100