Archived Forum Post

Index of archived forum posts

Question:

IMAP: wrong attachment-filename?

Sep 12 '12 at 12:30

const char * origfilename; CString newfilename; origfilename = imap.getMailAttachFilename(*email,j); MessageBox(origfilename);

While playing around with imap, to check if i can use your fantastic lib in my new project, i found out that the original attachmentname might get split! Therefore MoveFile etc. would fail!

Test: attach a file with a very long name such as "Wir xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx His zum Dupk von Stklärungen-201101.docx"

The filename shown in the MessageBox will be split with a blanc -> "xxxxxxx xxxxx".


Answer

Make sure you are using the latest version of Chilkat. This sounds like an older problem that has already been fixed.


Answer

I am testing with 9.3.2 (x86) with Visual Studio 2008


Answer

This new 32-bit VC9 build fixes the problem:
http://www.chilkatsoft.com/preRelease/chilkat-9.3.2-x86-vc9.zip