Eric Xanderson
|
8175fe3e2a
|
Update setup.py (#26)
Need to figure out the absolute path to the install file, then load README.md
|
2024-03-05 08:21:57 -05:00 |
|
Joshua Tauberer
|
85f6573ecb
|
Use html2text to back-fill a plain text body if an HTML body is present
|
2024-02-23 09:57:17 -05:00 |
|
Joshua Tauberer
|
4104dc937d
|
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.
|
2024-02-23 09:57:15 -05:00 |
|
Martijn van de Streek
|
d9edd0d32f
|
Make package "pip install"able (#15)
By specifying "py_modules" instead of "packages" in setup.py, the
single-file module is found and installed in site-packages correctly.
|
2020-10-22 10:39:37 -04:00 |
|
Rodrigo Salvador
|
d4a5944aba
|
Include dependencies by requirements.txt (#10)
|
2019-09-16 19:49:04 -04:00 |
|