Requirement: How do I access an SSL Enabled SMTP Server from code using SMTP, IMAP and POP3 protocols?

I need to get some code to automate a login to my GMail account and access the contents. I want to use SMTP, IMAP and POP3 protocols and as GMail is SSL enabled I need to be able to handle that too.


Solutions:

Submit a new solution to this problem >
Reading and sending e-mail messages from Gmail using SMTP and POP3 protocols
This article will show you how to read and send e-mail messages from Gmail account using SMTP and POP3 protocol over an SSL connection.
(VB6, C++\Windows)
Access Gmail (SSL enabled) with .Net and Aspose.Network using SMTP, IMAP and POP3 protocols
This article demonstrates how to access Gmail via SSL using Aspose.Network for .NET. We will show you how to perform various tasks and activities on SSL enabled mail server using the SMTP, IMAP and POP3 protocols.
(C#, VB.NET\.NET 2.0)