oauth2 custom URI
I've been taking a look at your oauth2 C++ component and have one question about the redirect portion. I have no issues redirecting to http://localhost:port. I'm wondering if there is support for...
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: 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 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 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 ArticleSMTP: If the first attachment is HTML, it will be empty.
If I send a mail through Chilkat SMTP (ActiveX) and the first attachment is an HTML file, the file will be 'empty'It will contain data, but...
View ArticlePKCS7 Add Multiple Signers, Resign
Hy! Im working in a system for manage documents in timeline process and the requirement is upload a file, verify the content and digital sign the document.This process is accomplished by several users...
View ArticleChilkatFTP: PUT failed; cannot open remote file
I have 2 servers. When I use a desktop FTP program, upload works fine on both. When I use Chilkat FTP, uploading to one server works fine, on the other one it fails.The error message is:PUT failed;...
View ArticleLIST OF OBJECTS
Hi, I need creat a list of objects like the structure below (link reference: https://github.com/buscape-company/api-ofertas) [ { "groupId": "", "sku": "", "title": "", "barcode": "", "category": "",...
View ArticleHow to Access Junk/SPAM Folder via POP3?
How can i get email from spam/junk folder via pop3
View ArticleAnother empty mail with FetchSingleAsMimeAsync
Hi,got another empty mail when using FetchSingleAsMimeAsync. I can't see any problems from the log: 2017-09-22, 12:21:14 ImapIterator.GetNumberOfObjects Konto 1 mimemails:::andere mailbox 13 .......
View ArticleIMAP Search for Replies
I need to search emails that are not from a Domain (I already do this) and that are not replies of emails.I use CkImap_Search , and for the search Criteria I will use fristCriteria + « AND » and the...
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 ArticleCkFileAccess ActiveX Question
HI,I found a bug on CkFileAccess ActiveXDim X As CkFileAccess, L as Long Set X = New CkFileAccess L = X.DirAutoCreate(xPath) Set X = Nothing DirAutoCreate Returns 1 For...
View ArticleEmail encryption and signing methods
Hello,i am testing the use of the ChilkatDotNet2.dll with Powershell, to receive encrypted and signed emails. Some emails are encrypted / signed with OAEP / RSASSA-PSS. I download them from our...
View ArticleSerialize / Deserialize Hashtable to/from XML
Hello,Compiling and running the exampel source code given here (Serialize / Deserialize Hashtable to/from XML) results in a memory fault when attempting to execute the statement...
View ArticlePrivate Key LoadPKCSFILE method failed
Dear Anyone,I have an Apple issued PKCS8 file that loads ok in JWK Factory PHP, but failed to load inside private key loadpkcs8ile method, the log as follows, will appreciate any kind assistance....
View ArticleSSH ChannelReadAndPoll, dont wait and exit when everything was recieved ?
Hi, I am having trouble tuning my application. I am trying to find best possible solution how to execute commands on device, wait for output and then disconnect. Problem is sometimes getting output...
View Articleoauth for xojo plugin
Hi, I am trying to run the sample from https://www.example-code.com/xojo/facebook_oauth2_access_token.aspBut I end up in this part of the code:// At this point, your application should load the URL in...
View ArticleChilkat to Xojo example
Hi, I am very much interested to buy CHILKAT for XOJO. But It seems there is no actual sample that is ready to run after downloading the plugin. Do we have sample file that we can use to learn how it...
View ArticleUse StackOverflow Instead, adding "chilkat" tag to questions
This forum is closed. Use stackoverflow.com instead. Make sure to tag questions w/ the keyword "chilkat".
View ArticleJava JDK versions
I'm wondering why there are different JDK versions for Java DLL in the download page: https://www.chilkatsoft.com/java.aspI've been using the JDK6 version but, lately, someone is reporting...
View Article