When decoding emails with URLs mangled with urldefense v3, there is a little glitch: urldefense seems to add always a space after the URL, but this space is kept by decode_email.py. For example, if someone sends an email with <https://example.com>, the decoded email will have <https://example.com >. This is not absolutely a big deal, but perhaps the solution is easy enough.
Thank you very much for this very useful piece of software!
When decoding emails with URLs mangled with urldefense v3, there is a little glitch: urldefense seems to add always a space after the URL, but this space is kept by
decode_email.py. For example, if someone sends an email with<https://example.com>, the decoded email will have<https://example.com >. This is not absolutely a big deal, but perhaps the solution is easy enough.Thank you very much for this very useful piece of software!