Tellier Benoit created JAMES-2868:
-------------------------------------
Summary: 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
Reporter: Tellier Benoit
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]