Use rtfparse to extract HTML message bodies from RTF containers and create mutlipart/alternative messages if both plain text and HTML are available

Also fixes #20.
This commit is contained in:
Joshua Tauberer
2024-02-23 09:07:37 -05:00
parent 6fc382e9a6
commit 4104dc937d
4 changed files with 53 additions and 22 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
compoundfiles
compressed-rtf
compressed-rtf
rtfparse # Python 3.9+ only