How can I get an email message’s text content using Python?
Given an RFC822 message in Python 2.6, how can I get the right text/plain content part? Basically, the algorithm I want is this:
Given an RFC822 message in Python 2.6, how can I get the right text/plain content part? Basically, the algorithm I want is this: