Tellier Benoit created JAMES-2565:
-------------------------------------
Summary: Webadmin: allow EML upload
Key: JAMES-2565
URL: https://issues.apache.org/jira/browse/JAMES-2565
Project: James Server
Issue Type: New Feature
Components: mailbox, webadmin
Reporter: Tellier Benoit
In an effort to drop the CLI completely in Guice products, we need to support
all features of the CLI in the webAdmin alternative.
Currently, one of the features missing are related to "message upload".
As an admin, I should be able to upload a message in any mailbox.
Proposed API is
```
POST /users/[email protected]/mailboxes/INBOX -d 'header: A BIG EML\r\nWith a bi
body'
204
```
You will add it as part of UserMailboxesRoutes class.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]