Did Android Gmail 4.2.1 break html intents? [closed]

非 Y 不嫁゛ 提交于 2019-12-01 04:56:54

问题


I've been using Intents to send HTML formatted emails using Gmail on Android from other apps. Today they stopped working. They look good in the Gmail compose display but all of the HTML tags get stripped when Gmail sends the email.

I've tried every variation of Intent formatting that I've seen posted and all HTML is stripped away. The result is always a multipart/alternative with a plain text and an HTML section containing an HTML-ized version of the plain text.

Is anyone else seeing this?

Any ideas for a work-around?

来源:https://stackoverflow.com/questions/13712454/did-android-gmail-4-2-1-break-html-intents

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!