How-To: Decode file names from NotesMIMEEntity

Hi,

in Lotus Script I parse out File Atachments from NotesMIMEEntity.

Work fine so far, but, if the file names contain non ASCII things -

the name comes encoded like this:

cnf=?ISO-8859-1?Q?=F6=FC=FC=F6=E4=F6=FC=D6=DC=D6=DC=C4=DFA=C4=2Exml?=

or even worse

cnf=?UTF-8?B?w7bDvMO8w7bDpMO2w7zDlsOcw5bDnMOEw59Bw4Qg0JHQkdCR0JEueG1s?

=

Does some one know how to decode the strings?

Thanks in advance

Daniel

Subject: How-To: Decode file names from NotesMIMEEntity

JavaMail API has function MimeUtility.decodeText ,that does the job.

Does someone know whether Lotus Script or Win32 API have something like this?

Thanks!

Daniel

Subject: RE: How-To: Decode file names from NotesMIMEEntity

Did you have an answer about your question ?

I have the same problem, I need to decode the filename of the attachments.