The CLI rejects inbox names containing hyphens, even though Mailinator accepts and delivers mail to these addresses.
For example, an email was successfully delivered to:
kenst-vibium-0722@mailinator.com
However, attempting to retrieve it with the CLI fails:
mailinator-cli inbox kenst-vibium-0722 public
Output:
Validation Error: Inbox name must be alphanumeric with optional dots (not at the beginning or end).
Calling the Mailinator API through the underlying client successfully returned the inbox and its messages, confirming that the failure occurs in the CLI’s local input validation.
The CLI rejects inbox names containing hyphens, even though Mailinator accepts and delivers mail to these addresses.
For example, an email was successfully delivered to:
kenst-vibium-0722@mailinator.comHowever, attempting to retrieve it with the CLI fails:
mailinator-cli inbox kenst-vibium-0722 publicOutput:
Validation Error: Inbox name must be alphanumeric with optional dots (not at the beginning or end).Calling the Mailinator API through the underlying client successfully returned the inbox and its messages, confirming that the failure occurs in the CLI’s local input validation.