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

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 Article


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


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

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

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


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

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

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


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


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

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

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

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


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

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


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

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


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

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

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