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
3
votes
1 answer

Not able to Login to IMAP server for office365 account via GoDaddy

I am trying to configure a client's office365/GoDaddy account to an email client using IMAP. But it fails to Login to IMAP server. Below is the error: ChilkatLog: Login: DllDate: Dec 21 2018 ChilkatVersion: 9.5.0.76 UnlockPrefix:…
Asmi
  • 157
  • 1
  • 1
  • 14
2
votes
1 answer

Send MIME content to a particular user using Chilkat and Graph API access token

I am trying to send MIME content to a single user using Chilkat library. For sending mail I am using access token of Graph API client credentials. But getting authentication failure error in chilkat. Below is the sample code. Calling from Main…
2
votes
0 answers

KECCAK-256 Hash function in VB6 Or VBA

why keccak-256 is not the chilkat hash olgaritm ? Dim crypt As New ChilkatCrypt2 crypt.EncodingMode = "hex_lower" crypt.HashAlgorithm = **"keccak-256"???** Dim bdSeed As New ChilkatBinData success =…
2
votes
0 answers

Send a meeting request using chilkat and delphi

Has anyone managed to send a meeting request using Chilkat and Delphi XE or any other method that would do the trick just as well?
user819783
  • 61
  • 1
1
vote
2 answers

How should I handle a huge amount of mails with Chilkat?

I'm trying to fetch a huge amount of mails (2500 and more) from an IMAP-Server. Actually I'm using the imap.FetchHeaders() fuction but this is not THAT fast. Then I've tried the imap.FetchSingleHeader() but this is so much slower than…
HowardS
  • 75
  • 1
  • 9
1
vote
1 answer

Chilkat php imap Connect hangs forever

I use Chilkat php extension. And I have noticed that chilkat method Connect hangs forever. put_ReadTimeout() and put_ConnectTimeout() doesn't fix it. Also I use it via ssh. The code is simple like this: // $this->imap is a CKImap…
Mikael
  • 1,209
  • 1
  • 16
  • 47
1
vote
1 answer

Save a single email attachment to BLOB using Chilkat and SQL Server

Chilkat.IMAP 9.5.0.75 - ActiveX and SQL Server In SQL Server, I'm pulling all new emails from a mailbox into a SQL table and saving the UID, Subject, Body and Date. That works great. If the email has attachments, I'm trying to save them in a…
0
votes
1 answer

Chilkat IMAP will no longer log into Office365

My IMAP code to check emails at Office 365 just stopped working last fall (client didn't notice until just recently). This is my code. It dies at the login: Chilkat.Global glob = new Chilkat.Global(); var success =…
Brad Mathews
  • 1,567
  • 2
  • 23
  • 45
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
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

pop3_getResponseN2: Socket connection closed

After calling TransferMail() a second time the result is null. LastErrorText is ChilkatLog: TransferMail: DllDate: Jun 24 2022 ChilkatVersion: 9.5.0.91 UnlockPrefix: NTELES.CB1022023 Architecture: Little Endian; 64-bit …
Mike Yeager
  • 131
  • 6
0
votes
1 answer

Chilkat: SmtpCmdResp: 354 Enter message, ending with "." on a line by itself

I try to use Chilkat AppendMail method to store sent email in Sent mailbox $oIMAP.AppendMail($sMailbox_name, $oEmail) Mostly it works fine. But on some end clients configurations I get: --sendCmdToSmtp --sendRcptTo …
Michał Lipok
  • 365
  • 6
  • 24
0
votes
1 answer

nodemailer online.net 550-HELO can't be [127.0.0.1]. Please contact your ISP

I have a problem on sending mails online.net with nodemailer. While it works fine with chilkat's mailman module (node.js) on the same environment nodemailer version let transporter = nodemailer.createTransport({ host: "smtpauth.online.net", …
Yan
  • 11
  • 1
0
votes
1 answer

Unable to access Microsoft mailboxes using OAuth2 with Chilkat2

I am trying to access some mailboxes using the Pop3 protocol through my works proxy. I can get my oauth token, and access my information using Chilkat2 HTTP Library. Using this code gets me a response of my profile: http =…
ZacMDS
  • 9
  • 3
0
votes
1 answer

Chilkat: $oImap.ListMailboxes - return "Null object"

I try to use IMAP object from Chilkat AcitveX component. $oImap.Login($sImapUserName, $sImapPassword) ConsoleWrite(@ScriptLineNumber & ' LOGIN: ' &$oImap.LastErrorText & @CRLF) Returns: Login: DllDate: Sep 28 2020 ChilkatVersion:…
Michał Lipok
  • 365
  • 6
  • 24
1
2 3