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 "Tellier Benoit (JIRA)" <se...@james.apache.org> on 2018/07/04 02:43:00 UTC

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

     [ https://issues.apache.org/jira/browse/JAMES-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tellier Benoit resolved JAMES-2444.
-----------------------------------
    Resolution: Fixed

[https://github.com/linagora/james-project/pull/1511] solved the issue

> 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
>            Priority: Critical
>
> 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