Skip to content

Add new APIs to take Read instead of u8 array - #48

Open
staktrace wants to merge 1 commit into
masterfrom
stream
Open

Add new APIs to take Read instead of u8 array#48
staktrace wants to merge 1 commit into
masterfrom
stream

Conversation

@staktrace

Copy link
Copy Markdown
Owner

This allows callers to pass in a Read impl for the mail data when storing new mail objects, instead of loading the data into memory and passing it as a u8 array reference. This allows for better memory performance when streaming content to save into a maildir

This allows callers to pass in a Read impl for the mail data when
storing new mail objects, instead of loading the data into memory
and passing it as a u8 array reference. This allows for better
memory performance when streaming content to save into a maildir
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.

1 participant