chilkat

Garbled email attachments

I have a system which periodically checks a mailbox for new items, and if there are any there downloads them, matches the subject line to a regex and processes them accordingly. I am using this to monitor daily report files and it works well when the file attached to an email is an excel / CSV file, however when the attachment is an HTM...

Getting Started with Python: Attribute Error

I am new to python and just downloaded it today. I am using it to work on a web spider, so to test it out and make sure everything was working, I downloaded a sample code. Unfortunately, it does not work and gives me the error: "AttributeError: 'MyShell' object has no attribute 'loaded' " I am not sure if the code its self has an erro...

C# Example : AddDataAttachment2 Method of Chilkat C# Email Class Reference

Hi, I am trying to send email by using Chilkat API. I was using AddFileAttachment method as: obj_chmail.AddFileAttachment(filename); But in case of mail with large attachment i need to use: AddFileAttachment2 method with multipart ContentType. How to use it? I am not getting any example code. ...

PHP mcrypt // Chilkat AES encryption -- integration

I'm trying to decrypt a string using PHP which was encrypted using a Chilkat library. VB Encryption: Dim password As String password = "foobar" crypt.CryptAlgorithm = "aes" crypt.CipherMode = "cbc" crypt.KeyLength = 128 ' Generate a binary secret key from a password string ' of any length. For 128-bit encryption, GenEncodedSecretK...

Unable to register "ChilkatMail_v7_9.dll" Version 7.9.2.0 with installer.

Hi, I am using "ChilkatMail_v7_9.dll" Version 7.9.2.0 for creating EML file in C#. Using Inno Setup Version 5.2.3.I am selecting Reg Type library option while creating installer. Bit still unable to register this dll. Is it because of virus? Thanx ...

Error on using Chilkat.Zip2

Can anybody please let me know, i have used the below code to access COM object... $zip = new COM("Chilkat.Zip2"); echo $zip; but, which shows an like this... Fatal error: Uncaught exception 'com_exception' with message 'Failed to create COM object `ZipActiveX': Invalid syntax ' in D:\xampp\htdocs\test\testscript1.php:2 Stack t...

Chilkat RSA getting Certificate number

Hello everyone, Is it possible to extract the certificate number from the pkcs8 private key or from the pkcs10 public certificate file using chilkat RSA active x in delphi? Thanks Alejandro Jourdan ...

Best way to using COM in php

Can any one please let me know, do i need to include when i use Chilkat active-x? $zip = new COM("Chilkat.Zip2"); ...

Chilkat RSA Encrypt fails in Windows7/IIS7

I developed a simple ASP.NET website that uses Chilkatdotnet2 (version 9.0.8.0) to generate RSA Public/Private Key pair used for encryption. Below is the sample code bool success; string UnlockChilkatRSA = "XXXXXXXXXXXXXX"; int RSAKeyLength = 1024; Chilkat.Rsa rsa = new Chilkat.Rsa(); success = ...

Get email body c# .net

Hi Im using the chilkat component Available Here to display the subject and sender of the email in a listbox.Is there a way that when a user clicks the subject of the message in the list box that the body will display in a texbox below. Thanks in advance Code so far // Set the GMail account POP3 properties. mailman.MailHos...

Show Email body in textbox from listbox Imap/pop3

Hi, So I have a listbox that shows the subject of an email (I use the chilkat imap client) when I select the subject of an email I want to show the message body in a textbox but i cant figure out how to do it, obviusly i use the listbox selectindexchanaged event but how would i go about it Code So Far // Create an object, connect to ...

MIME "From:" header with national characters

What is the correct format of "From:" header when From Name contains national characters and dot (.) character? We generate (using C# Chilkat lib) this: From: =?utf-8?Q?Micha=C5=82_from_domain.com?= <[email protected]> (where From Name = Michał from domain.com) This works OK in most cases. However, we encountered an email provider w...