using Rebex.Net;

Welcome to using Rebex.Net; Sign in | Help
in Search

Browse by Tags

All Tags » HOWTO » IMAP
  • How to choose between TLS/SSL Implicit and Explicit mode?

    What’s common for FTP, POP3, IMAP, SMTP, HTTP? All those protocols share same method for encryption of communication between client and server – the TLS/SSL. TLS is just a new name for SSL version 3.1 (for details see KB article about Secure FTP). The TLS/SSL comes in two common flavors: TLS/SSL Explicit TLS/SSL Implicit What’s the ...
    Posted to Using Rebex.Net (Weblog) by Martin Vobr on September 24, 2010
  • HOWTO: Get the list of unread messages from an IMAP server in VB.NET

    Summary This post shows how to connect to an IMAP server and retrieve the list of unread messages. The code uses Rebex Mail for .NET component. Searching for unread messages One of the most common mail processing operations is getting the list of new messages. When using the IMAP protocol, you have to select the correct mail folder (or ''mailbox'' ...
    Posted to Using Rebex.Net (Weblog) by Martin Vobr on May 28, 2007
Powered by Community Server (Personal Edition), by Telligent Systems