You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Gautier DI FOLCO (JIRA)" <se...@james.apache.org> on 2018/06/28 14:47:00 UTC

[jira] [Created] (JAMES-2444) Can't destroy a large set of mails

Gautier DI FOLCO created JAMES-2444:
---------------------------------------

             Summary: Can't destroy a large set of mails
                 Key: JAMES-2444
                 URL: https://issues.apache.org/jira/browse/JAMES-2444
             Project: James Server
          Issue Type: Bug
          Components: JMAP
            Reporter: Gautier DI FOLCO
            Assignee: Antoine Duprat


When we try to destroy a large set of mails with JMap, we get a 400 error.

 
{code:java}
Request method:    POST
Request path:    http://localhost:33659/jmap
Proxy:            <none>
Request params:    <none>
Query params:    <none>
Form params:    <none>
Path params:    <none>
Multiparts:        <none>
Headers:        Accept=application/json, application/javascript, text/javascript
                Authorization=c9422bb6-ebe6-46e6-a8c0-ca48bc9b1ed0
                Content-Type=application/json; charset=UTF-8
Cookies:        <none>
Body:
[
    [
        "setMessages",
        {
            "destroy": [
                "740f7340-7ae1-11e8-aa97-ad34b711daec",
                ... 248 more
                "839bdba0-7ae1-11e8-aa97-ad34b711daec"
            ]
        },
        "#0"
    ]
]

HTTP/1.1 400 Bad Request
Connection: close{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org