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/12 13:58:00 UTC

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

Gautier DI FOLCO created JAMES-2423:
---------------------------------------

             Summary: 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


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