@@ -156,7 +156,7 @@ def retrieve(
156156 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
157157 ) -> InboundEmailRetrieveResponse :
158158 """
159- Retrieve details of a specific mailbox including statistics.
159+ Retrieve details of a specific inbound email including statistics.
160160
161161 Args:
162162 extra_headers: Send extra headers
@@ -190,10 +190,10 @@ def list(
190190 extra_body : Body | None = None ,
191191 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
192192 ) -> InboundEmailListResponse :
193- """List all mailboxes associated with your API key.
193+ """List all inbound emails associated with your API key.
194194
195- Returns active and inactive
196- mailboxes (deleted mailboxes are excluded).
195+ Returns active and paused
196+ inbound emails (deleted ones are excluded).
197197
198198 Args:
199199 limit: Maximum number of inbound emails to return
@@ -396,7 +396,7 @@ async def retrieve(
396396 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
397397 ) -> InboundEmailRetrieveResponse :
398398 """
399- Retrieve details of a specific mailbox including statistics.
399+ Retrieve details of a specific inbound email including statistics.
400400
401401 Args:
402402 extra_headers: Send extra headers
@@ -430,10 +430,10 @@ async def list(
430430 extra_body : Body | None = None ,
431431 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
432432 ) -> InboundEmailListResponse :
433- """List all mailboxes associated with your API key.
433+ """List all inbound emails associated with your API key.
434434
435- Returns active and inactive
436- mailboxes (deleted mailboxes are excluded).
435+ Returns active and paused
436+ inbound emails (deleted ones are excluded).
437437
438438 Args:
439439 limit: Maximum number of inbound emails to return
0 commit comments