imap.search question
Hi, my question belongs to imap.search component.I'm having a program running which graps all new emails via imap.Search("NEW",1)The program is not disconnecting from the imap server, instead...
View ArticleHow to Compute the HMAC-SHA256 Signature for the Plaza API (bol.com)?
How to Compute the HMAC-SHA256 Signature for the Plaza API (bol.com)?
View ArticleSSH ChannelReceiveUntilMatch() does not work after upgrade
I am attempting to upgrade from ChilkatDotNet4.dll version 9.4.1.0 to 9.5.0.58 but the following code no longer works:sshCK.SendReqExec(channelNum, "type \remote_host_Bshare_name$data.csv &&...
View ArticleMethod SFTP DownloadFile is downloading 0 KB files
Hi,Really need some assistance.We are transitioning from a windows 2008 R2 server to a windows 2012 R2 server. But on the windows 2012 R2 server, the downloaded files are empty (0 KB).on the windows...
View ArticleCkFtp2Progress not fire callbacks on Android 6.0
Currently use ftp by follow sample https://www.example-code.com/android/ftp_download_with_progress.asp. It's works fine. But on Android 6.0 CkFtp2Progress callbacks not fire. I'm confused. Help me...
View ArticleC++ predicting wrong charset
Hi guys, I'm having some issues when getting an email without the charset specified in the content-type header. The charset is being predicted as "charset="iso-8859-1"" when, for this particular email...
View ArticlePublicKey LoadFromFile return 0
Using PublicKey metode:loo_PubKey2.LoadFromFile('C:\Temp\abc.pem')loo_PubKey2.LastErrorText return this:ChilkatLog: LoadFromFile(16ms): DllDate: Jun 13 2016 ChilkatVersion: 9.5.0.58 UnlockPrefix:...
View ArticleWhat are the actual bytes that are encrypted when a string is encrypted?
Can you please clarify? Using CkCrypt2WAES block size for IV is 16 bytesHex encoded block (from sample): 000102030405060708090A0B0C0D0E0FIs it okay to pass as HEX encoded unicode? Does it strip out the...
View ArticleAsynchronous Methods in VB6 - Be Very Careful with Callbacks
When an asynchronous Chilkat method is called, callbacks will be in the background thread. The background thread is generally unknown to the application runtime. In VB6 one must be extremely careful in...
View ArticleTwofish encryption result differs from mcrypt
I'm making a call to a server with data encrypted with twofish using CBC mode. The server passes me back an error. Curious about this I wrote code in php and compared the hex values and to my surprise...
View ArticleHow to Download Email Headers? Simple way to Decrypt?
Is there any fast way to get all headers of email (Chilkat.Email) ? If I am looking to the Header property it contains raw header (they can be encrypted in Q or B string) Is there any simple way to get...
View ArticleError/Bug in Chilkat lib crashing app when reading message body?
We are using the latest Android lib on our app. Works well. We recently received an email (apparently) that from what we can tell, is plain text... nothing special. Our APP is hard crashing all of a...
View ArticlePost HTTPS with Content-Type
When i tried post URL web with content-type : application/x-www-form-urlencoded. but it not working. i using request.ContentType = "application/x-www-form-urlencoded"; and set header, but both is not...
View ArticleC++ JSON Memory Management?
When constructing JSON parameter for Dropbox endpoint /upload_session/append_v2: CkJsonObject jsonParams; jsonParams.AddObjectAt(-1, “cursor"); CkJsonObject *jsonCursor = jsonParams.ObjectOf(“cursor");...
View ArticleHTTP ActiveX component error uploading to S3
I'm using the HTTP ActiveX component in a VBS script to upload files from the local system to Amazon S3. This has been in place and functioning properly for some time, but recently I began to notice...
View ArticleTLS 1.2 causes failed connection
Upgrading to newest versions and getting the following error. Works fine with 2.0 but would like to upgrade to 4.6 framework.With authTLS Enabled: ChilkatLog: Connect_Ftp2: DllDate: Jun 13 2016...
View ArticleRegsvr32: DllRegisterServer failed with error code 0x80070716
I ran the 64bit and 32bit bat on W2008 64bit server; however, I receive the following error …RegSvr32 The Module “ChikatAx-9.5.0-win32.dll” was loaded but the call to DllRegisterServer failed with...
View ArticleAddFileAttachment issue with current release
Hi,I just upgraded to the current Ck library (16 june, VC6 release) and am having trouble when I attach a file to an email. It looks like the email message body is contained in the file attachment.A...
View ArticleHow to do simultaneous CkSocket_AcceptNextConnection
Hi,Is it the right way and the best way to do an infinite loop wich accepts simultaneaous incoming connections in a server ?It seems to crash with the non-blocking (asynchrounous) solution. That's why...
View Article