Telnet

Telecomunications Network - Port 23

Commands
Escape Characters
CTRL + ]
IMAP - Internet Message Access Protocol
  • Uses Port 143 by default.

Custom Client PoC

Connect
telnet <URL> 143
Login
a1 LOGIN <Username> <Password>
List all
a2 LIST "" "*"
Select Mailbox
a3 EXAMINE INBOX
Fetch the first message
a4 FETCH 1 BODY[]

Last updated