Per-computer inbox configuration for Optimal inbound-email routing.
Maps to GET /computers/:id/inbox and PATCH /computers/:id/inbox.
Summary
Functions
Fetch the current inbox configuration (GET /computers/:computer_id/inbox).
Patch one or more inbox fields (PATCH /computers/:computer_id/inbox).
Functions
@spec get(Miosa.Client.t(), String.t()) :: Miosa.Client.result(map())
Fetch the current inbox configuration (GET /computers/:computer_id/inbox).
@spec update(Miosa.Client.t(), String.t(), map()) :: Miosa.Client.result(map())
Patch one or more inbox fields (PATCH /computers/:computer_id/inbox).
Common fields: alias, enabled.