How to Access Junk/SPAM Folder via POP3?
How can i get email from spam/junk folder via pop3
View ArticlePbkdf2 slower on faster hardware
HiI am migrating a Classic ASP website to new hardware and it uses Pbkdf2 to create password hashes.The old server has a 4-core Intel Xeon X3220 CPU and 4GB RAM (Windows Server 2003), while the new...
View ArticleWSAECONNABORTED Socket Error Sending Mail via SMTP
A third party app we are using relays mail via Chilkat to our SMTP server. Most mail sends without issue, but a few times a day we get the following error:Failed to send alert to:...
View Articlemerging two jsonarrays
I have two arrays ordersArray and ordersArray2 I want to merge them into one array. How do I do it?
View ArticleSFTP connection timeout bug?
When I set ConnectTimeoutMs to a number larger than 21, it times out after 21 seconds with the message: "Failed to establish initial TCP/IP connection"Details: My VB6 code sends a file to an SFTP...
View ArticleSFTP: Remove Non-Empty Directory?
I have tried to remove directories on a sftp-server (Bitvise) via Chilkat but it fails because the directory is not empty.I there a way, other than first remove the files in the dir, i.e. set a force...
View Articleusing POP3 Search mails based on Search Criteria.
With Imap, we can provide Search criteria. But using POP3 How to retrieve emails using search Criteria. Is there any way to retrieve emails based on search criteria using POP3 MailMan class.AlsoIs it...
View ArticleMixed-mode .NET Assembly with static linkage?
From your site, i can download .Net Dll and it works fine.But in my case, i would like to have static version for .Net 4.5 library. Could you please provide me this one. I would like to import the lib...
View ArticleRegarding Mailman.Filter property when using POP3
Hi, I have used mailMan.Filter property to filter emails based on subject and From.I used Format As, For Subject, MailMan.Filter = "subject contains "Hello"";For From Address, MailMan.Filter = "from...
View ArticleMailman.Filter property when using POP3
Hi, I have used mailMan.Filter property to filter emails based on subject and From.I used Format As, For Subject, MailMan.Filter = "subject contains "Hello"";For From Address, MailMan.Filter = "from...
View ArticleMailMan.Filter multiple subject in Filter string
Hi,I have used mailMan.Filter property to filter emails based onsubject and From.I used Format As,For Subject, MailMan.Filter = "subject contains "Hello"";Is it possible to give two or more subjects in...
View ArticleBug with new Tar AddFile2()
I've been testing the new AddFile2() function with v.69 and found a significant bug which breaks this function.Here is sample code to replicate:$aFilesToAdd = array( 'relative/path/to/file1',...
View Articlesocket vb6
Hi,I have a following little code for server side:Dim listenSocket As New ChilkatSocket Dim success As Long success = listenSocket.BindAndListen(8051, 25) Dim connectedSocket As ChilkatSocket Do Set...
View ArticlePython 3.6 Import BER into chilkat.CkAsn()
Dear, I do not manage to importer a "bytes" variable into a chilkat.CkAsn() structure. I check withasn = chilkat.CkAsn()bytedata = chilkat.CkByteData()bytedata.append2(payload,len(payload))success =...
View ArticleHow navigate in chilkat.CkAsn()
Dear,How navigate in chilkat.CkAsn(). the get_NumSubItems attribute does not appear to work and after how retrieve the data based on the Tag ?Thanx, Jacky
View ArticleGenerate PFX
Greetings.I need to generate a .PFX (PKCS12) file from a .Cer and .Key file Can you tell me an example for Visual Fox ?
View ArticleDuplicate openssl.exe ca
Is it possible to duplicate "openssl.exe ca" with Chilkat / ActiveX? I'd like to sign a CSR with CA.key and CA.cert. If someone could help, would be great.
View ArticleChilkat shows file upload successful but getting 500 Syntax error , Command...
Using Chilkat File uploaded showing successful. But when file has been actually uploaded in the FTPS server. FTPS server log it shows "500 syntax error, command un-recognized".Below is the Code Snippet...
View ArticlePerformance Problem imap.fetchbundle() between 9.5.0.41 and 9.5.0.69
We've tested the imap.fetchbundle() function between the version 9.5.0.41 and 9.5.0.69 and the older version is ~30% faster then the newer version. The average time with 9.5.0.41 ist 94 seconds/1200...
View Article