gtawelt
Results
2
comments of
gtawelt
Try this for yahoo Mail ``` python res, msg = self._imap.fetch(msg_id, "(BODY[TEXT])") if isinstance(msg[0][1], bytes): for part in email.message_from_bytes(msg[0][1]).walk(): if part.get_content_type() == "text/plain": for line in part.get_payload(decode=True).splitlines(): ```
I have a NLG Panel and cant get to sniff the codes