I\'m getting the subject of an email with the below python code:
typ, rfc = self.mail.uid(\'fetch\', num, \'(RFC822)\') raw_email = rfc[0][1] msg = email.mess