Month: March 2010

Netcat tutorial

From http://www.bashscripts.info


Accessing an IMAP email account using telnet

About IMAP. IMAP is an email protocol for organizing, storing and retrieving emails on a remote server. It was developed after POP and is a much more advanced system, one of the main differences being that all the mail is stored on the server so it remains accessible from many different locations. With POP you…