jordan-wright / email

Robust and flexible email library for Go
MIT License
2.61k stars 324 forks source link

Core 10934 attachments streaming #154

Closed YuriiRubakha closed 1 year ago

YuriiRubakha commented 1 year ago

This is pre-draft PR. Not all methods implemented. Original Attachment structure contains io.Stream instead of []byte now. Affected functions and tests modified to match changes. Streaming base64 attachment sending is in development

func (e *Email) bytesNoAttachments() repeats original code from .Bytes() except base64 encoding of attachments