Message4816
Currently when html only email is sent roundup rejects the email.
We should make roundup extract the text from the html and post that
(possibly with adding the html as an attachment).
To do this we need to change the mail gateway to find the html
portion of the email and convert to text. There are a few ways
to do the conversion:
1) use an external program like links -dump
2) use code like beautiful soup, nltk.clean_html()
3) use the stupid little class/function attached that you
can drop in utils as well if you wish. |
|
Date |
User |
Action |
Args |
2013-03-07 04:39:26 | rouilj | set | recipients:
+ rouilj |
2013-03-07 04:39:26 | rouilj | set | messageid: <1362631166.48.0.44164304822.issue2550799@psf.upfronthosting.co.za> |
2013-03-07 04:39:26 | rouilj | link | issue2550799 messages |
2013-03-07 04:39:26 | rouilj | create | |
|