[imp] Re: multipart/signed
Ilya
mail@krel.org
Tue, 16 Apr 2002 16:01:57 -0400
yes mutt has two ways of creating gpg signed messages:
1 with application/pgp
2 multipart
first method is preffered I think, it looks like this:
Mime-Version: 1.0
Content-Type: application/pgp; x-action=sign; format=text
Content-Disposition: inline; filename="msg.pgp"
User-Agent: Mutt/1.3.28i
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
iii
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: For info see http://www.gnupg.org
iEYEARECAAYFAjy8ey0ACgkQIltSETmkR2648QCeOQ5MEtVAQHC/22OcSeSNZ+Jj
iqIAn0KnJbIvw2+H/79TeOnKpR+gXGwy
=w89U
-----END PGP SIGNATURE-----
second looks like this:
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="rwEMma7ioTxnRzrJ"
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
--rwEMma7ioTxnRzrJ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
ii
--rwEMma7ioTxnRzrJ
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: For info see http://www.gnupg.org
iEYEARECAAYFAjy8e54ACgkQIltSETmkR24s8ACZARCwFg424WidHBh81BnFJj/s
a+kAn0bqE6o0sDBhQkOuMhqD6qtMb5U5
=mgXO
-----END PGP SIGNATURE-----
--rwEMma7ioTxnRzrJ--
IMP seems to put pgp identification info into attachment part
I wonder which method is more RFC compliant.
On Tue, Apr 16, 2002 at 07:08:24PM +0200, Santiago Romero wrote:
> Messages signed with gpg/pgp does not appear on IMP 3.1. Instead
> of the message body, I can see an empty body and the message
> itself appears as a multipart/signed attachment.
>
> Is there any way to tell IMP 3.1 "hey, embem multipart/signed
> into the body message", like when you want to render html
> messages?
>
> thanks a lot.
>
> --
> Murphy era un optimista.
> _O)
> NoP / Compiler | compiler@escomposlinux.org - ICQ #98602813 /\\
> Linux Debian 2.2 | http://escomposlinux.org/sromero - #74.821 \_V
>
>
> --
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>