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

Adds support of multipart/related for inline attachments #181

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

BluePsyduck
Copy link

This PR adds support for multipart/related to the mail package by introducing a new RelatedWriter and corresponding methods to the package. See #179 for more information about the usecases.

This PR also renames existing functions and methods to make the wording more uniform. In detail, the following renamings have been added:

  • InlineWriter to AlternativeWriter to represent its task of writing "multipart/alternative", the same way like the new RelatedWriter writes "multipart/related".
  • CreateInlineWriter() to CreateAlternativeWriter() to match the renaming of the returned writer.
  • Writer.CreateInline() to Writer.CreateAlternative() to match the renaming of the returned writer.

The old namings are still in-place and marked as deprecated, so this PR does not introduce a BC break.

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