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

Trần Tiến Đức updated JAMES-2685:
---------------------------------
    Description: 
 
{code:java}
POST /deletedMessages/user/:userId?action=export&recipient=:mailAddress
[JSON Query body] defined in JAMES-2663

200: OK {"taskId":"5641376-02ed-47bd-bcc7-76ff6262d92a"}   

404: if user is not exist{code}
 
 - When this API is called, queried message will be zipped and then share by 
BlobSharing mechanism

 - Define a POST method in DeletedMessagesVaultRoutes(#1024)

 - Unit-test with mocked sharing mechanism.

  was:
POST /deletedMessages/user/:userId?action=export&recipient=:mailAddress

[JSON Query body] defined in JAMES-2663

- 200: OK
{"taskId":"5641376-02ed-47bd-bcc7-76ff6262d92a"}

- 404: if user is not exist

- When this API is called, queried message will be zipped and then share by 
BlobSharing mechanism

- Define a POST method in DeletedMessagesVaultRoutes(#1024)

- Unit-test with mocked sharing mechanism.


> [WebAdmin DMV Route] Export API
> -------------------------------
>
>                 Key: JAMES-2685
>                 URL: https://issues.apache.org/jira/browse/JAMES-2685
>             Project: James Server
>          Issue Type: New Feature
>            Reporter: Trần Tiến Đức
>            Priority: Major
>
>  
> {code:java}
> POST /deletedMessages/user/:userId?action=export&recipient=:mailAddress
> [JSON Query body] defined in JAMES-2663
> 200: OK {"taskId":"5641376-02ed-47bd-bcc7-76ff6262d92a"}   
> 404: if user is not exist{code}
>  
>  - When this API is called, queried message will be zipped and then share by 
> BlobSharing mechanism
>  - Define a POST method in DeletedMessagesVaultRoutes(#1024)
>  - Unit-test with mocked sharing mechanism.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to