Secure Mail becomes Mail Pack. Mail libraries available separately.
Mail libraries are available individually at a lower price. The Rebex Secure Mail has been extended and renamed to Rebex Mail Pack.
Mail libraries are available individually at a lower price. The Rebex Secure Mail has been extended and renamed to Rebex Mail Pack.
Learn how to connect to a Gmail mailbox and download the most recent messages using the IMAP protocol and C#.
Logging to Gmail via IMAP using your Google password doesn't work anymore. You have to use App Password instead. Learn how to generate App Passwords and use them in your C# code.
How to enable IMAP or POP3 access to a Gmail account. Resolving the "password incorrect" error using App Passwords or OAuth 2.0.
App-only authentication is used for services/daemons with no singed-in user present. This step-by-step guide shows how to make it work with Rebex IMAP or POP3.
This article provides step-by-step guides to making it all work (in delegated mode with a signed-in user).
Describes how to register a desktop or mobile application using delegated access.
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 ...
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 # ...
Summary This post shows how to connect to an IMAP server and retrieve the list of unread messages. The code uses Rebex Mail Pack .NET library. Searching for unread messages One of the most common mail processing operations is getting the list of new ...