-
Notifications
You must be signed in to change notification settings - Fork 57
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
"multipart/alternative" will not display in some email client #27
Comments
Hey,is there some people? |
how interesting, this fix also solves #25's issue with dual-sending of attachments in gmail 👍 |
I'd really like to see a new release with this fix... |
tomek is contactable via tomek@bthlabs.pl if you'd like to send an e-mail to him and find out as to why he hasn't kept up-to-date with this. |
@Lvl4Sword thank you very much |
@tomekwojcik What do you think about making a new release with this fix? |
I use envelopes in our project.
I found a bug:some attachment disappear in some email client (Airmail exactly)when I send email use envelopes.
I try to fix this bug,and I realize the following source is origin
https://github.com/tomekwojcik/envelopes/blob/master/envelopes%2Fenvelope.py#L276
I inherit envelopes class and rewrite to_mime_message() function,then bug fixed
RFC 1341 7.2.3 say:
So why envelopes project use
multipart/alternative
type insteadmultipart/mixed
?Is it a bug?The text was updated successfully, but these errors were encountered: