Answered: Is the IMAP client multi threaded
No, it is not possible. Sorry.If you want to download multiple messages concurrently, please use more instances of Imap class.
View ArticleAnswered: The from address is missing in eml file
This can be caused when the original MSG doesn't contain SMTP type address but Exchange type address (Active directory address format).If you send the MSG file to support@rebex.net we can analyze it...
View ArticleIs the IMAP client multi threaded
Is it possible to use an imap connection on multiple threads concurrently. For example, could I have 2 threads downloading a message at the same time?Many thanksMarshall
View ArticleAnswered: Rebex SFTP: Key exchange failed. Server signature is not valid.
Another client also uses the CrushFtp server and he is experiencing the same issue. In this case the server is accessible from the internet. We tried to connect to the server with the latest version of...
View ArticleSwitching from 2 way SSL SHA1 to 1 way SSL sha2
I'm starting with working code (that I did not write!) that is connecting to a FTP server using a .pfx certificate for 2 way encryption with SHA1 cipher. The FTP site is switching to 1 way encryption...
View ArticleAdd users into sftp server from client
Hi. Can I add user to sftp server from client if I use your library. I need to add user only in client side.
View ArticleRebex HTTPS - accessing the request object from ValidatingCertificate event...
In our application, we do certificate pinning usign custom certificate validation, and would need to replace the ICertificatePolicy.CheckValidationResult with the ValidatingCertificate event handler....
View ArticleAnswered: Switching from 2 way SSL SHA1 to 1 way SSL sha2
"One-way SSL" (TLS/SSL without client certificate authentication) only means that the server does not validate the identity of the client. The rest of the process is the same - encryption and...
View ArticleLimit search results to a limit but only include items that don't have the...
Is there a way to do a message search that limits the returned items to 500 items but searches for a flag being set? Basically I want to pull messages that don't have the delete flag set but not all of...
View ArticleAnswered: Add users into sftp server from client
If you want to add new user using a general SFTP client, it is not possible, because SFTP protocol has no such command.However, you can implement your custom server command (e.g. users) and then use...
View ArticleError Https conection
Hello We are integrating your dll (HTTPS component) with our soluction and we have found some troubles with the communication that we can't understand.Our application is developed in .NET with C# in...
View ArticleTimeout exceeded while waiting for welcome message. Make sure you are...
Hi, I am trying to use SFTP to connect to a host. It works the first time. If I try to reconnect (without restarting the application) the connect fails with the exception:Timeout exceeded while waiting...
View ArticleHow to convert linked resources to attachments
Hi,I am trying to show inbound email in an application wherein inline (embedded) image content wanted to show as an attachments.So here need to convert message.Resources content to...
View ArticleAnswered: Error Https conection
The System.Net.Sockets.SocketException: A socket operation encountered a dead network is typically caused by unreliable network connection. This is common problem on .NET CF when using dial up...
View ArticleIs possible to do the Xml signature with the new version
I need to create XML signature file with compactFramework (as xmlsec does using C language and openSSL). Is it possible with you library do this operation? Thanks
View ArticleAnswered: Timeout exceeded while waiting for welcome message. Make sure you...
This is very probably caused by the HTTP proxy you are using.I tried to connect to your server with our HTTP proxy more than 10 times in a row and it worked well.You can try it for yourself using just...
View ArticleCan I get disk avail/used space using SFTP Client?
I want to get available and used disk space of sftp server. I can not found related api on Rebex Sftp Client. WinSCP shows disk space informations most of sftp servers. How can I do?
View Articlepage limit of POP3?
Is there a way to only pull 500 messages per check with POP3? Using VB for Reference. Extremely large mailbox so can't pull all messages at once.Thanks Nick
View ArticleAnswered: Can I get disk avail/used space using SFTP Client?
This feature is not part of SFTP (version 3 or 4) protocol, so in general you cannot acquire this information from the SFTP client.However, most of SFTP servers allows you to execute remote commands or...
View ArticleFTPS raise exception : Handshake failure
Hi. I built Ubuntu Server and vsftpd server with ssl mode(default setting) and connect with ssl settings, but Handshake failure exception raised.RaiFtp is inheritance class of Rebex Ftp.FileZilla is...
View Article