> Yet or already?
It worked
smime.p7s
Description: S/MIME cryptographic signature
Hi, Til.
Yet or already?
Regards, Julia.
> > If you need more info about syntax of encoded words in
> > message headers, please read the documentation about it.
> > For example, here:
> >
> > http://www.ietf.org/rfc/rfc2047.txt
>
> so anything else than utf-8 is wrong?
> i will try this no
> If you need more info about syntax of encoded words in
> message headers, please read the documentation about it.
> For example, here:
>
> http://www.ietf.org/rfc/rfc2047.txt
so anything else than utf-8 is wrong?
i will try this now, but i think, that my outlook will no show
the right thing.
ebruary 03, 2006 5:46 PM
Subject: RE: [OpenCA-Devel] Creating Mails
>
> > 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 your
> 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.
hmm when i look at the patch, it does not patch this line:
$s
;Obes, Til" <[EMAIL PROTECTED]>
To:
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 = gettex
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