Skip to content

Text in the emails is not being tagged with it's MIME type causing some newer email programs to handle emails incorrectly #41

Description

@ktadd

When Simplemail encodes the text in the emial before sending it is not tagging the text with the MIME identifier. This causes some email programs, like OE Classic on Windows to not know how to handle the email and it complains about improper MIME encoding..

The text should be tagged with the following MIME type descriptor as follows:
----==bound7220517ddb----
Content-Type: text/plain; charset=ISO-8859-1
Content-Description: 1st text

1st line of text in email message

The two Content- lines shown above are missing which is why some email programs may have issue with it. Please add the MIME descriptor for the text portions of the emails. Note that if I add a second text message to the same email it does not get the MIME descriptor either. The mostly causes a problem with you have a multi part email. Like when sending the text and having a picture attached to the email. That tends to be the case where other email programs can get confused if the text doesn't have it's MIME descriptor.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions