Insert a cert in a xml document signed using ws-security
Hi all,I have to create a xml document signed by a X509 cert. Somewhere in the header of the xml document, I have to insert a binary token (base64 encoded) representated the cert. How can I get it?For...
View ArticleSFTP CreateDir Unicode String(VC++)
CkSFtpW sftp;//-- Connect sftp server .... // Create a new directory:success = sftp.CreateDir(L"å®¶");if (success != true) {strOut.appendU(sftp.lastErrorText()); strOut.appendU(L"\r\n");...
View ArticleOauth woocommerce
Hello,I am trying to connect to woo commerce api with you dll. I am getting the following error -Microsoft VBScript runtime error '800a01ad'ActiveX component can't create object:...
View ArticleAES with Outlook?
AES with Outlook seems to be a quite a big problem looking at various forums. Have you had any experience with this issue when using AES256 for encryption algorithm when sending mails using Chilkat ?
View Articleemail body content is sent as an attachments(ATT00001.htm)
When sending the mail using chilkat.net Mailman, The email body content is sent as an attachments(ATT00001.htm) . On analysis it is due to Microsoft exchange server issue which convert the body content...
View ArticleCalling CkDkim_Create() crashes
Hi Chilkat,I'm having problem DKIM signing my emails using the the DKIM functions in Delphi DLL (from Delphi XE2)I have a general function SendMailUsingChilkat(), that sets up a Mailman and Email...
View ArticleSSH component not working on all my devices
All:I've run into a problem with the SSH component for PCs. I've written a class library in C# (VS 2015 community edition). The library uses Chilkat SSH to manage connections and send queries to my...
View ArticleSsh returning stdin not a terminal error
I am connecting to an audio signal processor with the SSH component. I am having no problems with connecting (debugged step-by-step) and came out the other side just fine. The problem occurs when I try...
View ArticleCreate Woocommerce order with Chilkat DLL
I have been working with the Chilkat Chilkat_9_5_0.Rest to connect to woocommerce API.I can successfully retrieve a list of orders using this line of code -responseJson =...
View ArticlePKCS7 enveloping and sign a string
I have a code written in C# to sign and envelop a string to be sent to a web service, this code receives a certificate in the format ".pfx" and the certificate password string myString = "Hello World";...
View ArticlePKCS12 sign a string
I have a code written in C# to sign and envelop a string to be sent to a web service, this code receives a certificate in the format ".pfx" and the certificate password string myString = "Hello World";...
View ArticleZip :: File names encoding
Hi, I have a zip file (created on a Linux machine) having an EnDash in the file name. When I read the file contents either looping through with GetEntryByIndex() or by reading the structure with...
View ArticleFTP2 DeleteTree not works with large directory tree, crashes continuosly
ChilkatLog: DeleteTree: DllDate: Nov 12 2016 ChilkatVersion: 9.5.0.64 UnlockPrefix: License_Prefix Architecture: Little Endian; 32-bit Language: ActiveX VerboseLogging: 0 Component successfully...
View ArticleExample "Send Email Asynchronously using a Task" not really async for Xojo
I'm trying to send mails with the above example. Sending the mail works fine. However, with the task the UI shouldn't be frozen. Instead I get the pizza and my progress wheel doesn't show up.Bug,...
View ArticleFeature request for Xojo: plugin segmentation
I work in Xojo with a lot of plugins: a few Einhugur, Valentina, MBS and Chilkat. Xojo has a maximum number of functions that can be registered for plugins. A few days ago I ran again into this limit....
View ArticleHow 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 ArticleMonitoring SSH command process on unix server
I want to send and execute commands on a unix server.when I send the command I would like to update the user as to the status of the job. Even being able to say 'The job is still running' would be...
View ArticleSend Email to more Recipients but one with bad address
Hello if I send an email to multiple recipients including an address it is invalid for example using the Outlook mail is sent and then I get a "Mail Delivery Subsystem" that tells me that the X address...
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 ArticleC++ Builder: Error detected (LME288) when linking
I get the following error when linking with C++ Builder (XE*) [ilink32 Warning] Warning: unknown heap name : 0x08000000 / 0x08000000 [ilink32 Warning] Warning: Error detected (LME288) What to do?
View Article