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

Allow custom media subtypes #103

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

amikholap
Copy link

Hi.

I've added Message constructor argument to override default MIME subtype name (mixed for multipart, plain for text).

multipart/mixed subtype caused problems in some email clients when I tried to inline images using CIDs. As this RFC states CIDs are supposed to work if message content type is multipart/related which tells the client to assume that some parts are related to others. Otherwise all parts are assumed to be self contained and CID link may not work.

Thanks!

@omardlhz
Copy link

omardlhz commented Nov 7, 2017

Is it possible to do this without modifying the current version?

@eLvErDe
Copy link

eLvErDe commented Dec 19, 2017

Fixed my issue of hmtl+text emails with embedded images using CID.

Thanks a lot !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants