> For the complete documentation index, see [llms.txt](https://oscp.adot8.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oscp.adot8.com/services/imap-less-than-tcp-143-greater-than.md).

# IMAP \<tcp 143>

```
telnet postfish.off 143
```

```
A1 LOGIN sales sales
A1 LIST "" *
A1 SELECT INBOX
A1 FETCH 1 all
A1 FETCH 1 body[text]
```
