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/06/14 08:38:00 UTC

[jira] [Resolved] (JAMES-2423) Webadmin should list the mails in a mail repository in the correct format

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

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

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

> Webadmin should list the mails in a mail repository in the correct format
> -------------------------------------------------------------------------
>
>                 Key: JAMES-2423
>                 URL: https://issues.apache.org/jira/browse/JAMES-2423
>             Project: James Server
>          Issue Type: Bug
>          Components: webadmin
>            Reporter: Gautier DI FOLCO
>            Priority: Minor
>
> In [https://james.apache.org/server/manage-webadmin.html#Administrating_mail_repositories], section *Listing mails contained in a mail repository*
> The expected response specified by the documentation:
> {code:java}
> [
>  "mail-key-1",
>  "mail-key-2",
>  "mail-key-3"
> ]{code}
> Actually response:
> {code:java}
> [
>  { "mailKey": "381bde50-6e11-11e8-bc7a-af84a10f8322-!1604061" },
>  { "mailKey": "381bde50-6e11-11e8-bc7a-af84a10f8322" }
> ] {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