CINXE.COM
RFC Search Detail
<!DOCTYPE html PUBLIC> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <title>RFC Search Detail</title> <script src="js/jquery.js" type="text/javascript"> </script> <script src="js/validate_rfcsearch.js" type="text/javascript"> </script> <link rel="stylesheet" media="screen" href="css/rfcsearch_wp.css" type="text/css" /> <link rel="stylesheet" media="all" href="css/rfcsearch_mobile.css" type="text/css" /> <script> /********************************************************************************/ /*This function runs when rfc_search page is loaded */ /*********************************************************************************/ function load(){ //Disabled the other status document.getElementById("st").disabled = true; document.getElementById("bct").disabled = true; document.getElementById("il").disabled = true; document.getElementById("ex").disabled = true; document.getElementById("hc").disabled = true; document.getElementById("un").disabled = true; document.getElementById("std_trk").disabled = true; //Unchecked the Other status document.getElementById("st").checked = false; document.getElementById("bct").checked = false; document.getElementById("il").checked = false; document.getElementById("ex").checked = false; document.getElementById("hc").checked = false; document.getElementById("un").checked = false; document.getElementById("std_trk").checked = false; } /*********************************************************************************/ /*This is a conditional function whcih runs when rfc_search_detail page is loaded*/ /*********************************************************************************/ function load_condition(){ if (document.getElementById("Any").checked == true){ //Disabled the other status document.getElementById("st").disabled = true; document.getElementById("bct").disabled = true; document.getElementById("il").disabled = true; document.getElementById("ex").disabled = true; document.getElementById("hc").disabled = true; document.getElementById("un").disabled = true; document.getElementById("std_trk").disabled = true; //Unchecked the Other status document.getElementById("st").checked = false; document.getElementById("bct").checked = false; document.getElementById("il").checked = false; document.getElementById("ex").checked = false; document.getElementById("hc").checked = false; document.getElementById("un").checked = false; document.getElementById("std_trk").checked = false; } } </script> </head> <body onload=selectPubDateType()><div class="container"><div class="header"><div class="headerimgwrap"><div class="headerimg"><span class="blog_title"><a href="/">RFC Editor</a></span></div></div><div class="help_box"> <div class="help_link"><a href="/about/search/">About this page</a></div></div></div><div class="content"><div class="searchform"><form id="query" name="query" action="rfc_search_detail.php" method="GET" onsubmit="return validateRFCSearchForm(this);" ><table border ="0" class="formtable" width="52%"><tr><td class="boldtext"><abbr>RFC</abbr> Number (or Subseries Number):</td><td><input type="text" id="rfc" name="rfc" size="8" maxlength="8"/></td></tr><tr><td class="boldtext">Title/Keyword: </td><td><input name="title" type="text" id="title" size="40" maxlength="40" class="mytext" value= "POP3" ></td></tr><tr><td colspan="2"><input name="abstract" type="checkbox" value="abson" id="abstract"/>Show Abstract <input name="keywords" type="checkbox" value="keyson" id="keywords"/>Show Keywords</td></tr></table><label class="collapse" for="_1">Additional Criteria <img src="image/down.png" width="15" height="10"></label><input id="_1" type="checkbox"><div><table width="75%" class="formtable" border="0"> <tr> <td class="boldtext"> <label for="pubstatus">Status:</label><br><br><br><br><br><br> </td> <td> <input name="pubstatus[]" type="checkbox" value="Any" id = "Any" checked onchange="enableAny();"/> Any <br><input name="pubstatus[]" type="checkbox" value="Standards Track" id ="st" onchange="disableAny();"/> Standards Track :: <select name="std_trk" id="std_trk"><option value="Any">Any</option> <option value="Proposed Standard">Proposed Standard</option> <option value="Draft Standard">Draft Standard</option> <option value="Internet Standard">Internet Standard</option> </select> <br> <input name="pubstatus[]" type="checkbox" value="Best Current Practice" id ="bct" onchange="disableAny();"/> Best Current Practice <br> <input name="pubstatus[]" type="checkbox" value="Informational" id ="il" onchange="disableAny();"/> Informational <br> <input name="pubstatus[]" type="checkbox" value="Experimental" id ="ex" onchange="disableAny();"/> Experimental <br> <input name="pubstatus[]" type="checkbox" value="Historic" id ="hc" onchange="disableAny();"/> Historic <br> <input name="pubstatus[]" type="checkbox" value="Unknown" id ="un" onchange="disableAny();"/> Unknown</td></tr><tr><td class="boldtext"><label for="pub_date">Publication Date:</label></td><td><select name="pub_date_type" id="pub_date_type" onchange="selectPubDateType();"><option value="any" selected >Any</option><option value="range">Range (inclusive)</option><option value="this_month">This Month</option><option value="this_year">This Year</option> </select></td></tr> <tr><td class="boldtext"><label id="label_from">From</label></td> <td> <select name="from_month" id="from_month"><option value="">Month</option> <option value="January">January</option> <option value="February">February</option> <option value="March">March</option> <option value="April">April</option> <option value="May">May</option> <option value="June">June</option> <option value="July">July</option> <option value="August">August</option> <option value="September">September</option> <option value="October">October</option> <option value="November">November</option> <option value="December">December</option> </select> <select name="from_year" id="from_year"><option value="">Year</option> <option value="1968">1968</option> <option value="1969">1969</option> <option value="1970">1970</option> <option value="1971">1971</option> <option value="1972">1972</option> <option value="1973">1973</option> <option value="1974">1974</option> <option value="1975">1975</option> <option value="1976">1976</option> <option value="1977">1977</option> <option value="1978">1978</option> <option value="1979">1979</option> <option value="1980">1980</option> <option value="1981">1981</option> <option value="1982">1982</option> <option value="1983">1983</option> <option value="1984">1984</option> <option value="1985">1985</option> <option value="1986">1986</option> <option value="1987">1987</option> <option value="1988">1988</option> <option value="1989">1989</option> <option value="1990">1990</option> <option value="1991">1991</option> <option value="1992">1992</option> <option value="1993">1993</option> <option value="1994">1994</option> <option value="1995">1995</option> <option value="1996">1996</option> <option value="1997">1997</option> <option value="1998">1998</option> <option value="1999">1999</option> <option value="2000">2000</option> <option value="2001">2001</option> <option value="2002">2002</option> <option value="2003">2003</option> <option value="2004">2004</option> <option value="2005">2005</option> <option value="2006">2006</option> <option value="2007">2007</option> <option value="2008">2008</option> <option value="2009">2009</option> <option value="2010">2010</option> <option value="2011">2011</option> <option value="2012">2012</option> <option value="2013">2013</option> <option value="2014">2014</option> <option value="2015">2015</option> <option value="2016">2016</option> <option value="2017">2017</option> <option value="2018">2018</option> <option value="2019">2019</option> <option value="2020">2020</option> <option value="2021">2021</option> <option value="2022">2022</option> <option value="2023">2023</option> <option value="2024">2024</option> </select> </td></tr> <tr><td class="boldtext"><label id="label_to">To</label> </td> <td> <select name="to_month" id="to_month"> <option value="">Month</option> <option value="January">January</option> <option value="February">February</option> <option value="March">March</option> <option value="April">April</option> <option value="May">May</option> <option value="June">June</option> <option value="July">July</option> <option value="August">August</option> <option value="September">September</option> <option value="October">October</option> <option value="November">November</option> <option value="December">December</option> </select> <select name="to_year" id="to_year"><option value="">Year</option> <option value="1968">1968</option> <option value="1969">1969</option> <option value="1970">1970</option> <option value="1971">1971</option> <option value="1972">1972</option> <option value="1973">1973</option> <option value="1974">1974</option> <option value="1975">1975</option> <option value="1976">1976</option> <option value="1977">1977</option> <option value="1978">1978</option> <option value="1979">1979</option> <option value="1980">1980</option> <option value="1981">1981</option> <option value="1982">1982</option> <option value="1983">1983</option> <option value="1984">1984</option> <option value="1985">1985</option> <option value="1986">1986</option> <option value="1987">1987</option> <option value="1988">1988</option> <option value="1989">1989</option> <option value="1990">1990</option> <option value="1991">1991</option> <option value="1992">1992</option> <option value="1993">1993</option> <option value="1994">1994</option> <option value="1995">1995</option> <option value="1996">1996</option> <option value="1997">1997</option> <option value="1998">1998</option> <option value="1999">1999</option> <option value="2000">2000</option> <option value="2001">2001</option> <option value="2002">2002</option> <option value="2003">2003</option> <option value="2004">2004</option> <option value="2005">2005</option> <option value="2006">2006</option> <option value="2007">2007</option> <option value="2008">2008</option> <option value="2009">2009</option> <option value="2010">2010</option> <option value="2011">2011</option> <option value="2012">2012</option> <option value="2013">2013</option> <option value="2014">2014</option> <option value="2015">2015</option> <option value="2016">2016</option> <option value="2017">2017</option> <option value="2018">2018</option> <option value="2019">2019</option> <option value="2020">2020</option> <option value="2021">2021</option> <option value="2022">2022</option> <option value="2023">2023</option> <option value="2024">2024</option> </select> </td></tr> <tr><td class="boldtext"><label for = "stream_name" class="content"> Stream:</label></td> <td><select name="stream_name" id="stream_name"><option value="" selected="selected">Any</option> <option value="IETF">IETF</option> <option value="IRTF">IRTF</option> <option value="IAB">IAB</option> <option value="Independent">Independent</option> <option value="Editorial">Editorial</option> <option value="Legacy">Legacy</option> </select> </td></tr> <tr><td class="boldtext"><label for = "area_acronym" class="content"> Area:</label></td> <td><select name="area_acronym" id="area_acronym"><option value="" selected="selected">Any</option> <option value="app">app</option> <option value="art">art</option> <option value="gen">gen</option> <option value="int">int</option> <option value="ops">ops</option> <option value="rai">rai</option> <option value="rtg">rtg</option> <option value="sec">sec</option> <option value="tsv">tsv</option> <option value="wit">wit</option> </select> </td></tr> <tr><td class="boldtext">WG Acronym:</td> <td><input id="wg_acronym" size="8" type="text" name="wg_acronym" maxlength="12"/></td></tr> <tr><td class="boldtext">Author (surname):</td> <td><input name="author" type="text" id="author" size="10" maxlength="20" /></td></tr> <tr><td class="boldtext">Abstract contains:</td> <td> <input name="abstract_box" type="text" id="abstract_box" size="25" maxlength="40" /></td></tr></table></div><p align="center"><input value="Search" type="submit" /><input name="Reset" type="button" value="Clear all" onclick="return clearAdvSearchForm(document.forms.query);"/></p></form></div><p>10 results<div class="scrolltable"><table class='gridtable'><tr><th><a href='rfc_search_detail.php?sortkey=Number&sorting=DESC&page=All&title=POP3'>Number</a></th><th>Files</th><th>Title</th><th>Authors</th><th><a href='rfc_search_detail.php?sortkey=Date&sorting=DESC&page=All&title=POP3'>Date</a></th><th>More Info</th><th>Status</th></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1734" target="_blank">RFC 1734</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1734.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1734.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1734.html" target="_blank">HTML</a></td><td class="special"> POP3 AUTHentication command </td><td>J. Myers</td><td>December 1994</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc5034" target="_blank">RFC 5034</a></td><td>Proposed Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1939" target="_blank">RFC 1939</a> part of <a href="https://www.rfc-editor.org/info/std53" target="_blank">STD 53</a></p></td><td><a href="https://www.rfc-editor.org/rfc/rfc1939.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1939.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1939.html" target="_blank">HTML</a>, <a href="https://www.rfc-editor.org/rfc/inline-errata/rfc1939.html" target="_blank">HTML with inline errata</a></td><td class="title"> Post Office Protocol - Version 3 </td><td>J. Myers, M. Rose</td><td>May 1996</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc1939" target="_blank">Errata</a>, Obsoletes <a href="https://www.rfc-editor.org/info/rfc1725" target="_blank">RFC 1725</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc1957" target="_blank">RFC 1957</a>, <a href="https://www.rfc-editor.org/info/rfc2449" target="_blank">RFC 2449</a>, <a href="https://www.rfc-editor.org/info/rfc6186" target="_blank">RFC 6186</a>, <a href="https://www.rfc-editor.org/info/rfc8314" target="_blank">RFC 8314</a></td><td>Internet Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc1957" target="_blank">RFC 1957</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc1957.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc1957.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc1957.html" target="_blank">HTML</a></td><td class="title"> Some Observations on Implementations of the Post Office Protocol (POP3) </td><td> R. Nelson</td><td>June 1996</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc1939" target="_blank">RFC 1939</a></td><td>Informational</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2449" target="_blank">RFC 2449</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc2449.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2449.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2449.html" target="_blank">HTML</a></td><td class="title"> POP3 Extension Mechanism </td><td>R. Gellens, C. Newman, L. Lundblade</td><td>November 1998</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc1939" target="_blank">RFC 1939</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc5034" target="_blank">RFC 5034</a></td><td>Proposed Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc2595" target="_blank">RFC 2595</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc2595.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc2595.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc2595.html" target="_blank">HTML</a></td><td class="title"> Using TLS with IMAP, POP3 and ACAP </td><td>C. Newman</td><td>June 1999</td><td><a class="boldtext" href="https://www.rfc-editor.org/errata/rfc2595" target="_blank">Errata</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc4616" target="_blank">RFC 4616</a>, <a href="https://www.rfc-editor.org/info/rfc7817" target="_blank">RFC 7817</a>, <a href="https://www.rfc-editor.org/info/rfc8314" target="_blank">RFC 8314</a></td><td>Proposed Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc3656" target="_blank">RFC 3656</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc3656.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc3656.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc3656.html" target="_blank">HTML</a></td><td class="title"> The Mailbox Update (MUPDATE) Distributed Mailbox Database Protocol </td><td>R. Siemborski</td><td>December 2003</td><td>Updated by <a href="https://www.rfc-editor.org/info/rfc8996" target="_blank">RFC 8996</a></td><td>Experimental</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5034" target="_blank">RFC 5034</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc5034.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5034.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5034.html" target="_blank">HTML</a></td><td class="title">The Post Office Protocol (POP3) Simple Authentication and Security Layer (SASL) Authentication Mechanism</td><td>R. Siemborski, A. Menon-Sen</td><td>July 2007</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc1734" target="_blank">RFC 1734</a>, Updates <a href="https://www.rfc-editor.org/info/rfc2449" target="_blank">RFC 2449</a></td><td>Proposed Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc5721" target="_blank">RFC 5721</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc5721.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc5721.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc5721.html" target="_blank">HTML</a></td><td class="special">POP3 Support for UTF-8</td><td>R. Gellens, C. Newman</td><td>February 2010</td><td>Obsoleted by <a href="https://www.rfc-editor.org/info/rfc6856" target="_blank">RFC 6856</a></td><td>Experimental</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6186" target="_blank">RFC 6186</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc6186.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6186.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6186.html" target="_blank">HTML</a></td><td class="title">Use of SRV Records for Locating Email Submission/Access Services</td><td>C. Daboo</td><td>March 2011</td><td>Updates <a href="https://www.rfc-editor.org/info/rfc1939" target="_blank">RFC 1939</a>, <a href="https://www.rfc-editor.org/info/rfc3501" target="_blank">RFC 3501</a>, Updated by <a href="https://www.rfc-editor.org/info/rfc8314" target="_blank">RFC 8314</a>, <a href="https://www.rfc-editor.org/info/rfc8553" target="_blank">RFC 8553</a></td><td>Proposed Standard</td></tr><tr><td><a href="https://www.rfc-editor.org/info/rfc6856" target="_blank">RFC 6856</a></td><td><a href="https://www.rfc-editor.org/rfc/rfc6856.txt" target="_blank">ASCII</a>, <a href="https://www.rfc-editor.org/pdfrfc/rfc6856.txt.pdf" target="_blank">PDF</a>, <a href="https://www.rfc-editor.org/rfc/rfc6856.html" target="_blank">HTML</a></td><td class="title">Post Office Protocol Version 3 (POP3) Support for UTF-8</td><td>R. Gellens, C. Newman, J. Yao, K. Fujiwara</td><td>March 2013</td><td>Obsoletes <a href="https://www.rfc-editor.org/info/rfc5721" target="_blank">RFC 5721</a></td><td>Proposed Standard</td></tr></table></div> <br> <div class="footer"> <div id="footerdivs"> </div> <div style="clear:both"></div> <p class="credit"> <a href="//www.iab.org/">IAB</a> • <a href="//www.iana.org/">IANA</a> • <a href="//www.ietf.org">IETF</a> • <a href="//www.irtf.org">IRTF</a> • <a href="/about/independent">ISE</a> • <a href="//www.internetsociety.org">ISOC</a> <br> <a href="/report-summary">Reports</a> • <a href="/sitemap">Site Map</a> • <a href="/contact">Contact Us</a> </P> <!-- end .footer --></div> <!-- end .container --></div> </body> </html>