Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: How to create/read "Security Multipart" MIME messages?
       [not found] ` <ilullsyuj1w.fsf@latte.josefsson.org>
@ 2003-09-16 12:44   ` Peter Simons
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Simons @ 2003-09-16 12:44 UTC (permalink / raw)


Simon Josefsson writes:

 >> "Security Multiparts for MIME" format described in RFC 1847

 > Gnus 5.10 should read such messages automatically [...]

Unfortunately, I have only Gnus 5.9.0 available at the moment; the
version that comes with Emacs 21.3. I guess, I'll just live with the
inconvenience for now and wait for the next update then.

Nonetheless, thanks to all who replied! It's very much appreciated.

Peter


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to create/read "Security Multipart" MIME messages?
       [not found] <87u17moydw.fsf@peti.cryp.to>
@ 2003-09-09 14:32 ` Adam Sjøgren
       [not found] ` <ilullsyuj1w.fsf@latte.josefsson.org>
  1 sibling, 0 replies; 2+ messages in thread
From: Adam Sjøgren @ 2003-09-09 14:32 UTC (permalink / raw)


On 09 Sep 2003 16:00:11 +0200, Peter wrote:

> I wonder whether anyone has succeeded in configuring GNUS to create
> and read e-mail, which is PGP-encrypted according to the "Security
> Multiparts for MIME" format described in RFC 1847? (That's the
> encrypted-message format used by Mutt, among others.)

I'm using these lines in my ~/.gnus to communicate encrypted with a
friend who uses mutt. We both use GnuPG:

 (require 'gpg)
 (setq mml2015-use 'gpg)
 (setq gpg-temp-directory (expand-file-name "~/.gnupg/tmp"))
 (setq gpg-command-default-alist (quote ((gpg . "gpg") (gpg-2comp . "gpg"))))
 (setq mm-verify-option 'known)
 (setq mm-decrypt-option 'known)
 (setq gpg-passphrase-timeout 36000) ; Ten hours
 (setq gnus-buttonized-mime-types '("multipart/signed" "multipart/encrypted"))

In my ~/.xemacs/init.el, I've got (along with other bbdb-configuration):

 (require 'bbdb-pgp)

and in bbdb his entry I've added a field like this:

 pgp-mail: encrypt

so that Gnus automatically encrypts email to him.


Disclaimer: This was set up quite a while ago - with kind assistance
from this group - some things may have changed in the meantime, so
perhaps some of the above is not needed or not recommended anymore. It
works for me, though.


  Best regards,

    Adam


P.S. I think you'd better try getting Gnus - rather than GNUS - to
handle this for you.

-- 
 "Vilken sanning, Måns, är sann?"                             Adam Sjøgren
                                                         asjo@koldfront.dk


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-16 12:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87u17moydw.fsf@peti.cryp.to>
2003-09-09 14:32 ` How to create/read "Security Multipart" MIME messages? Adam Sjøgren
     [not found] ` <ilullsyuj1w.fsf@latte.josefsson.org>
2003-09-16 12:44   ` Peter Simons

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).