BCC Emais Sent via Microsoft Accounts arriving with email addresses exposed?
Just a heads up:Bcc mail messages sent via Microsoft accounts (Outlook.com, MSN.com, Hotmai.com, etc.) are arriving to the recipients with all email addresses exposed. The Bcc flag is being ignored...
View ArticleIdleTimeoutMs has no Effect (Objective C - Chilkat version 9.5.0.58)
I want a timeout of 100 seconds. I set the following two lines of codes before I connect to the SFTP Server and also after the connection was successful: sftp.ConnectTimeoutMs = @1000000;...
View Articleweb request fails after setting preferIpv6 to true
HiI am using chilkat v9.5.0.51 Mono on Mac, Xamarin iOS & Android. After setting preferIpv6 to true on my Http object, some servers fail to be requested, for...
View ArticleProblems with QuickAppend --- extra entry after central directory found
HiI have been having problems using the QuickAppend zip function to append the contents of a new zip file to an existing one.I've tried this with the node, python and .Net (via a colleague) versions of...
View ArticleCertificates get personal list
Hi all How to get a visual list of certificate pem, der, pfx installed in windows?
View ArticleChilkat not detecting bounced mails correctly and false positives
Hi AllWe have beed struggling since we implemented the Chilkat Bounce module.We have been using a smtp service and we have configured the reply ID as our gmail ID.When we try to read the inbox for...
View ArticleError in Mime.DecryptUsingPfxFile
Hi, i've a big problem with decrypt a mime object with a pfx certificate. I'm using ChilkatDotNet4.dll in my c# project. I've builded the project and release it in windows 7, working well. When i...
View ArticleChilkat 9.5.0.58 TLS 1.2 handshake failure
Connection via TLS 1.2 with Cipher TLS_RSA_WITH_AES_128_CBC_SHA fails with handshake failure but is successful via TLS 1.1 with Cipher TLS_RSA_WITH_AES_128_CBC_SHA. In the Chilkat log the only...
View ArticleDecryptUsingPfxFile not working anymore
Hi, We have an issue with mail decryption after updating from ChilkatDotNet2 to ChilkatDotNet4. We had used Chilkat2 (9.4.1) on Framework 2.0 and all worked fine. Now we upgraded to ChilkatDotNet45...
View ArticleChilkat on Rasbian on Raspberry Pi 3
Hi,I have been doing some testing with chilkat MONO lib on ubuntu x64 machine, and its working beautifully. Now I need to implement same functionality on Raspberry Pi 3 running on Rasbian. The c# code...
View ArticleUnexpected DISCONNECT on SFTP key exchange
Hi.The problem occurs while connecting to ebibkom.deutschepost.de Same issue with current version 9.5.0.58 Server works with FileZilla and cURL.ChilkatLog: Connect_SFtp: DllDate: Apr 21 2014...
View ArticleMissing Code Examples for Google Drive
The code examples for Google Drive seem to be missing. See: https://www.example-code.com/vbnet/googleDrive.asp
View ArticleReverse DNS Lookup
Is it possible to do a reverse DNS lookup using Chilkat components?Thanks MikeW
View ArticleCkSFtp::openDir() fails at its 11th usage
HiThe CkSFtp::openDir() (C++ library, 9.5.0-x86-vc9) when using it for more than 10 times. Using it as in the example, it works correctly for the first 10 usage, with readDir() and Closehandle()...
View ArticleWhat's wrong with this AcceptNextConnection loop ?
Hi,Is it the right way to do an infinite loop wich accepts simultaneaous incoming connections in a server of a multi-clients client-server application ?It crashes with the non-blocking (asynchrounous)...
View ArticleDownload file request with direct sending (json) post value
Hi,I am using this example :uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Chilkat_v9_5_0_TLB;...
View ArticleStrange characters in HTML attachment
Hello,I use Chilkat MailMan to send Email with SMTP. After upgrading to version 9.5.0, strange characters appear in HTML attachments. The attachment file is Unicode encoded.Here is an example of a...
View ArticleC Library Question: Should I Free memory returned by Chilkat methods?
I have a question about your library. I’m using the http, httpResponse libraries for C (Linux 32 bit)After a call to the method CkHttpResponse_bodyStr(), should I free the memory allocated for the...
View ArticleChilkat mailman SshOpenTunnel Boolean
I`m usigmailman.SshOpenTunnel("","")to open ssh tunnel , in order to send email , the problem is , the boolean is always false. It works , it sends the email through the SSHtunnel but I can't control...
View ArticleHow to get the Message-ID of the Email that is Sent?
When I use the SendEmail method with Chilkat MailMan how can I get the Message-ID of the sent mail? I see it in the SmtpSessionLog, but can I get it by reading a property of the ocx? I want to track...
View Article