Skip to content

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