andrewferrier / email2pdf

Script to convert emails to PDF from the command-line, as well as detach recognized attachments. Helps to process incoming emails and assist automatically with a non-paper paperwork workflow. Designed to work in tandem with getmail to convert forwarded emails to PDF automatically.
MIT License
68 stars 35 forks source link

See if there is a way to execute both invokeDirectly and invokeAsSubprocess in variations of the same test #49

Open andrewferrier opened 9 years ago

andrewferrier commented 9 years ago

Options being considered:

andrewferrier commented 9 years ago

Metaclasses look like an elegant approach: http://stackoverflow.com/a/20870875/27641