Merci pour vos conseils, c'est corrig
1 2009-06-05 11:47:13
Re: got a bad signature with custom mail sender (9 replies, posted in Bugs & problems)
2 2009-06-05 10:33:50
Re: got a bad signature with custom mail sender (9 replies, posted in Bugs & problems)
J'ai modifi
3 2009-06-05 09:06:49
Re: got a bad signature with custom mail sender (9 replies, posted in Bugs & problems)
Ok, send 2 mails to your gmail, one with attachement, one without.
Thanks
4 2009-06-05 07:38:17
Topic: got a bad signature with custom mail sender (9 replies, posted in Bugs & problems)
Hi,
I have a home made perl script, sending GPG signed message. This script send openpgp/mime mail with signature in attachement.
I got a valid signature with Thunderbird/Enigmail and AppleMail/GPGMail.
Do you have any issue with this mail structure with FireGPG ?
->multipart/signed
|->multipart/mixed
| |->multipart/alternative
| | |->text/plain
| | |->text/html
| |->application/pdf
|->application/pgp-signature
Thanks for reply, and sorry for my bad English.
David
Full example :
MIME-Version: 1.0
**** HEADER ****
Content-Type: multipart/signed;
boundary="----------=_1244179555-30076-0";
micalg="pgp-sha1";
protocol="application/pgp-signature"
**** HEADER ****
This is a GnuPG signed mail by stri-online
------------=_1244179555-30076-0
Content-Type: multipart/mixed; boundary="----------=_1244179555-30076-2"
Content-Transfer-Encoding: binary
MIME-Version: 1.0
This is a multi-part message in MIME format...
------------=_1244179555-30076-2
Content-Type: multipart/alternative; boundary="----------=_1244179555-30076-1"
Content-Transfer-Encoding: binary
This is a multi-part message in MIME format...
------------=_1244179555-30076-1
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: binary
**** PLAIN TEXT DATA ****
------------=_1244179555-30076-1
Content-Type: text/html
Content-Disposition: inline
Content-Transfer-Encoding: binary
**** HTML DATA ****
------------=_1244179555-30076-1--
------------=_1244179555-30076-2
Content-Type: application/pdf; name="****.pdf"
Content-Disposition: inline; filename="****.pdf"
Content-Transfer-Encoding: base64
**** PDF base64 Data ****
------------=_1244179555-30076-2--
------------=_1244179555-30076-0
Content-Type: application/pgp-signature; name="PGP.sig"
Content-Disposition: inline; filename="PGP.sig"
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNATURE-----
**** SIGN DATA ****
-----END PGP SIGNATURE-----
------------=_1244179555-30076-0--