BCC Email Addresses not in the MIME Header?
Regarding your solution everything works perfectly excepting one functionality. I need this a lot so I really appreciate a solution (I think is an object bug). The Bcc e-mails are lost when I get the...
View ArticleHow to Mark an Email as Not Junk/Spam Using IMAP on C# ?
Hello everybody i use this code and i don't know if it do the same functionality of "Non Junk" button in the other ISPs Web application like Outlook, Yahoo or Gmail:var email =...
View ArticleIs there a way to read the Meta_Data of the file uploaded to AWS_S3?
Is there a way to read the Meta_Data of the file uploaded to AWS_S3?I think we can use the "GetRequestHeader" function, but I do not know the exact method.
View Article.Z CkUnixCompress
I tried CkUnixCompress to uncompress .Z file. But it failded. I used UncompressFile method. Is this function alive?
View ArticleSoap with attachment
I have to send a POST request to a webservice with an XML Soap and a zip file attachment. The result should bePOST /InvioTelematicoSS730pMtomWeb/InvioTelematicoSS730pMtomPort HTTP/1.1 Accept-Encoding:...
View Articleftp restart upload
Hi, i try to restart an upload, but is nit Working.ftp.RestartNext = True Await System.Threading.Tasks.Task.Run(Sub() lftp.PutFile(localPath, remoteFilename)) Here the LastErrorText:ChilkatLog:...
View ArticleWhen decrpting an Email get the following error.
The chilkat mime sending encryption used to work but now I get the following error: (Can some one help)ChilkatLog: UnwrapSecurity: DllDate: Mar 10 2015 ChilkatVersion: 9.5.0.48 UnlockPrefix:...
View ArticleCkDirTree usage on CentOS 7 (64-bit) machine
Are there any known issues with CkDirTree (C++) on Centos 7? I'm attempting to use Chilkat in the same fashion I always had before (same codebase), but I'm now failing on the BeginIterate() step when...
View Articlehow to make outlook trust a self signed certificate?
Hi, I am trying to send a signature certificate (self signed) to outlook using ChilkatSoft CkEmail.Outlook claims the certificate is not trusted. How do I make it trust and accept my certificate?
View ArticleWhat does Chilkat CkMime.unwrap use for CA Cert Store on Linux(CentOS)
Hi, It looks like my root CA is not getting validated by the unwrap security call. Can you tell me how I can install my root CA on CentOS?Thanks, Best Wishes Al
View ArticleHow to connect SFTP using port other than 22 in c#
I need to connect the SFTP with port other than 22. I have connected using the SFTP.connect(hostname,Port) method in c#, i am getting a error ofUsername: HOMEWORKLP:Suresh_2 Architecture: Little...
View ArticleIn CkEmail can we pre load the decrypt certificate?
Hi, I am not sure if this can be done, but wanted to know can we preload the cert for email decryption?Thanks, Best Wishes, Allen
View Articlesftp network disconnect
if the network is disconnected while uploading a file via sftp, the process hangs. looking in debug file, there's an nonstop printout of ReadTimeoutMs exceeded. readTimeoutMs: 10000 how can i detect...
View ArticleZip entry problem
Hi,I have the chilkat activex 9.5 with VB6. I need to determine if a file is within a zip file.I tried the code below but even though it sees that there are 582 files within the zip… when I go to list...
View ArticleSFTP download issue
HiWe have an application that uses Chilkat SFTP to collect files from various folders on our SFTP server, and occasionally an incomplete file is downloaded which I think is because it is in use at the...
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 ArticleHow to get client socket handle after socket.AcceptNextConnectionAsync() in C++
AcceptNextConnection() returns a CkSocket*. However, AcceptNextConnectionAsync() returns a CkTask. It is not apparent how to retrieve the new CkSocket from the CkTask. CKSocket socket;CkTask *task =...
View ArticleFTP upload speed
I am using Delphi with FTP2 for several years successfully. One of my customer has Download speed of 8MBPS and Upload speed of 500KBPS. Uploading a file via my application that uses your FTP uses the...
View ArticleSocketError: WSAHOST_NOT_FOUND No such host is known.
I'm getting this error when trying to send email: smtpSocketConnect: socket2Connect: connect2: connectSocket: connect_ipv6_or_ipv4: resolveHostname6: getAddressInfo: Failed to get host address info....
View ArticleGetFilename not always working (FPT2 connection to mainframe)
After setting the ListPattern to the latest GDG reference, 'filename(0)', I was able to return the file name getting the FULL file name a 'filename.G0001V00'. That was yesterday.Today is a different...
View Article