# list mail command

## Summary

Lists all messages in the current folder

## Description

It allows you to list all the messages in the current working folder in pages. It lists 10 messages in a page, so you can optionally specify the page number.

## Command usage

* list \[page]

## Examples

* list: Lists the first 10 messages
* list 2: Lists the second 10 messages


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aptivi.gitbook.io/deprecated/nitrocid-ks-v0.0.15-manual/ks-mail-command-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
