> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mailofly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Managing Emails

> List, inspect, and retrieve received inbound emails.

# Managing Received Emails

All emails routed to your inbound domains are captured, parsed, and logged in your Mailofly workspace.

## Inspecting Inbound Logs

From the dashboard:

1. Navigate to **Receiving** in the sidebar.
2. Select any incoming message to inspect raw SMTP headers, parsed plain text, sanitized HTML, and attached files.

## Retrieving via API

Use the REST API to query incoming messages:

```bash theme={null}
curl "https://api.mailofly.com/api/receiving" \
  -H "Authorization: Bearer mf_live_..."
```


## Related topics

- [Schedule Email](/sending/schedule-email.md)
- [Tags](/sending/tags.md)
- [Introduction](/audience/introduction.md)
