Skip to Content
Menu
This question has been flagged
1 Reply
2715 Views

I searching a way to parse the incoming mail to odoo - helpdesk.

How can I parse the html text there correctly?

Avatar
Discard
Best Answer

Hello Wizardz,


You Customize the Method and use Regular Expression to Parse html text


Ex.

plain_text = re.compile(r'<.*?>').sub('','your text')


Thanks

Avatar
Discard
Related Posts Replies Views Activity
2
Apr 23
1661
0
Sep 19
3043
0
Aug 16
2154
1
May 16
2424
3
Feb 16
10146