5 Jan 17:12
5 Jan 19:04
Re: no decrypted message displayed
Ludwig Hügelschäfer <mlisten <at> hammernoch.net>
2010-01-05 18:04:16 GMT
2010-01-05 18:04:16 GMT
Dr.-Ing. Ingo D. Rullhusen wrote on 05.01.10 17:12: > Hello, > > i've seen yet, that this problem occurs in the separate mail windows. > The subwindow in the main mail window works. Reproducable here on SM 2.01, Mac OS 10.6. Opening in a new tab works, though. TB3 works under all circumstances, so it seems to affect Seamonkey only. Probably the "trigger" for enigmail to decrypt is slightly different. Ludwig
_______________________________________________ Enigmail mailing list Enigmail <at> mozdev.org https://www.mozdev.org/mailman/listinfo/enigmail
5 Jan 19:45
Re: no decrypted message displayed
Ludwig Hügelschäfer <mlisten <at> hammernoch.net>
2010-01-05 18:45:51 GMT
2010-01-05 18:45:51 GMT
Ludwig Hügelschäfer wrote on 05.01.10 19:04: > Reproducable here on SM 2.01, Mac OS 10.6. Opening in a new tab works, > though. TB3 works under all circumstances, so it seems to affect > Seamonkey only. Probably the "trigger" for enigmail to decrypt is > slightly different. For the sake of completeness: Same behaviour checking the signature of a signed only message (regardless of inline or PGP/MIME). Ludwig
_______________________________________________ Enigmail mailing list Enigmail <at> mozdev.org https://www.mozdev.org/mailman/listinfo/enigmail
5 Jan 22:42
Re: no decrypted message displayed
Patrick Brunschwig <patrick <at> mozilla-enigmail.org>
2010-01-05 21:42:01 GMT
2010-01-05 21:42:01 GMT
On 05.01.10 19:45, Ludwig Hügelschäfer wrote: > Ludwig Hügelschäfer wrote on 05.01.10 19:04: > >> Reproducable here on SM 2.01, Mac OS 10.6. Opening in a new tab works, >> though. TB3 works under all circumstances, so it seems to affect >> Seamonkey only. Probably the "trigger" for enigmail to decrypt is >> slightly different. > > For the sake of completeness: Same behaviour checking the signature of a > signed only message (regardless of inline or PGP/MIME). Is there any error in the Error Console? -Patrick
6 Jan 01:46
Re: no decrypted message displayed
John Clizbe <John <at> Mozilla-Enigmail.org>
2010-01-06 00:46:48 GMT
2010-01-06 00:46:48 GMT
Patrick Brunschwig wrote: > On 05.01.10 19:45, Ludwig Hügelschäfer wrote: >> Ludwig Hügelschäfer wrote on 05.01.10 19:04: > >>> Reproducable here on SM 2.01, Mac OS 10.6. Opening in a new tab works, >>> though. TB3 works under all circumstances, so it seems to affect >>> Seamonkey only. Probably the "trigger" for enigmail to decrypt is >>> slightly different. > >> For the sake of completeness: Same behaviour checking the signature of a >> signed only message (regardless of inline or PGP/MIME). > > Is there any error in the Error Console? None. I just verified this on SM2.01/EM 0.97b (20091030-0557) on an encrypted message. The console shows both calls to gpg completing without error but the detached window never displays the decrypted text. Same behavior with EM 1.0 (20091130-1008). -- -- John P. Clizbe Inet:John (a) Mozilla-Enigmail.org You can't spell fiasco without SCO. hkp://keyserver.gingerbear.net or mailto:pgp-public-keys <at> gingerbear.net?subject=HELP Q:"Just how do the residents of Haiku, Hawai'i hold conversations?" A:"An odd melody / island voices on the winds / surplus of vowels"
(Continue reading)
6 Jan 03:45
change of enigmail content type
vincent <xwwotrmailtest <at> gmail.com>
2010-01-06 02:45:58 GMT
2010-01-06 02:45:58 GMT
Dear expert(s),
My project is to design an extension for thunderbird called Off The
Record Email, which only has secret keys for message decryption.
Currently the biggest problem is how to change the content type in MIME
header. And Enigmail has done it successfully:
***********************************************************************************************
To: xwwotrmailtest <at> gmail.com
Subject: test 000
X-Enigmail-Version: 0.95.7
Content-Type: multipart/encrypted;
protocol="application/pgp-encrypted";
boundary="------------enig393BC04379C87B2F97053DBE"
This is an OpenPGP/MIME encrypted message (RFC 2440 and 3156)
--------------enig393BC04379C87B2F97053DBE
Content-Type: application/pgp-encrypted
Content-Description: PGP/MIME version identification
Version: 1
--------------enig393BC04379C87B2F97053DBE
Content-Type: application/octet-stream; name="encrypted.asc"
Content-Description: OpenPGP encrypted message
Content-Disposition: inline; filename="encrypted.asc"
-----BEGIN PGP MESSAGE-----
************************************************************************************************************************
What I want is to write the content type into the email header, and
eliminate the text/plain content type.
Now I don't konw how the c++ implementation files are used. Where can I
call the implemented methods in cpp? There seems no direct call to these
(Continue reading)
6 Jan 14:02
Re: no decrypted message displayed
Ludwig Hügelschäfer <mlisten <at> hammernoch.net>
2010-01-06 13:02:48 GMT
2010-01-06 13:02:48 GMT
Patrick Brunschwig wrote on 05.01.10 22:42: > Is there any error in the Error Console? Yes. Error: gFolderDisplay is not defined Source File: chrome://enigmail/content/enigmailMsgHdrViewOverlay.js Line: 151 Ludwig
_______________________________________________ Enigmail mailing list Enigmail <at> mozdev.org https://www.mozdev.org/mailman/listinfo/enigmail
6 Jan 14:10
Different Types of Encryption
AnotherNetFellow <anothernetfellow <at> gmail.com>
2010-01-06 13:10:21 GMT
2010-01-06 13:10:21 GMT
Hi,
i'm interested in using GnuPG to make my email messages more secure, and i've found an howto to integrate Enigmail in my thunderbird. And this is ok.
But in my Thunderbird i've also found a "security" tab in user configuration, that let me import a certificate to cifrate and sign my emails.
Do you know what is the difference btween GPG and this strange option?
_______________________________________________ Enigmail mailing list Enigmail <at> mozdev.org https://www.mozdev.org/mailman/listinfo/enigmail
6 Jan 14:12
Re: Different Types of Encryption
Robert J. Hansen <rjh <at> sixdemonbag.org>
2010-01-06 13:12:46 GMT
2010-01-06 13:12:46 GMT
On 1/6/10 8:10 AM, AnotherNetFellow wrote: > Do you know what is the difference btween GPG and this strange option? There are two major standards for encrypted email: OpenPGP and S/MIME. The other options you're seeing are for S/MIME.
6 Jan 14:19
Re: Different Types of Encryption
AnotherNetFellow <anothernetfellow <at> gmail.com>
2010-01-06 13:19:06 GMT
2010-01-06 13:19:06 GMT
Oh, so it's S/MIME! Very good, it's strange but it's not mentioned anywhere in thunderbird. At least, in the italian version isn't.
First link i've found: http://www.mozilla-enigmail.org/forum/viewtopic.php?f=7&t=67
Can you please tell me what are key differences between them?
--
--
AnotherNetFellow
Email: anothernetfellow <at> gmail.com
2010/1/6 Robert J. Hansen <rjh <at> sixdemonbag.org>
On 1/6/10 8:10 AM, AnotherNetFellow wrote:There are two major standards for encrypted email: OpenPGP and S/MIME.
> Do you know what is the difference btween GPG and this strange option?
The other options you're seeing are for S/MIME.
_______________________________________________
Enigmail mailing list
Enigmail <at> mozdev.org
https://www.mozdev.org/mailman/listinfo/enigmail
--
--
AnotherNetFellow
Email: anothernetfellow <at> gmail.com
_______________________________________________ Enigmail mailing list Enigmail <at> mozdev.org https://www.mozdev.org/mailman/listinfo/enigmail

RSS Feed