Quantcast
Channel: Chilkat Forum - latest questions
Browsing all 1061 articles
Browse latest View live

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 Article


How 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 Article


SSH 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 Article

Method 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 Article

CkFtp2Progress 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 Article


C++ 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 Article

PublicKey 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 Article

What 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 Article


Asynchronous 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 Article


Twofish 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 Article

How 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 Article

Error/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 Article

Post 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 Article


C++ 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 Article

HTTP 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 Article


TLS 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 Article

Regsvr32: 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 Article


Is POP3 with SASL PLAIN authentication supported?

Hello,is this supported (RFC 5034)?

View Article

AddFileAttachment 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 Article

How 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
Browsing all 1061 articles
Browse latest View live