Working with IMAP

From Notes

Jump to: navigation, search

Testing an IMAP Mail Server


Connect to the IMAP server on port 143

nc <server> 143

Login:

. login <user>@<domain>.TLD <password>

List the full contents of the IMAP account:

. list "" "*"



References