Saveeml and attachmens
I have been using saveeml to save inbound emails related to transactions in an application. Recently a change in business process has resulted in a need to save any attached files as well. The saveeml...
View ArticleError connecting to IMAP Server
We've been using Chilkat to connect to our Exchange 2010 Server for a while and all has been fine, until a few weeks ago when users could no longer connect.The certificate on the mail domain was about...
View Articledownload with utf8 encodig
I am using standard http.Download(url, file) to download a text file. On the pc the result is ok, but on the Mac the result is garbled (ANSI?). I tried http.get_Utf8() and http.put_Utf8(true), but no...
View ArticleImage in Email Handled as Attachment and not Related Data?
I have an email message that contains an embedded image.The image in the email has a Content-ID and this content ID is referred in the body's html so this should come under the "related data" category,...
View ArticleNo ZIP file written on some machines on Windows 10
I use Chilkat ZIP on VC++ for a software application that's run for years. Suddenly, some users are reporting that the ZIP file isn't being written at all on their computers. On other computers (like...
View ArticleFtp2 Obj-C (Mac OS) on TLS/SSL the property "BandwidthThrottleDown" does not...
The module treaty is "Ftp2" Obj-C (Mac OS).If TLS (AuthTLS=true) mode has been activated, the "BandwidthThrottleDown" property does not work (no limit)!Otherwise if I connect in "clear mode" (nothing...
View ArticleFIPS compliant AES algorithm with .Net Zip?
Is the AES implementation used in the .Net Zip component the FIPS compliant AesCryptoServiceProvider class or does it use the RijndaelManaged class? Is there a way to set which AES implementation it...
View ArticleI want to receive a notification (event) when data arrives on my socket?
I am using ActiveX Socket with FoxPro and do not trigger events when receiving data in the buffer on an active connection.
View ArticleJava class file has wrong version 52.0, should be 50.0
I got this error when trying to test the Chilkat Java API straight out of the box.. Test.java:6: cannot access com.chilkatsoft.CkCrypt2 bad class file:...
View ArticlePassing byte[] in Chilkat Java API
I have a working hashing task in VB.NET as follows: Dim operand As Byte() = some bytes.... Dim ckCrypt As New Chilkat.Crypt2() ckCrypt.EncodingMode = "Base64" ckCrypt.HashAlgorithm = "sha1" Dim...
View ArticleHTTP "sockRecv: Socket operation timeout." on clientHandshake2
We have software that tries to make a connection to a third party. The software was utilizing the Microsoft MSXML HTTP object to make HTTP POSTs. Recently the third party disabled the SSLv3 protocol...
View ArticleBlank email message body causes email to be treated as a forwarded message
A user of my software reported the following new behavior after upgrading to a newer version (using a more recent ActiveX Chilkat component: 9.5.0.58). If the email message body is left blank, the...
View ArticleSet password for files appended inside zip file
Hi,Why are the files not password protected with below code:chilkatZip As Zip = New Zip() chilkatZip.UnlockComponent(ChilkatLicense) chilkatZip.FileName = zipFileName...
View ArticleCkSocket Receive method not receiving bytes, however Wireshark shows...
Hello, I'm currently in a bit of a problem.I'm trying to simply connect to a hostname/port provided and receive the string "pong" upon connecting and after sending "pingservice".It seems to never be...
View Articlesubclassing in C++
Are there any limitations on subclassing Ck*-classes within C++/C++11 environment ? Any trap to watch out or free to do ?I'm right now looking specifically into subclassing of CkJsonObject and its...
View ArticleFeature request: any plan to implement a small HTTP/HTTPS server in the...
Is there a plan to include a small web server into the lib ? I would looking for a function allowing to serve simple websites to a local browser and to use HTML, JS and UI to an else service running in...
View ArticleEncoding bug in 7bit mail for FetchSingleAsMimeAsync
I'm getting mail data with FetchSingleAsMimeAsync. There are some mails which sayContent-transfer-encoding: 7bitin their header. But this isn't the case as they have so-called "high ascii" characters...
View ArticleWebDav List my Files
Hello, I want to log on to my online storage (cloud) and let any existing files to display in a ListView. I do not know of with HTTP and am in a newcomer.All examples here lead not me and not get to...
View ArticleProblem Receiving RTF Email Format Attachments....
We are using the Chilkat software (ChilkatDotNet2.dll) version 9.2.1.0 for one of our applications to get the email attachments and save them to our local windows drive.Our clients send the PDF...
View ArticleOpen SSH session and monitor for specific text
Good afternoon All,I am looking to connect to my phone system through an SSH session (no need to log in) and monitor for specific text to be output. If the text is fount then grab all additional text...
View Article