microsoft / mail2bug

Mail2Bug is a service that creates work-items in TFS (incl. VS Online) from an email, and keep the items updated with responses on the thread.
Other
175 stars 108 forks source link

inline images in an html mailbody are not retained as inline in the tfs workitem #23

Open ericvb opened 8 years ago

ericvb commented 8 years ago

For the moment the inline images in a html mailbody are saved as a normal attachment in the created tfs workitem, not as an inline attachment.

I've found an article with the base for a solution, but it will take more time to implement this, more time that I have for the moment. For those who are interested: http://roadtoalm.com/2014/12/31/insert-an-inline-image-into-a-work-item-with-the-tfs-api/

Anyway, thanks already for creating this helpfull plugin!

gxclarke commented 7 years ago

I have implemented this locally. If there's still demand, I can submit a pull request.

ericvb commented 7 years ago

Hi @gxclarke, Always interested to get this inline in the html body. We are using this plugin frequently to get remarks, bugs coming via email into the TFS system, so you are welcome to create a pull request. Thanks,