(20241210) Bug fix for retrieval of one full mail.

This commit is contained in:
2024-12-10 11:10:15 +05:30
parent e7ca685e20
commit 4c3d546065
2 changed files with 29 additions and 33 deletions
+2
View File
@@ -116,6 +116,8 @@ class MailRetrieveModel(BaseModel):
"_id": True,
"serviceType": True,
"client": True,
"ts": True,
"readTs": True,
"payload.ts": True,
"payload.readTs": True,
"payload.from": True,