Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement inbox streaming api #9

Merged
merged 8 commits into from
Dec 11, 2024

Conversation

djenczewski
Copy link
Member

@djenczewski djenczewski commented Dec 10, 2024

Description

Closes #4

PrivMX Endpoint Extra

ADDITIONS

  1. New Inbox File Streaming classes:
    • InboxFileStream - Base class for streaming files to Inbox.
    • InboxFileStreamReader - Implements methods that simplify the process of reading files from Inbox and writing to an OutputStream.
    • InboxFileStreamWriter - Implements methods that simplify the process of writing files to Inbox and reading from an InputStream.
  2. New Inbox Entry Streaming classes:
    • InboxEntryStream - Streamlines the creation and sending of Inbox entries, supporting optional file attachments with parallel file uploads for enhanced performance.

@djenczewski djenczewski linked an issue Dec 11, 2024 that may be closed by this pull request
@djenczewski djenczewski requested a review from filipg43 December 11, 2024 09:34
@djenczewski djenczewski marked this pull request as ready for review December 11, 2024 09:34
@djenczewski djenczewski merged commit ce2807b into dev Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT]: Implement Inbox Streaming API
2 participants