Vmg File Reader [cracked] -
def _decode_payload(self, msg): if 'BODY' in msg: # Often quoted-printable import quopri decoded = quopri.decodestring(msg['BODY'].encode('ascii')) msg['BODY'] = decoded.decode('utf-8', errors='replace') return msg
Find Your Future in India
def _decode_payload(self, msg): if 'BODY' in msg: # Often quoted-printable import quopri decoded = quopri.decodestring(msg['BODY'].encode('ascii')) msg['BODY'] = decoded.decode('utf-8', errors='replace') return msg