<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://workwiki.in/index.php?action=history&amp;feed=atom&amp;title=IMAP_via_Telnet</id>
	<title>IMAP via Telnet - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://workwiki.in/index.php?action=history&amp;feed=atom&amp;title=IMAP_via_Telnet"/>
	<link rel="alternate" type="text/html" href="https://workwiki.in/index.php?title=IMAP_via_Telnet&amp;action=history"/>
	<updated>2026-06-06T04:49:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>https://workwiki.in/index.php?title=IMAP_via_Telnet&amp;diff=231&amp;oldid=prev</id>
		<title>Qljca at 16:00, 22 June 2025</title>
		<link rel="alternate" type="text/html" href="https://workwiki.in/index.php?title=IMAP_via_Telnet&amp;diff=231&amp;oldid=prev"/>
		<updated>2025-06-22T16:00:53Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:00, 22 June 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;To ensure that Dovecot is authenticating and responding properly, we can use telnet to verify if it is working:  &lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;To ensure that Dovecot is authenticating and responding properly, we can use telnet to verify if it is working&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;. You must perform this from remote location&lt;/ins&gt;:  &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Qljca</name></author>
	</entry>
	<entry>
		<id>https://workwiki.in/index.php?title=IMAP_via_Telnet&amp;diff=230&amp;oldid=prev</id>
		<title>Qljca: Created page with &quot;To ensure that Dovecot is authenticating and responding properly, we can use telnet to verify if it is working:   &lt;pre&gt; $ telnet localhost 143 Trying 127.0.0.1... Connected to localhost. Escape character is &#039;^]&#039;. * OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE NAMESPACE LITERAL+ STARTTLS AUTH=PLAIN AUTH=LOGIN] Dovecot ready. &lt;/pre&gt;  Now you type the login command with a strange number preceeding:   &lt;pre&gt; 1 Login Email Password 1 OK [CAPABILITY IMAP4rev1...&quot;</title>
		<link rel="alternate" type="text/html" href="https://workwiki.in/index.php?title=IMAP_via_Telnet&amp;diff=230&amp;oldid=prev"/>
		<updated>2025-06-22T15:55:59Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;To ensure that Dovecot is authenticating and responding properly, we can use telnet to verify if it is working:   &amp;lt;pre&amp;gt; $ telnet localhost 143 Trying 127.0.0.1... Connected to localhost. Escape character is &amp;#039;^]&amp;#039;. * OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE NAMESPACE LITERAL+ STARTTLS AUTH=PLAIN AUTH=LOGIN] Dovecot ready. &amp;lt;/pre&amp;gt;  Now you type the login command with a strange number preceeding:   &amp;lt;pre&amp;gt; 1 Login Email Password 1 OK [CAPABILITY IMAP4rev1...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To ensure that Dovecot is authenticating and responding properly, we can use telnet to verify if it is working: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ telnet localhost 143&lt;br /&gt;
Trying 127.0.0.1...&lt;br /&gt;
Connected to localhost.&lt;br /&gt;
Escape character is &amp;#039;^]&amp;#039;.&lt;br /&gt;
* OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE NAMESPACE LITERAL+ STARTTLS AUTH=PLAIN AUTH=LOGIN] Dovecot ready.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you type the login command with a strange number preceeding: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
1 Login Email Password&lt;br /&gt;
1 OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS BINARY MOVE SNIPPET=FUZZY PREVIEW=FUZZY PREVIEW STATUS=SIZE SAVEDATE NAMESPACE LITERAL+ NOTIFY SPECIAL-USE COMPRESS=DEFLATE QUOTA] Logged in&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you select the inbox. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
1 SELECT Inbox&lt;br /&gt;
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft)&lt;br /&gt;
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted.&lt;br /&gt;
* 6273 EXISTS&lt;br /&gt;
* 0 RECENT&lt;br /&gt;
* OK [UIDVALIDITY 1567592696] UIDs valid&lt;br /&gt;
* OK [UIDNEXT 31618] Predicted next UID&lt;br /&gt;
* OK [HIGHESTMODSEQ 53315] Highest&lt;br /&gt;
1 OK [READ-WRITE] Select completed (0.017 + 0.000 + 0.016 secs).&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You see that 6273 mails exist. &lt;br /&gt;
&lt;br /&gt;
Now you type the logout command: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
1 LOGOUT&lt;br /&gt;
* BYE Logging out&lt;br /&gt;
1 OK Logout completed (0.001 + 0.000 secs).&lt;br /&gt;
Connection closed by foreign host.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Qljca</name></author>
	</entry>
</feed>