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

Embedded image in report does not display in GMail #54

Closed
ewxrjk opened this issue Dec 26, 2018 · 0 comments
Closed

Embedded image in report does not display in GMail #54

ewxrjk opened this issue Dec 26, 2018 · 0 comments
Labels
Milestone

Comments

@ewxrjk
Copy link
Owner

@ewxrjk ewxrjk commented Dec 26, 2018

GMail does not support the data: URL scheme.

https://tools.ietf.org/html/rfc2392 does work. A working structure seems to be:

multipart/related
    multipart/alternative
        text/plain
        text/html
    image/png
    image/png
    ...
@ewxrjk ewxrjk added the interop label Dec 26, 2018
@ewxrjk ewxrjk assigned ewxrjk and unassigned ewxrjk Dec 26, 2018
@ewxrjk ewxrjk closed this in 7562368 Dec 26, 2018
ewxrjk added a commit that referenced this issue Dec 26, 2018
re #54
@ewxrjk ewxrjk added this to the 6.0 milestone Dec 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant