Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuttle1987/imapemailprocessor
Processes out the "quoted printable" characters from emails
https://github.com/shuttle1987/imapemailprocessor
Last synced: 2 days ago
JSON representation
Processes out the "quoted printable" characters from emails
- Host: GitHub
- URL: https://github.com/shuttle1987/imapemailprocessor
- Owner: shuttle1987
- License: gpl-2.0
- Created: 2015-03-17T01:39:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-14T00:02:08.000Z (almost 10 years ago)
- Last Synced: 2024-11-17T13:49:54.824Z (2 months ago)
- Language: Python
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IMAP email processor
Sometimes when you are looking over the raw source for emails you will find extra formatting.
Email clients will do this processing for you and you will generally speaking see the text as it was sent to you.If the email is encoded with http://en.wikipedia.org/wiki/Quoted-printable you might see extra "=" characters all over your emails.
This script uses the Python standard library to process the escaped characters and give you the plain text output.