Skip to content

Can not search with from fields in TWP #4046

@hoangdat

Description

@hoangdat

Desc

{
  "using": [
    "urn:ietf:params:jmap:core",
    "urn:ietf:params:jmap:mail",
    "urn:apache:james:params:jmap:mail:shares"
  ],
  "methodCalls": [
    [
      "Email/query",
      {
        "accountId": "750b7391d4e9be0de1e251cc3664761fed57bc92be1db6ed4bb2050a98189338",
        "position": 0,
        "filter": {
          "from": "datoct@stg.lin-saas.com"
        },
        "limit": 20
      },
      "c0"
    ],
    [
      "SearchSnippet/get",
      {
        "accountId": "750b7391d4e9be0de1e251cc3664761fed57bc92be1db6ed4bb2050a98189338",
        "filter": {
          "from": "datoct@stg.lin-saas.com"
        },
        "#emailIds": {
          "resultOf": "c0",
          "name": "Email/query",
          "path": "/ids/*"
        }
      },
      "c1"
    ],
    [
      "Email/get",
      {
        "accountId": "750b7391d4e9be0de1e251cc3664761fed57bc92be1db6ed4bb2050a98189338",
        "#ids": {
          "resultOf": "c0",
          "name": "Email/query",
          "path": "/ids/*"
        },
        "properties": [
          "id",
          "blobId",
          "subject",
          "from",
          ....
          "header:List-Unsubscribe:asText",
          "header:X-MEETING-UID:asText"
        ]
      },
      "c2"
    ]
  ]
}

No result responses, even have a lot of email from this guy

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions