Skip to: site menu | section menu | main content

Telnet: Imap

To log on to an imap server to test whether it is up and whether a user can log in, do this:

$ telnet localhost 143
A001 LOGIN testox password

You should get this:

A001 OK User logged in


Back to top