* application/pgp
@ 2001-07-15 18:12 Roland Mas
2001-07-15 18:33 ` application/pgp Colin Walters
2001-07-15 18:37 ` application/pgp Kai Großjohann
0 siblings, 2 replies; 8+ messages in thread
From: Roland Mas @ 2001-07-15 18:12 UTC (permalink / raw)
Hi again,
I sometimes receive email with the following Content-Type header:
Content-Type: application/pgp; x-action=sign; format=text
The body of the email contains a clearsigned message with the
,----
| -----BEGIN PGP MESSAGE-----
| [Blah bleh bloh bluh]
| -----BEGIN PGP SIGNATURE-----
| [Blah]
| -----BEGIN PGP MESSAGE-----
`----
stuff in it.
It seems Oort Gnus is not able to understand this syntax. I seem to
recall that it works with Content-Type: text/plain. I don't know if
the application/pgp is an "official" MIME-type, but I would greatly
appreciate if Gnus could show me the message instead of just a button.
Well, just my small amount of whatever currency you happen to like.
Roland.
--
Roland Mas
Luck, like a Russian car, generally only works if you push it.
-- Regalian, in My Hero (Tom Holt)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: application/pgp
2001-07-15 18:12 application/pgp Roland Mas
@ 2001-07-15 18:33 ` Colin Walters
2001-07-17 10:59 ` application/pgp Roland Mas
2001-07-15 18:37 ` application/pgp Kai Großjohann
1 sibling, 1 reply; 8+ messages in thread
From: Colin Walters @ 2001-07-15 18:33 UTC (permalink / raw)
Roland Mas <mas@echo.fr> writes:
[ application/pgp ]
This actually came up on g.e.gnus recently:
<URL:http://groups.google.com/groups?hl=en&safe=off&ic=1&th=2be7675af2c4ca49,14&seekm=vafith8qu4t.fsf%40lucy.cs.uni-dortmund.de#p>
> It seems Oort Gnus is not able to understand this syntax. I seem to
> recall that it works with Content-Type: text/plain. I don't know if
> the application/pgp is an "official" MIME-type, but I would greatly
> appreciate if Gnus could show me the message instead of just a
> button.
To summarize the above thread, if you're running recent Oort, it
should be enough to do:
(add-to-list 'mm-inlined-types "application/pgp")
(add-to-list 'mm-automatic-display "application/pgp")
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: application/pgp
2001-07-15 18:33 ` application/pgp Colin Walters
@ 2001-07-17 10:59 ` Roland Mas
2001-07-17 16:08 ` application/pgp Colin Walters
0 siblings, 1 reply; 8+ messages in thread
From: Roland Mas @ 2001-07-17 10:59 UTC (permalink / raw)
Colin Walters (2001-07-15 14:33:59 -0400) :
> Roland Mas <mas@echo.fr> writes:
>
> [ application/pgp ]
>
> This actually came up on g.e.gnus recently:
Ooops. I should read it more carefully, even when back from a week of
away-ness.
> To summarize the above thread, if you're running recent Oort, it
> should be enough to do:
>
> (add-to-list 'mm-inlined-types "application/pgp")
> (add-to-list 'mm-automatic-display "application/pgp")
Thanks. This helps, as I now see the PGP message. There's no
automatic verification on signatures, though, and I have to [C-c / v]
to check it.
Call me a whiner... I'll see if I can hack it.
Roland.
--
Roland Mas
Au royaume des aveugles, il y a des borgnes à ne pas dépasser.
-- in Soeur Marie-Thérèse des Batignolles (Maëster)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: application/pgp
2001-07-17 10:59 ` application/pgp Roland Mas
@ 2001-07-17 16:08 ` Colin Walters
2001-07-17 16:54 ` application/pgp Werner Koch
0 siblings, 1 reply; 8+ messages in thread
From: Colin Walters @ 2001-07-17 16:08 UTC (permalink / raw)
Roland Mas <mas@echo.fr> writes:
>> (add-to-list 'mm-inlined-types "application/pgp")
>> (add-to-list 'mm-automatic-display "application/pgp")
>
> Thanks. This helps, as I now see the PGP message. There's no
> automatic verification on signatures, though, and I have to [C-c /
> v] to check it.
Well, I haven't really started playing with the gnupg stuff for Gnus,
but is "application/pgp" one of the standard ways to do this? I
notice at least that Gnus wraps other people's signed messages in
[PGP: Undecided] or something.
Since hmh is the only person I know sending out "application/pgp",
maybe we could convince him to switch to whatever is more standard :)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: application/pgp
2001-07-17 16:08 ` application/pgp Colin Walters
@ 2001-07-17 16:54 ` Werner Koch
2001-07-17 22:17 ` application/pgp Matt Armstrong
0 siblings, 1 reply; 8+ messages in thread
From: Werner Koch @ 2001-07-17 16:54 UTC (permalink / raw)
On Tue, 17 Jul 2001 12:08:31 -0400, Colin Walters said:
> Since hmh is the only person I know sending out "application/pgp",
> maybe we could convince him to switch to whatever is more standard :)
The standard is RFC2015 (which will be updated soon) and it has a lot
advantages over the old application/pgp stuff. Please take care not
to send out application/pgp - accepting this content-type it is of
course okay.
Werner
--
Werner Koch Omnis enim res, quae dando non deficit, dum habetur
g10 Code GmbH et non datur, nondum habetur, quomodo habenda est.
Privacy Solutions -- Augustinus
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: application/pgp
2001-07-17 16:54 ` application/pgp Werner Koch
@ 2001-07-17 22:17 ` Matt Armstrong
2001-07-20 9:48 ` application/pgp Werner Koch
0 siblings, 1 reply; 8+ messages in thread
From: Matt Armstrong @ 2001-07-17 22:17 UTC (permalink / raw)
Werner Koch <wk@gnupg.org> writes:
> On Tue, 17 Jul 2001 12:08:31 -0400, Colin Walters said:
>
>> Since hmh is the only person I know sending out "application/pgp",
>> maybe we could convince him to switch to whatever is more standard
>> :)
>
> The standard is RFC2015 (which will be updated soon) and it has a
> lot advantages over the old application/pgp stuff. Please take care
> not to send out application/pgp - accepting this content-type it is
> of course okay.
>
> Werner
Yes there is a FAQ re: mutt support of application/pgp. The mutt
solution involves procmail munging the message into a form mutt
understands. The application/pgp RFC is obsolete.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: application/pgp
2001-07-17 22:17 ` application/pgp Matt Armstrong
@ 2001-07-20 9:48 ` Werner Koch
0 siblings, 0 replies; 8+ messages in thread
From: Werner Koch @ 2001-07-20 9:48 UTC (permalink / raw)
On Tue, 17 Jul 2001 15:17:51 -0700, Matt Armstrong said:
> Yes there is a FAQ re: mutt support of application/pgp. The mutt
> solution involves procmail munging the message into a form mutt
> understands. The application/pgp RFC is obsolete.
Which actually is to add application/pgp .... to a message if there is
no appropriate content-type and the body has those PGP armor lines.
I don't use it anymore because it gets in the way if I receive bug
reports regarding GnuPG ;-)
--
Werner Koch Omnis enim res, quae dando non deficit, dum habetur
g10 Code GmbH et non datur, nondum habetur, quomodo habenda est.
Privacy Solutions -- Augustinus
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: application/pgp
2001-07-15 18:12 application/pgp Roland Mas
2001-07-15 18:33 ` application/pgp Colin Walters
@ 2001-07-15 18:37 ` Kai Großjohann
1 sibling, 0 replies; 8+ messages in thread
From: Kai Großjohann @ 2001-07-15 18:37 UTC (permalink / raw)
On Sun, 15 Jul 2001, Roland Mas wrote:
> It seems Oort Gnus is not able to understand this syntax. I seem
> to recall that it works with Content-Type: text/plain. I don't
> know if the application/pgp is an "official" MIME-type, but I
> would greatly appreciate if Gnus could show me the message instead
> of just a button.
But maybe mailcrypt understands this kind of message? What happens if
you invoke the corresponding mailcrypt action?
kai
--
~/.signature: No such file or directory
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2001-07-20 9:48 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-15 18:12 application/pgp Roland Mas
2001-07-15 18:33 ` application/pgp Colin Walters
2001-07-17 10:59 ` application/pgp Roland Mas
2001-07-17 16:08 ` application/pgp Colin Walters
2001-07-17 16:54 ` application/pgp Werner Koch
2001-07-17 22:17 ` application/pgp Matt Armstrong
2001-07-20 9:48 ` application/pgp Werner Koch
2001-07-15 18:37 ` application/pgp Kai Großjohann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).