Adding support for text/x-amp-html#16
Adding support for text/x-amp-html#16VictorAlmaraz wants to merge 1 commit intomuratgozel:masterfrom
Conversation
|
@muratgozel , any plans to add this support content type ? |
|
I will look into this, thank you @VictorAlmaraz I have to test if it breaks anything related to other types. |
|
Same request here, any progress on this? |
|
@muratgozel Sorry to ping you, but while you're online, any chance of tackling this bug too? :) |
|
@Manouchehri no problem :)) i'm doing a refactoring right now, reviewing the new specification and rewriting some things to align better with the spec. i intentionally left this request open will make sure there will be amp-html kind of support when i'm done with the changes. |
|
@muratgozel Hi there, great project! I came across an issue trying to add a text/calendar part and I believe I hit the same sort of issue: There are two ways to add calendar parts, one as an attachment (all good), one as a part taking the following format: Could a separate method to add arbitrary parts be worthwhile for these sorts of situations? Hoping I haven't missed something very obvious :) Many thanks in advance! |
I'm currently working on a project that uses AMP4Email, which is an alternative MIME part and adds interactive capability in email messages.
I've added support for the text/x-amp-html MIME type, supporting it along with with plain text and HTML, that are also required to have AMP4Email working correctly.
I hope it can help others to deliver interactive e-mails using AMP4Email with MIMEText.