> For the complete documentation index, see [llms.txt](https://guide.cryptrend.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.cryptrend.io/pochty-imap.md).

# Почты IMAP

IMAP (Internet Message Access Protocol) - это протокол, используемый для доступа к электронной почте. Он позволяет пользователям читать и управлять почтой на сервере, не скачивая её на устройство. Софт сам возьмёт за вас коды из писем, достаточно всего лишь дать доступ к почте.

В этой статье подробно показали добавление почты IMAP в бот. Это необходимо для того, что бы бот мог регистрировать ваши аккаунты автоматически и без вашего участия. Про процесс регистрации подробно рассказали в статье: ["IMAP регистрация"](/editor/imap-registraciya.md)

***

{% stepper %}
{% step %}

### Зайдите в раздел "Аккаунты":

<figure><img src="/files/PdK45cb0AK8Z56Cu1jXV" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Выберите "Почты IMAP":

<figure><img src="/files/yBUTIRixr5f7G30kUst5" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Нажмите "Добавить почту":

<figure><img src="/files/DFB2BotlL2emRMN9n9dl" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Выберите способ:

<figure><img src="/files/yACKSEdn23c14g1pHOzg" alt="" width="375"><figcaption></figcaption></figure>

Для примера выбрали "Добавить вручную", если же у вас есть TXT файл с купленными почтами, то нажимайте "Импорт из файла"
{% endstep %}

{% step %}

### Отправьте данные в нужном формате:

<figure><img src="/files/kVN8kzX94EtvmFwBy8Ra" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
Если бот не может подключиться, это может быть из-за:

* Неправильного пароля для IMAP&#x20;
* Не включен IMAP на почте&#x20;

Проверьте данные, чтобы всё было правильно.
{% endhint %}
{% endstep %}

{% step %}

### Добавьте прокси по своему усмотрению:

Если у вас нету прокси или вы не умеете с ними работать, то прочитайте главу ["Резерв прокси"](/obshie-nastroiki/publish-your-docs.md)

<figure><img src="/files/CNoiCnBk1G6SdHRpmjdM" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/7Vl8OZGCrZBwefHMkKW1" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***

**В следующей статье рассказываем, как добавлять почту с редиректом**

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://guide.cryptrend.io/pochty-imap.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.
