Problem with IConverterSession::MAPIToMIMEStm

  • Thread starter Thread starter reuce-google2
  • Start date Start date
R

reuce-google2

My program uses IConverterSession::MAPIToMIMEStm() to convert mails
to eml, which works as far as it goes. If the subject contains a
german umlaut, it gets converted to UTF-8, but for a reason I don't
understand all spaces are converted to _ (underscore).
For example Subject
"[FixWieNix] - Auftragsbestätigung (Test - html)[AntiVir checked]"
gets converted to
Subject: =?utf-8?Q?[FixWieNix]=5F-
=5FAuftragsbest=C3=A4tigung=5F(Test=5F-=5Fhtml)[?= =?utf-8?Q?
AntiVir=5Fchecked]?=
Does somebody know why? The settings used:
Flags: CCSF_SMTP | IET_8BIT
Encoding: SAVE_RFC1521
SaveFormat: USE_DEFAULT_WRAPPING
 
Back
Top