[ 
https://issues.apache.org/jira/browse/JAMES-2868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919141#comment-16919141
 ] 

Rene Cordier commented on JAMES-2868:
-------------------------------------

PR solving this matter: https://github.com/linagora/james-project/pull/2649

> Http route for getting all mails stored in the MockSmtpServer
> -------------------------------------------------------------
>
>                 Key: JAMES-2868
>                 URL: https://issues.apache.org/jira/browse/JAMES-2868
>             Project: James Server
>          Issue Type: Sub-task
>          Components: Remote Delivery, tests
>            Reporter: Tellier Benoit
>            Assignee: Tellier Benoit
>            Priority: Major
>
> List all of mails (JAMES-2864 + JAMES-2865) are successfully stored in the 
> MockSmtpServer
> ```
> GET /mails
>  - 200: ok
> ```
> ```json
> [
>   {
>    "envelope": {
>         "from": "[email protected]",
>         "recipients": ["[email protected]", "[email protected]"]
>     },
>    "content": "mail content here"
>   },
>   ...
> ]



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to