# TCP 143, 993: IMAP(S)

> In computing, the Internet Message Access Protocol is an Internet standard protocol used by email clients to retrieve email messages from a mail server over a TCP/IP connection. IMAP is defined by RFC 3501.
>
> \-- [*Wikipedia*](https://en.wikipedia.org/wiki/Internet_Message_Access_Protocol)

## General

Connect

```bash
nc -nv <IP> 143
```

```bash
nmap -sV --script=imap-ntlm-info <ip>
```

### Nmap scripts

* imap-brute.nse
* imap-capabilities.nse
* imap-ntlm-info.nse


---

# 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://d4rk1337.gitbook.io/the-pentesters-cheat-sheet/services/tcp/tcp-143-993-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.
