Pesan Python dari byte

>>> import email
>>> msg = email.message_from_bytes(myBytes)  
Magnificent Mouse