Answered: how to convert rebex windows library to native library which will...
All Rebex component DLLs are managed .NET assemblies that can be used by .NET applications which run on Common Language Runtime (CLR) virtual machine such .NET Framework, .NET Core or Mono.On Linux,...
View ArticleAnswered: Can I use Rebex.Common.dll directly on mono?
It's the same as using Mono itself - write an application (using C# or another .NET language), compile it and run it. There are IDEs that simplify this process, such as Visual Studio (Windows-only), VS...
View ArticleHow Rebex has managed P/Invoke dependencies on Mono?
How Rebex has managed P/Invoke dependencies on Windows native libraries when I am going to use same windows rebex dll on Mono?There are lot of source code for Rebex.1) vs2008-net-2.0 2)...
View ArticleCan I cancel transfer the GetFile(name, stream)/GetDownloadStream functions...
While GetFile(name, stream) function running, I want to cancel download only. But I guess that ftp.Abort() function drops main control connection. (next ftp.GetFile() raise 'Not connected to the...
View ArticleAnswered: How Rebex has managed P/Invoke dependencies on Mono?
You need to use the source code in vs2010-net-4.0 folder. It targets .NET 4.0, .NET 4.5.x, .NET 4.6.x, .NET 4.7 and Mono (3.0 or higher).The vs2008-net-2.0 folder contains source code targeting .NET...
View ArticleTop 10 Things detest About Porn
We know you'd in order to watch your favorite porn off the hustle and bustle of one's desk or home Pc. Watching fast porn movies on your iPhone is so very much more private talk about their experience...
View ArticleEncryption UWP web Api Rebex.Legacy.Cryptography
Hello, i was trying to encrypt file(byte array) in UWP application with help of Rebex.Legacy.Cryptography class and decrypt byte array at the server side(web api) with help of...
View ArticleHttpRequest OutOfMemoryException on Windows CE
I am trying to use HttpRequest to stream large files to a web api from a limited memory Windows CE device. The exception is thrown while writing to the request stream. The same problem is not...
View ArticleAnswered: Bind FTP client to Terminal
No, it is not possible. Actually, it wouldn't work as you are probably expecting.Please note that FTP protocol is very specific. It uses control connection, which can be used in plain Telnet. And for...
View ArticleAnswered: Update mail subject imap issue
Unfortunately, IMAP does not support modifying messages. This is a limitation of the IMAP protocol itself, which means there is no way around it.Consider modifying the process a bit - ImapMessageSet...
View ArticleAnswered: Encryption UWP web Api Rebex.Legacy.Cryptography
Hello,seem like we are unable to reproduce the error. It works fine in our replication.You can download our replication by the link...
View ArticleSigner certificate in EML file
Rebex component can still validate the signature and find the signer certificate of signed-only EML file; although the certificate was deleted from Windows certificate stores. Does that mean the signer...
View Articleload a Rebex.totalpack.dll is taking one minute first time. second time it...
Suppose we have two method A and B and A is Calling B. B has Rebex SMTP class and its method. Once we setup SMTP server first time then A calls B. First time its taking 1 minute to enter into B method...
View ArticleAnswered: Signer certificate in EML file
Yes, the signed mail really does contain the signer's certificate, but only the public part (private key is not included). So, everyone can validate the signature using embedded public key. This...
View Articlebest way to use rebex dlls
can we do ILMerging of all dll into signle dll and use class and methods of Rebex? or what is best way to call methods of Rebex in our projects?
View ArticleAnswered: HttpRequest OutOfMemoryException on Windows CE
Unfortunately, on-the-fly uploads (AllowWriteStreamBuffering=false) and chunked upload mode (SendChunked=true) are not implemented yet. Sorry!However, these features are currently on top of our list of...
View ArticleAnswered: Encryption Web Api Rebex.Legacy.Cryptography
Hello, thanks for the clarification.We have tried to reproduce the issue this way and noticed that that you might be generating different initialization vector in the UWP app and in the server app,...
View ArticleWill vs2008-net-2.0 will support Mono 4.8 also?
Will vs2008-net-2.0 will support Mono 4.8 also?
View ArticleHow to use wildcard with GetList with a folder with more than 10000 items
Hi,When a folder has more than 10000 files, GetList returns only the 10000 first. The file I need might not be in the 10000 first files so I want to use a wildcard.The thing is that when I use a...
View Articlebest way to use rebex dlls
can we do ILMerging of all dll into signle dll and use class and methods of Rebex? or what is best way to call methods of Rebex in our projects?
View Article