How do I parse multipart/digest mails?
I'm trying to parse an old mail that is multipart/digest. When using the example "ExaminEml" I correctly get multipart/mixed text/plain text/plain multipart/digest message/rfc822 message/rfc822 and so...
View ArticleCkAuthAzureAd examples?
Is this really what it looks like? A wonderful object designed to demystify the Office365/Azure AD Client Credentials Flow? Oh please tell me Christmas came early this year.Any chance for some example...
View ArticleRSA with SAH 256
Hi all,i need to "translate" these lines writed in java. I dont' know what functions or assembly to use : KeyStore keystore; // key repository for keys containing signature certificate String alias; //...
View ArticleIs it mandatory to install MSVC++ 9.0 Runtime Libs?
Hi,We use Chilkat ActiveX in our software. I understand that Chilkat ActiveX depends on MSVC++ 9.0 Runtime Libs, so at this moment in the setup of our software vcredist_x64.exe is called.The problem...
View ArticleSFTP download failed (files over 2GB)
we try download files over 2GB from sftp server (freeFTPd, RebexTinySftpServe, CoreFTPServer, ... ). but always download failed and Server is down or crash.isn't chilkat lib support files over 2GB...
View ArticleBadImageFormatException
Can you help me with this problem,An unhandled exception of type 'System.BadImageFormatException' occurred in App.exe Additional information: Could not load file or assembly 'ChilkatDotNet45,...
View ArticleRSA with SHA256
Hi all,i need to "translate" these lines writed in java. I dont' know what functions or assembly to use : KeyStore keystore; // key repository for keys containing signature certificate String alias; //...
View Article@odata in JSON not found?
Has anyone else run into this? I have a valid JSON with "@odata.nextLink" in it:{ "@odata.nextLink":"https...." }Yet, loading that JSON into the CkJsonObjectW and running...
View ArticleApplication not working when distributed
Hi, We have incorporated Chilkat Zip into our VBA/MS Access application. It works fine on the development PC; the deployment package includes ChilkatZip.dll, and the dll appears to register correctly...
View ArticleUpdating Legacy VB6 from ChilkatEmail DLLs to Active X
I inherited a legacy VB6 app that sends email using Chilkat Mail 5.1 that now needs to use SMTP TLS, but apparently the StartTLS property doesn't exist in Chilkat Mail 5.1. I downloaded and installed...
View ArticleSSH Tunnel not close in ThreadPool
I use newest Chilkat DLL.This is my code in threadpool: When i Don't Use :` http.SocksHostname = "localhost"; http.SocksPort = Port; http.SocksVersion = 5;`It's Ok.Something wrong? Anybody can help me?
View ArticleProcessor Architecture Mismatch?
VS 2015 was issuing a warning when I compiled my project:There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference...
View ArticleWhy separate 32- and 64-bit Chilkat libraries for .NET?
I was curious as to why the Chilkat .NET libraries are released in separate 32- and 64-bit modules. Microsoft .NET allows applications to be compiled in the following modes - x86, x64, IA64, Any CPU...
View Articleget data from webservice with x509
Hello,I have to get data from a webservice (described as "like REST") , the site needs a certificate. We send some data in XML form but as contenttype text/plain (dont ask:-) ) and receive some data in...
View ArticleCKFILE GetFileNameWithoutExtension
Hy,VB6: Public fac As New CkFileAccessSimple in debug window: ? fac.GetFileNameWithoutExtension("c:\windows\win.ini") ANSWER: wi? fac.GetFileNameWithoutExtension("c:\windows\system32\defrag.exe")...
View ArticleHow to add CSS File to an Email
I am building a component that we will use for creating newsletters and mailing them. For the newsletter template I have html and I have a css-file. What is the recommended way of adding the css to the...
View ArticleMatching .NET Framework TripleDES
Hello,I have the following .NET class that I'm trying to re-write into Crypt2.Actual keys from the byte array have been removed, but contains numbers such as {1, 2, 3, 4}.The class below...
View ArticleListen thread did not stop.
What the happen with log:ChilkatLog: StopAccepting: DllDate: Dec 27 2016 ChilkatVersion: 9.5.0.65 UnlockPrefix: Anything for 30-day trial. Architecture: Little Endian; 64-bit Language: .NET 4.0 / x64...
View ArticleProblem in syncing files for more than one hour
I am using chilkat extension in PHP. The problem I am getting is with keeping the connection alive. It automatically time out after one hour. And I got e mail for the time out of the FTP connection. It...
View ArticleckEncryptFile ran twice on same file decrypts file?
Why does running ckEncryptFile on a file twice Decrypt that file? ' Drop a command button and a text box onto a form and run Private Sub Command1_Click()' Creating a text file filled with 1,000 (1's)...
View Article