lever / planer

Remove reply quotations from emails
MIT License
66 stars 20 forks source link

HTML extraction out of outlook #14

Open omritelem opened 4 years ago

omritelem commented 4 years ago

Hi, Im trying to use the library to extract html from outlook client, and it seems not be working. It does wrap the content with and tags, but not really extract the reply.

Do you support client outlook?

Thank you in very much!

acterry commented 4 years ago

@omritelem , what version of Outlook are you trying to detect?

The repo already supports Outlook.com, Outlook 2003, Outlook 2007/2010 International.

I forked the repo yesterday and I’m adding Outlook 2013/2016 support for both American and International versions. Also adding Outlook 2007/2010 American.

I’ll be submitting a PR once done.

acterry commented 4 years ago

@omritelem .... I issued PR to shore up outlook support last week. No comments on it yet.

Also added a couple of other things ... you can check out recent commits on my fork.

https://github.com/acterry/planer

You can check out my fork.

MikeYuanMY commented 3 years ago

Hello there,

Thanks for the great work.

I also encountered the unexpected behaviour when parsing email from outlook

Screen Shot 2021-01-19 at 2 07 44 PM

any suggestion to overcome this?