Questions tagged [chilkat]

Chilkat is a company which develops libraries for a number of platforms, including Linux, MAC OS X, iOS, Android, Solaris, HP-UX, Red Hat, CentOS, FreeBSD and Windows.

Chilkat is a company which develops libraries for a number of platforms, including Linux, MAC OS X, iOS, Android, Solaris, HP-UX, Red Hat, CentOS, FreeBSD and Windows. The company's homepage is located at Chilkat Software.

316 questions
0
votes
1 answer

Chilkat POP3 and SMTP not working with gmail scope "gmail.readonly" and "gmail.send"

I'm writing a desktop email client, in C++, using chilkat library version 9.5.0.93. Gmail api scopes "gmail.readonly" and "gmail.send" are not sufficient to make POP3 or SMTP work. The app is working only when I request full access scope…
0
votes
0 answers

Encryption issues with Chilkat/Powerbuilder/Soap

I am looking to do the following: Perform a secured mutual authentication connection with the interface server. Encrypt the SOAP body for all web service requests Sign all SOAP requests using the client private certificate, before sending the…
estuart
  • 1
  • 1
0
votes
0 answers

The android keeps crashing after use signPdf function on Chilkat library

I tried to sign Pdf with Android device. I successfully sign the example PDF without any error but when I tried to sign another PDF which file size is bigger than example, the error always occur which is Fatal signal 11 (SIGSEGV), code 1…
0
votes
1 answer

Socket & SendMail - How to combine correctly?

Who can help me to combine these two sources codes. http://pastebin.com/zvaxzPsc - Socket Class Working with RFC1928 rules http://pastebin.com/TN27RijR - Chilkat Send Mail I want to make that Chilkat Send Mail [ public void SendMail(string…
Johnny
  • 555
  • 1
  • 5
  • 22
0
votes
1 answer

UnpackHtml is failing with latest version of Chilkat (9.5.0.93)

Using a previous version of chilkat (9.5.0.84) 32-bit Chilkat for .NET 4.7, we used mail.UnpackHtml successfully After upgrading to the latest version of chilkat (9.5.0.93) UnpackHtml is returning false and not creating a html file We are passing…
0
votes
1 answer

I'm having trouble authenticating to Office 365 IMAP using Chilkat OAuth2. "Authenticate failed"

Good Afternoon, I have an application and we're trying to connect to out IMAP server using Chilkat (PHP Extension), via the Client Credential Flow method, since it's supposed to be a server-to-server connection, without user interaction. We're using…
0
votes
0 answers

Querying O365 Calendars With Chilkat

We've been using the Chilkat component with C# for ages to read and send emails. Works great, no problems. Now though we need to be able to extract Calendar data for meetings rooms, all of which have their own mail account setup so that they can all…
TheNeil
  • 11
  • 3
0
votes
0 answers

Automation anywhere: Acknowledging first email of the thread

Is there anyway that you can program a bot in automation anywhere community version, using the loop function (for every email), using outlook, to get the bot to check if there is an existing conversation in the inbox. If no history of conversation,…
0
votes
1 answer

Using ConnectToNewObject with chilkat activex

I used Chilkat ActiveX in my PowerBuilder script loo_Sb = create oleobject li_rc =loo_Sb.ConnectToNewObject("Chilkat_9_5_0.StringBuilder") if li_rc < 0 then destroy loo_Sb MessageBox("Error","Connecting to COM object failed") return end…
0
votes
1 answer

Chilkat http post and respond bodystr 32000 char limitation (ChilkatAx-9.5.0-win32)

I have a problem with the response I get from the soap service. I set the "SetSslClientCertPfx" with invoke method: certificate name password I set the "SetRequestHeader" with invoke method: Content-Type text/xml; charset=UTF-8 I set the…
HEki
  • 43
  • 6
0
votes
1 answer

Chilkat2-Python - HTTP Form Authentication problem

Trying to convert from python request to chilkat2.HttpRequest : import requests data = {"username": "user","password": "pass","remember": "on"} sign_in_url = 'https://www.tradingview.com/accounts/signin/' signin_headers = {'Referer':…
IlyaK
  • 25
  • 1
  • 4
0
votes
1 answer

Chilkat Email Object - Save email without attachments

I need to save the email without the attachments in EML format with Chilkat. I'm using VB.NET and an IMAP connection and I have already checked SaveAllAttachments (that does the opposite saving only the attachments) and SaveEml (for email with…
Dylan666
  • 13
  • 4
0
votes
1 answer

TLS errors using Chilkat library to access Microsoft Graph APIs

I've been trying to use Chilkat library to play around and learn about using Microsoft Graph APIs but it seems I keeps getting TLS errors (connectFailReason 109) with even the simplest GETs and POSTs. This is what a typical log looks…
marko
  • 23
  • 4
0
votes
0 answers

Mnemonic private key and final address for a token like BSC (Binance Smart Chain)

Based on Chilkat team's functions, I progressed to generate BIP32 Root Key code, but to continue and generate receive address and public private code, I don't know how to do it. I tried many codes in the program, but the tutorials confused me and I…
M.A. ARD
  • 51
  • 4
0
votes
1 answer

Chilkat SQL not working/returning anything

I am trying 30 days free trial of Chilkat and I am not getting any results in SQL, nor error information (unless it is a string text value, hardcoded). I have installed the module on the server and it confirms correctly For example this piece of…
Slav
  • 469
  • 4
  • 18