Quantcast
Channel: Chilkat Forum - latest questions
Browsing all 1061 articles
Browse latest View live
↧

unable to open .MSG file after creation

Hello, I have installed Chilkat api using nuget package manager in visual studio and, I have created .msg file using the below code:Chilkat.Email email = new Chilkat.Email();...

View Article


Memory Usage PHP7

Hey there!thanks for bringing these libs to so many languages!I noticed by just including the "chilkat_9_5_0.php" file, my memory usage increasedrunning(without include and nothing else):echo...

View Article


imap.GetMailAttachFilename returns filename ?=

Hello,I recieve bad attachment filenames with the imap.GetMailAttachFilename method in VB6 when the attached filenames contain german Umlaut (äöü etc.)example:Dim numAttach As Long, nameAttach As...

View Article

force quoted text in csv

Is there a way in the csv module to force a string to be quoted even though the text is valid? I have an issue where the system that I am sending data to is dropping the leading 0. If I send 01234 in...

View Article

compile for iOS, unknown type name class; did you mean Class

I had for a while no issue to compile for iOS with Chilkat lib. Right now I use Xcode Version 8.3.3 (8E3004b) and latest Chilkat version (May 2017).Didn't touched the code for 3 month or so and now get...

View Article


correct way to compile and deploy java app to multiple OS

We are using the chilkat libraries in a java app that will be deployed to Windows, Linux and Mac. We have downloaded the libraries for Java for all 3 platforms. From a deployment perspective, it seems...

View Article

OAuth process

Hi,this is more of a process question. After getting some more grey hairs after figuring out how to setup the secret IDs at the Google website the code for connecting with OAuth to Gmail actually...

View Article

C++ Builder Fatal Error in Linking

we have the problem, under 64 bit in one of your large projects, the 64 bit linker get a „fatal error“.We don’t get a feedback from Embarcadero.When we delete chilkatxe4.a from project and comment out...

View Article


Reverse SSH Tunnel Implementation?

I see over the past few years there have been questions regarding Reverse SSH Tunnels and from their answers, it sounded like it was on the roadmap. Is this still the case?

View Article


SWIFT - CkoCert error use of unresolved identifier

func chilkatTest() {let cert = CkoCert() var success: Bool // LoadFromFile will load virtually any certificate format file. // It will auto-recognize the format and load appropiately. // A...

View Article

Internal Imap folders

Hi,how can I recognize internal folders likedovecot.svbin dovecot.sieve? The flags of both mailboxes is HasNoChildren. Of course, I can exclude the 2 mailboxes but I would prefer to recognize the...

View Article

Chilkat Imap .Net and Apple Mail email's with attachments not recognized

I am evaluating Chilkat's .NET Imap component (ChilkatDotNet45.dll) in PowerShell. It works well. But if you receive an email made in Apple's Mail app, the attachments aren't recognized.I use this to...

View Article

Unable to establish a connection

Have tried the example from https://www.example-code.com/dotnet-core/s3_rest_upload_binData.asp I keep getting "unable to establish a connection" when trying to upload the bindataAuthentication does...

View Article


Winsock between two processes on same machine (ip)

Hello, We just built a proof of concept app that interfaces our PowerBuilder client application using your ActiveX Socket to another PB winsock application. We connect / send and receiveBytes and...

View Article

Access is denied on GetFile

"Access is Denied" error occurs when attempting to download a file from a FTP site. Connection to the site is successful. What is denied? The file on the ftp or the folder where the file is to be...

View Article


How to get a receipt of sent mail when using pop3 accounts

When sending E-mails, you need some kind of receipt on what you have sent. If SMTP accounts are used it is possible to put a copy of the mail in the sent box according to the example Send Email and Put...

View Article

Memory Leak in Chilkat C++?

See code below. If run it like this, 10 leaks. If I comment out the entire IF section, 0 leaks. Ideas? CkCrypt2 crypt; if (!crypt.UnlockComponent("hello")) { m_dwErrorCode = -1; m_strErrorText =...

View Article


>VBA CHILKAT< How to 'press' JSON button

Hello everyone,I have a annoying problem. The site is: http://kody.poczta-polska.pl/What I basically need to do is to fill search box (rounded with red color - http://imgur.com/a/IC1qz ) with some 5...

View Article

Storing a mail in the sent folder of gmail

I can send an E-mail using smtp.gmail.com according to the example https://www.example-code.com/dataflex/smtp_gmailSsl.aspThen I tried to save this mail in the sent folder of my own gmail account, with...

View Article

Duplicate OpenSSL Connection Command In C#

I've been given a key file (.key), a certificate (.crt), and a chain file (.pem) along with a server application I'm supposed to connect to. The following openssl command works...openssl s_client -key...

View Article
Browsing all 1061 articles
Browse latest View live