RE: [OpenCA-Devel] Creating Mails

2006-02-06 Thread Obes, Til
> Yet or already? It worked smime.p7s Description: S/MIME cryptographic signature

Re: [OpenCA-Devel] Creating Mails

2006-02-06 Thread Julia Dubenskaya
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

RE: [OpenCA-Devel] Creating Mails

2006-02-03 Thread Obes, Til
> 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.

Re: [OpenCA-Devel] Creating Mails

2006-02-03 Thread Julia Dubenskaya
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

RE: [OpenCA-Devel] Creating Mails

2006-02-03 Thread Obes, 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. hmm when i look at the patch, it does not patch this line: $s

Re: [OpenCA-Devel] Creating Mails

2006-02-03 Thread Julia Dubenskaya
;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

[OpenCA-Devel] Creating Mails

2006-02-03 Thread Obes, Til
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