using Rebex.Net;

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

Browse by Tags

All Tags » 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
  • New component: Rebex Secure Mail for .NET Compact Framework

    We have just released a .NET Compact Framework edition of Rebex Secure Mail, our mail SMTP, POP3, IMAP an MIME component. With the CF version, you can use all the features of Rebex Secure Mail on Windows Mobile and Pocket PC devices. Samples in C# and VB.NET are available including MIME Explorer.Of course, the Compact Framework version of Rebex ...
    Posted to Using Rebex.Net (Weblog) by Lukas Pokorny on July 14, 2009
  • 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