Questions tagged [chilkat-email]

This tag is related to Chilkat libraries specifically to email (SMTP POP3 IMAP)

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.

32 questions
0
votes
1 answer

Chilkat: How to check for respones to a given email - Original-Envelope-Id

I have MESSAGE-ID from email which I send. How to filter email in IMAP "all mailboxes" to fined email which are response to my MESSAGE-ID . Currently I know that in response I need to look for "Original-Envelope-Id". But how to do this with Chilkat…
Michał Lipok
  • 365
  • 6
  • 24
0
votes
2 answers

Chilkat IMAP - how to check "Sent" mailbox name

How to check how "Sent" mailbox is named ? Somtimes I have to use "INBOX.Sent" sometimes "Sent", I do can not relay on guess I must have a way to check what current name is. Do you have a way to check it with Chilkat ?
Michał Lipok
  • 365
  • 6
  • 24
0
votes
1 answer

java.lang.UnsatisfiedLinkError chilkat java library error in web application

I am developing one java web application using eclipse IDE and deploying the application on google app engine. I added chilkat.jar in WEB-INF->lib folder but still getting this java.lang.UnsatisfiedLinkError:…
Sayali
  • 1
0
votes
1 answer

How to make characters displayed correctly when sending email with chilkat?

I use chilkat 9.5.0.80. The problem is that some characters in email appear wrong. For example this è appears as è in the inbox mailbox. I expect it to be displayed as I set it - è. This is the minimal reproducible code: email :=…
Mikael
  • 1,209
  • 1
  • 16
  • 47
0
votes
1 answer

Email body returns a blank or null in chilkat mail

I have the following code that reads a bunch of emails from a folder. It gets the emails fine, as I can see the number of emails are correct and the header is correct as well. However it returns nothing for the body. I do have a email with simple…
ITkd
  • 21
  • 4
0
votes
1 answer

Chilkat CkEmail how to detect encoding properly?

I use Chilkat component. I faced with a problem. I have an email mime string. There is a html body. In most cases it is Content-Transfer-Encoding: quoted-printable. I need to get html body and show it readable. I do it like this, php code: $data =…
Mikael
  • 1,209
  • 1
  • 16
  • 47
0
votes
1 answer

AD FS using Chilkat

I have customers using my application that want to use AD FS to retrieve e-mails from there accounts like GMAIL. Can i use Chilkat to retrieve the e-mails from AD FS accounts ?
Alwin N
  • 1
  • 3
0
votes
1 answer

Unable to connect to gmail/Outlook using IMAP in python

I have tried to connect to the Gmail server using IMAP in Spyder(Python 3.6) using the Chilkat package. I have enabled the IMAP for all Mail in the Settings>Forwarding and POP/IMAP and then I have also enabled the less secure apps tab here…
Sounak Banerjee
  • 99
  • 1
  • 10
0
votes
0 answers

Write .msg file where input is mime Contents using chilkatDotNet.dll

I had mime contents of mail from gmail and now i want to create .msg file using chilkat and store that contents to .msg file. How could i do that using chilkat any idea. MsgFilePath = System.IO.Path.Combine(Path, msgFileName + ".msg"); string…
0
votes
1 answer

chilkat method for reading a email message body

How to get the message body using chilkat .What is the method to retrieve the message body ?
SpongeBob SquarePants
  • 1,035
  • 12
  • 26
  • 46
0
votes
1 answer

How can Place an image in my EMail message

I am testing Delphi ChilKat component to send EMail How can Place an Image as part of my EMail signature, not an attach. Thanks
Jlouro
  • 4,515
  • 9
  • 60
  • 91
0
votes
0 answers

Uninitialised value was created by a heap allocation in libchilkat?

I run sudo valgrind --leak-check=full -v --track-origins=yes ./myprogram The result is: ==31734== 1 errors in context 7 of 7: ==31734== Conditional jump or move depends on uninitialised value(s) ==31734== at 0x61CCCC:…
BAE
  • 8,550
  • 22
  • 88
  • 171
0
votes
1 answer

Unwind resume error when building code including chilkat library

I'm trying to add the Chilkat C/C++ libraries into a project in CodeBlocks (32-bit, version 12.11) for Windows 7. So I went to http://www.chilkatsoft.com/downloads_mingw.asp, and downloaded the 32-bit MinGW library. Then in CodeBlocks I…
0
votes
1 answer

An attempt was made to load a program with an incorrect format. ChilkatDotNet4. Not fixed by usual methods

I'm getting the 'An attempt was made to load a program with an incorrect format' error when trying to run a program using 32 bit version of the chilkatdotnet4 dll. I have tried this: (setting the IIS app pool to allow 32 bit programs): I get a "An…
Anya Hope
  • 1,301
  • 1
  • 17
  • 33
0
votes
1 answer

Windows Service 100% CPU with C# IMAP Chilkat

Chilkat IMAP service is stuck on 100% CPU after several days the Windows service that uses it executes normally. It is being reproduced every several days (3-7 days). I'm using Chilkat IAMP for .NET 4.5 version 9.5.0 64-bit. The way I abort through…
lionheart
  • 437
  • 11
  • 33