{"id":3694,"date":"2012-12-14T20:39:46","date_gmt":"2012-12-14T18:39:46","guid":{"rendered":"http:\/\/www.limilabs.com\/blog\/?p=3694"},"modified":"2017-11-08T19:07:19","modified_gmt":"2017-11-08T17:07:19","slug":"aol-imap-pop3-smtp-settings","status":"publish","type":"post","link":"https:\/\/www.limilabs.com\/blog\/aol-imap-pop3-smtp-settings","title":{"rendered":"AOL: IMAP, POP3, and SMTP settings"},"content":{"rendered":"<p>AOL supports access via IMAP, POP3 and SMTP protocols. Below you can find the configuration settings for all protocols.<\/p>\n<p>All AOL servers (IMAP, POP3 and SMTP) can work in plain mode (you can use <em>Connect<\/em> method) or use implicit SSL (use <em>ConnectSSL<\/em> method) or use explicit SSL (you can use <em>Connect<\/em> method and then secure the channel using <em>StartTLS <\/em>or <em>STLS <\/em> methods)<\/p>\n<h2>IMAP<\/h2>\n<p>Server: <strong>imap.aol.com<\/strong><br \/>\nSSL: <strong>true-implicit<\/strong><br \/>\nPort: <strong>993<\/strong> (default)<br \/>\nUser: pat@yahoo.com<\/p>\n<h2>POP3<\/h2>\n<p>Server: <strong>pop.aol.com<\/strong><br \/>\nSSL: <strong>true-implicit<\/strong> \/ true-explicit<br \/>\nPort: <strong>995<\/strong> (default) \/ 110 (default)<br \/>\nUser: pat@aol.com<\/p>\n<h2>SMTP<\/h2>\n<p>Server: <strong>smtp.aol.com<\/strong><br \/>\nSSL: false \/ <strong>true-implicit<\/strong> \/ <strong>true-explicit<\/strong><br \/>\nPort: 587 (default) \/ <strong>465<\/strong> (default) \/ 587 (default)<br \/>\nUser: pat@aol.com<\/p>\n<p>Following are the code samples for Mail.dll <a href=\"\/mail\">.NET IMAP, POP3 and SMTP component<\/a>.<\/p>\n<pre class=\"brush: csharp; title: ; notranslate\" title=\"\">\r\n\/\/ C#\r\n\r\nusing (Imap client = new Imap())\r\n{\r\n    client.ConnectSSL(&quot;imap.aol.com&quot;);\r\n    client.UseBestLogin(&quot;pat@aol.com&quot;, &quot;password&quot;);\r\n    ...\r\n}\r\n\r\nusing (Pop3 client = new Pop3())\r\n{\r\n    client.ConnectSSL(&quot;pop3.aol.com&quot;);\r\n    client.UseBestLogin(&quot;pat@aol.com&quot;, &quot;password&quot;);\r\n    ...\r\n}\r\n\r\nusing (Smtp client = new Smtp ())\r\n{\r\n    client.ConnectSSL(&quot;smtp.aol.com&quot;);\r\n    client.UseBestLogin(&quot;pat@aol.com&quot;, &quot;password&quot;);\r\n    ...\r\n}\r\n<\/pre>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">\r\n' VB.NET\r\n\r\nUsing client As New Imap()\r\n\tclient.ConnectSSL(&quot;imap.aol.com&quot;)\r\n\tclient.UseBestLogin(&quot;pat@aol.com&quot;, &quot;password&quot;)\r\n\t...\r\nEnd Using\r\n\r\nUsing client As New Pop3()\r\n\tclient.ConnectSSL(&quot;pop3.aol.com&quot;)\t\t\r\n\tclient.UseBestLogin(&quot;pat@aol.com&quot;, &quot;password&quot;)\r\n\t...\r\nEnd Using\r\n\r\nUsing client As New Smtp()\r\n\tclient.ConnectSSL(&quot;smtp.aol.com&quot;)\r\n\tclient.UseBestLogin(&quot;pat@aol.com&quot;, &quot;password&quot;)\r\n\t...\r\nEnd Using\r\n<\/pre>\n<p>You can find more details about using implicit and explicit SSL or TLS with email protocols:<\/p>\n<ul>\n<li><a href=\"\/blog\/use-ssl-with-imap\">Using SSL with IMAP<\/a> <\/li>\n<li><a href=\"\/blog\/use-ssl-with-pop3\">Using SSL with POP3<\/a> <\/li>\n<li><a href=\"\/blog\/use-ssl-with-smtp\">Using SSL with SMTP<\/a> <\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>AOL supports access via IMAP, POP3 and SMTP protocols. Below you can find the configuration settings for all protocols. All AOL servers (IMAP, POP3 and SMTP) can work in plain mode (you can use Connect method) or use implicit SSL (use ConnectSSL method) or use explicit SSL (you can use Connect method and then secure [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[94,15,28,42,90,50,57],"class_list":["post-3694","post","type-post","status-publish","format-standard","hentry","category-mail-dll","tag-aol","tag-c","tag-imap","tag-pop3","tag-settings","tag-smtp","tag-vb-net"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.limilabs.com\/blog\/wp-json\/wp\/v2\/posts\/3694"}],"collection":[{"href":"https:\/\/www.limilabs.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.limilabs.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.limilabs.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.limilabs.com\/blog\/wp-json\/wp\/v2\/comments?post=3694"}],"version-history":[{"count":10,"href":"https:\/\/www.limilabs.com\/blog\/wp-json\/wp\/v2\/posts\/3694\/revisions"}],"predecessor-version":[{"id":5375,"href":"https:\/\/www.limilabs.com\/blog\/wp-json\/wp\/v2\/posts\/3694\/revisions\/5375"}],"wp:attachment":[{"href":"https:\/\/www.limilabs.com\/blog\/wp-json\/wp\/v2\/media?parent=3694"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.limilabs.com\/blog\/wp-json\/wp\/v2\/categories?post=3694"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.limilabs.com\/blog\/wp-json\/wp\/v2\/tags?post=3694"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}