Hi, Til, Attached please find a patch for version 0.9.2.5. This should fix your problem with encoding of email. At the moment I can not test this patch. So could you please test it yourself on your system and let me know the results.
Regards, Julia. ----- Original Message ----- From: "Obes, Til" <[EMAIL PROTECTED]> To: <openca-devel@lists.sourceforge.net> Sent: Friday, February 03, 2006 2:38 PM Subject: [OpenCA-Devel] Creating Mails > Hi, > > i have a HUGE problem with the email generation. > this is from lib/functions/crypto-utils.lib line 1606: > > my $subject = gettext ("OpenCA Certificate information"); > my $enc_subject = MIME::Base64::encode($subject,""); > $subject = "=?" . $encoding . "?B?" . $enc_subject . "?="; > my $to = crypto_get_admin_account(); > $to = $cert->getParsed()->{EMAILADDRESS} > if ( defined $cert->getParsed()->{EMAILADDRESS} and > $cert->getParsed()->{EMAILADDRESS} ); > > $no_enc_msg .= "To: $to\n". > "From: ".crypto_get_admin_account()."\n". > "Subject: $subject\n". > "\n$new_msg\n"; > > you can see here, that the subject is created in a very > strange way, so ist looks like this: > [EMAIL PROTECTED] > > when sending the mails, the subject is not parsed back to a > readable form. i propose, that this is working for others, > but its not working for me :( > > can someone explain me this? > > Regards til >
patch_mime_utf8.gz
Description: Binary data