Date: 2025-04-24 13:42:35
Score: 3
Natty:
Based on https://github.com/manybrain/mailinator-python-client/blob/e1cba3320cbc0a320ede4a1e948e9bbf91140143/mailinator/models.py#L192C9-L192C16
We can use to_json() method.
inbox = mailinator.request( GetInboxRequest(DOMAIN, INBOX) )
print(inbox.to_json())
It returns correctly the payload.
Reasons:
- Probably link only (1):
- Low length (1):
- Has code block (-0.5):
- Self-answer (0.5):
- Low reputation (1):
Posted by: firefighter