[
https://issues.apache.org/jira/browse/JAMES-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tellier Benoit resolved JAMES-2684.
-----------------------------------
Resolution: Fixed
Fix Version/s: 3.4.0
https://github.com/linagora/james-project/pull/2242 contributed this
> [BlobSharingMechanism] API + simple file implementation
> -------------------------------------------------------
>
> Key: JAMES-2684
> URL: https://issues.apache.org/jira/browse/JAMES-2684
> Project: James Server
> Issue Type: New Feature
> Reporter: Trần Tiến Đức
> Priority: Major
> Fix For: 3.4.0
>
>
> We want to abstract the action of sharing an archive with a user or the
> admin, be it a superTrash tarBall or a mailbox export.
> We propose the following API in the blob-api:
> {code:java}
> interface BlobSharingMechanism {
> Publisher<Void> share(BlobId, MailAddress, ExplanationText);
> }{code}
> Implement a naïve version of it:
> - Creating a random file in a specific folder of the file-system
> - Then email the filepath to the given mailAddress
> Write unit tests for this simple mechanism.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]