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

Fix issue #55 #74

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

Fix issue #55 #74

wants to merge 1 commit into from

Conversation

tornado80
Copy link

Hello. This is my first contribution to open source. I have addressed the issue #55 by unification of message text (plain or html) into a single 'alternative' Multipart MIME, to which text and html MIMEs could be attached. Now the plain text will not disappear when attachments exist. The structure of the whole message MIME would be:

multipart/mixed
  multipart/alternative
    text/plain
    text/html
  attachment1_type/subtype
  ...

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.

None yet

1 participant