email2pdf icon indicating copy to clipboard operation
email2pdf copied to clipboard

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...

Results 43 email2pdf issues
Sort by recently updated
recently updated
newest added

https://pypi.python.org/pypi/pypdfocr - Also check how you actually search through the OCRed text. - Provide some form of auto-filing (see #36, #37), filename.

enhancement

Make sure this has a short version '-m' so it can be added with small keyboards etc. Depends on #55.

enhancement

- Using Vagrant?

enhancement
unittest

Options: - https://pypi.python.org/pypi/MutPy/0.4.0 - looks like it might not be supported on Python 3.4 (https://bitbucket.org/khalas/mutpy/issue/8/multiple-test-failures-python-340-ubuntu#comment-13174599), having issues - https://bitbucket.org/khalas/mutpy/issue/11/cannot-run-all-tests-in-a-package

enhancement
unittest

These have proven to be invaluable with some real-world emails; model and test that with some unit tests.

enhancement
unittest

e.g. `.*email_oyster_logo.*` Needs to be configurable. Use https://docs.python.org/3/library/configparser.html to support configuration files (align them with argparse options?). See https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser.parse_known_args and http://stackoverflow.com/a/5826167/27641

enhancement

Hi again, I've one strange problem. I'm using email2pdf with procmail. Everything works fine except with one specific email. There is no PDF output and i cannot find any hints...

bug

... avoids lots of stray attachments when email2pdf is called on a schedule and PDF generation keeps failing.

enhancement