Skip to main content
The receiving methods are on the same PauboxClient you use to send email. They require the email feature (enabled by default).
All methods are async and return Result<T, PauboxError>.

Domains

List domains

Create a domain

Pass None to auto-generate a slug.

Get a domain

Delete a domain

Mailboxes

List mailboxes

Create a mailbox

Pass Some(bytes) as the fourth argument for a storage quota.

Get a mailbox

Delete a mailbox

Emails

List received emails

Get a received email

Download an attachment