<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.r00tedvw.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.r00tedvw.com/index.php?action=history&amp;feed=atom&amp;title=General_Info%2FMail_Server_CLI%2FPOP</id>
		<title>General Info/Mail Server CLI/POP - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.r00tedvw.com/index.php?action=history&amp;feed=atom&amp;title=General_Info%2FMail_Server_CLI%2FPOP"/>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php?title=General_Info/Mail_Server_CLI/POP&amp;action=history"/>
		<updated>2026-05-03T10:07:14Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php?title=General_Info/Mail_Server_CLI/POP&amp;diff=821&amp;oldid=prev</id>
		<title>R00t: Created page with &quot;Mail Server CLI | POP | IMAP | [[General Info/Mail Server CLI/ESMTP...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php?title=General_Info/Mail_Server_CLI/POP&amp;diff=821&amp;oldid=prev"/>
				<updated>2015-07-20T03:44:24Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php/General_Info/Mail_Server_CLI&quot; title=&quot;General Info/Mail Server CLI&quot;&gt;Mail Server CLI&lt;/a&gt; | &lt;a href=&quot;/index.php/General_Info/Mail_Server_CLI/POP&quot; title=&quot;General Info/Mail Server CLI/POP&quot;&gt;POP&lt;/a&gt; | &lt;a href=&quot;/index.php/General_Info/Mail_Server_CLI/IMAP&quot; title=&quot;General Info/Mail Server CLI/IMAP&quot;&gt;IMAP&lt;/a&gt; | [[General Info/Mail Server CLI/ESMTP...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[General Info/Mail Server CLI|Mail Server CLI]] | [[General Info/Mail Server CLI/POP|POP]] | [[General Info/Mail Server CLI/IMAP|IMAP]] | [[General Info/Mail Server CLI/ESMTP|ESMTP]]&lt;br /&gt;
== POP Overview ==&lt;br /&gt;
;POP&lt;br /&gt;
:Post Office Protocol : Application layer internet standard protocol that uses TCP/IP.  Currently, version 3 is the standard.&lt;br /&gt;
&lt;br /&gt;
Testing from a command line interface provides a virtually guaranteed way of confirming basic requirements for a successfully connection.  Observations and responses observed come directly from the mail server rather than trying to interpret an application's translation of the scenario. Keep in mind that testing from a command line is generally in '''plain text''', which is '''insecure''', unless you use a connect application such as openssl&amp;lt;br\&amp;gt;&lt;br /&gt;
&amp;lt;br\&amp;gt;&lt;br /&gt;
While much easier to test from a Linux terminal, it is possible to test from a windows command prompt, however, keep in mind that Windows does not allow you to backspace or delete any mistakes that you make.  While unconfirmed, based on behavior it appears that Windows actively submits every keystroke to the mail server rather than waiting for &amp;quot;return&amp;quot;.&amp;lt;br\&amp;gt;&lt;br /&gt;
&amp;lt;br\&amp;gt;&lt;br /&gt;
See: [http://www.ietf.org/rfc/rfc1939.txt RFC1939]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Command Overview ==&lt;br /&gt;
&lt;br /&gt;
===== USER =====&lt;br /&gt;
:Command used to pass the username.&lt;br /&gt;
 USER username&lt;br /&gt;
 +OK&lt;br /&gt;
===== PASS =====&lt;br /&gt;
:Command used to pass the password&lt;br /&gt;
 PASS password&lt;br /&gt;
 +OK User successfully logged on.&lt;br /&gt;
===== STAT =====&lt;br /&gt;
:Displays a list of the current messages in the mailbox and the total byte size&lt;br /&gt;
 STAT&lt;br /&gt;
 +OK 9023 709284210&lt;br /&gt;
===== LIST =====&lt;br /&gt;
:Provides a list of all messages in the inbox and their respective byte sizes&lt;br /&gt;
 LIST&lt;br /&gt;
 1 14915&lt;br /&gt;
 2 23243&lt;br /&gt;
 3 9322&lt;br /&gt;
 4 1778551&lt;br /&gt;
===== RETR =====&lt;br /&gt;
:Displays the message contents&lt;br /&gt;
 RETR 1&lt;br /&gt;
 &amp;lt;internet headers&amp;gt;&lt;br /&gt;
 &amp;lt;message body&amp;gt;&lt;br /&gt;
===== QUIT =====&lt;br /&gt;
:Closes the session with the mailserver&lt;br /&gt;
 QUIT&lt;br /&gt;
 +OK Microsoft Exchange Server 2010 POP3 server signing off.&lt;br /&gt;
&lt;br /&gt;
== Full Session Example ==&lt;br /&gt;
 Franks-MacBook-Pro:~ fvazquez$ telnet exchange.postoffice.net 110&lt;br /&gt;
 Trying 165.212.120.200...&lt;br /&gt;
 Connected to exchange.postoffice.net.&lt;br /&gt;
 Escape character is '^]'.&lt;br /&gt;
 +OK The Microsoft Exchange POP3 service is ready.&lt;br /&gt;
 USER rickybobby@talladegaraceway.com&lt;br /&gt;
 +OK&lt;br /&gt;
 PASS shakeandbake&lt;br /&gt;
 +OK User successfully logged on.&lt;br /&gt;
 STAT&lt;br /&gt;
 +OK 9023 709284210&lt;br /&gt;
 LIST&lt;br /&gt;
 1 14915&lt;br /&gt;
 2 23243&lt;br /&gt;
 3 9322&lt;br /&gt;
 4 1778551&lt;br /&gt;
 RETR 1&lt;br /&gt;
 Received: from S1P5DAG2C.EXCHPROD.USA.NET ([169.254.2.236]) by&lt;br /&gt;
 S1P5HUB2.EXCHPROD.USA.NET ([10.120.223.32]) with mapi id 14.02.0247.003; Fri,&lt;br /&gt;
 27 Apr 2012 23:29:55 +0000&lt;br /&gt;
 From: &amp;quot;Ricky Bobby&amp;quot; &amp;lt;rickybobby@talladegaraceway.com&amp;gt;&lt;br /&gt;
 To: &amp;quot;Chaz Michael Michaels&amp;quot; &amp;lt;chazmichaelmichaels@usfsa.org&amp;gt;&lt;br /&gt;
 Subject: Bake &amp;amp; Shake&lt;br /&gt;
 Thread-Topic: Bake &amp;amp; Shake&lt;br /&gt;
 Thread-Index: Ac0kzaXj1SGKcXxTRU21ts6UZGL4Xw==&lt;br /&gt;
 Date: Fri, 27 Apr 2012 23:29:54 +0000&lt;br /&gt;
 Message-ID: &amp;lt;3D4A65565EFB3D4B9A541F98D0DA17D7143C2010@S1P5DAG2C.EXCHPROD.USA.NET&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 Content-Type: text/plain; charset=&amp;quot;US-ASCII&amp;quot;&lt;br /&gt;
 Content-Transfer-Encoding: 7bit&lt;br /&gt;
 &lt;br /&gt;
 Hello,&lt;br /&gt;
 &lt;br /&gt;
 Shake and Bake forever!  The Iron Lotus sucks.&lt;br /&gt;
 &lt;br /&gt;
 Yours Truely,&lt;br /&gt;
 Ricky Bobby&lt;br /&gt;
 .&lt;br /&gt;
 QUIT&lt;br /&gt;
 +OK Microsoft Exchange Server 2010 POP3 server signing off.&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	</feed>