XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.6.0
    • None
    • None

    Description

      1. WHY
        As a client i need to know what sort filters are supported by the server.
        the list of field supported will be returned as an array of string in the emailQuerySortOption field of the capabilities in the session object.
      emailQuerySortOptions: String[] A list of all the values the server supports for the “property” field of the Comparator object in an Email/query sort (see Section 4.4.2). This MAY include properties the client does not recognise (for example, custom properties specified in a vendor extension). Clients MUST ignore any unknown properties in the list.
       
      • The list of supported filters in this first implementation are :
        receivedAt
        size
        from
        to
        subject
        sentAt
        hasKeyword
        

        the following fields are not supported at the moment :
        allInThreadHaveKeyword, someInThreadHaveKeyword
        Because we don't support thread yet.

      1. HOW
      • add the emailQuerySortOption fields to the supported capabilites
      1. DOD
      • write an integration test validating that all the filter in the previous list appears in the capabilities in the session object

      Attachments

        Activity

          People

            Unassigned Unassigned
            ducnv Nguyễn Việt Đức
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: