+1 vote
by (140 points)

I've noticed that method Imap.CheckConnectionState is missing in .NET Standard 1.5-2.0 version of Rebex.Imap.dll while it exists in .NET 4.0-4.7 version. What is reason of that? I'm porting my code from .Net Framework to .Net Core, any advices for a workaround?

Applies to: Rebex Secure Mail

1 Answer

+1 vote
by (144k points)

If you are porting code from .NET Framework to .NET Core, by all means please use the .NET Standard 2.0 version of Rebex.Imap.dll that was first released with Rebex Secure Mail 2019 R1. It does contain the CheckConnectionState method.

.NET Standard 1.5, introduced in September 2016, was still a rather limited subset of the full .NET API, and the same applies to Rebex binaries targeting that platform. On top of this, these binaries were deprecated at the end of 2019. .NET Core 1.0/1.1 is already an unsupported end-of-life platform, and NET Standard 2.0 binaries are much more suitable for .NET Core 2.0 or higher (and feature essentially the full Rebex Secure Mail API).

Please see our platform support chart for a list of available Rebex binaries and their target platforms.

...