* [sup-devel] [Turnsole] Experimental GPG signature verification
@ 2012-03-12 18:28 Michael Stapelberg
2012-03-14 13:13 ` Nicolas Pouillard
0 siblings, 1 reply; 7+ messages in thread
From: Michael Stapelberg @ 2012-03-12 18:28 UTC (permalink / raw)
To: sup-devel
Hi,
At https://github.com/mstap/turnsole/commits/gpg-signed, you can find an
experimental branch which implements GPG signature verification. This should
work for PGP/MIME multipart/mixed, multipart/signed and PGP/INLINE. You also
need the changes of https://github.com/wmorgan/heliotrope/pull/42 in your
heliotrope for this to work.
GPG decryption is not working at all yet. Also, depending on your messages, you
might need to patch RMail (see my previous mail):
lib/rmail/parser/multipart.rb:211
#s = PushbackReader.maybe_contains_re("--" + boundary)
s = Regexp.quote("--" + boundary)
If you notice any problems, please report them.
Best regards,
Michael
PS: I’m not quite sure how to make Heliotrope pick up the "signed" label for
messages which are already indexed. The code now recognizes more signed
variants. Ideas?
_______________________________________________
Sup-devel mailing list
Sup-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* [sup-devel] [Turnsole] Experimental GPG signature verification
2012-03-12 18:28 [sup-devel] [Turnsole] Experimental GPG signature verification Michael Stapelberg
@ 2012-03-14 13:13 ` Nicolas Pouillard
2012-03-14 13:31 ` Michael Stapelberg
0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Pouillard @ 2012-03-14 13:13 UTC (permalink / raw)
To: Michael Stapelberg; +Cc: sup-devel
Excerpts from Michael Stapelberg's message of 2012-03-12 19:28:44 +0100:
> Hi,
Hi,
> At https://github.com/mstap/turnsole/commits/gpg-signed, you can find an
> experimental branch which implements GPG signature verification. This should
> work for PGP/MIME multipart/mixed, multipart/signed and PGP/INLINE. You also
> need the changes of https://github.com/wmorgan/heliotrope/pull/42 in your
> heliotrope for this to work.
>
> GPG decryption is not working at all yet. Also, depending on your messages, you
> might need to patch RMail (see my previous mail):
>
> lib/rmail/parser/multipart.rb:211
> #s = PushbackReader.maybe_contains_re("--" + boundary)
> s = Regexp.quote("--" + boundary)
>
> If you notice any problems, please report them.
Is there some missing file for getting CryptoManager? I get this:
.../lib/turnsole/modes/edit-message-mode.rb:106:in `initialize':
uninitialized constant Turnsole::EditMessageMode::CryptoManager (NameError)
_______________________________________________
Sup-devel mailing list
Sup-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sup-devel] [Turnsole] Experimental GPG signature verification
2012-03-14 13:13 ` Nicolas Pouillard
@ 2012-03-14 13:31 ` Michael Stapelberg
2012-03-14 13:38 ` Nicolas Pouillard
0 siblings, 1 reply; 7+ messages in thread
From: Michael Stapelberg @ 2012-03-14 13:31 UTC (permalink / raw)
To: Nicolas Pouillard; +Cc: sup-devel
Hi Nicolas,
Excerpts from Nicolas Pouillard's message of 2012-03-14 14:13:46 +0100:
> Is there some missing file for getting CryptoManager? I get this:
>
> .../lib/turnsole/modes/edit-message-mode.rb:106:in `initialize':
> uninitialized constant Turnsole::EditMessageMode::CryptoManager (NameError)
No, this code is just not yet fixed for turnsole.
Best regards,
Michael
_______________________________________________
Sup-devel mailing list
Sup-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sup-devel] [Turnsole] Experimental GPG signature verification
2012-03-14 13:31 ` Michael Stapelberg
@ 2012-03-14 13:38 ` Nicolas Pouillard
2012-03-14 13:55 ` Michael Stapelberg
0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Pouillard @ 2012-03-14 13:38 UTC (permalink / raw)
To: Michael Stapelberg; +Cc: sup-devel
Excerpts from Michael Stapelberg's message of 2012-03-14 14:31:04 +0100:
> Hi Nicolas,
>
> Excerpts from Nicolas Pouillard's message of 2012-03-14 14:13:46 +0100:
> > Is there some missing file for getting CryptoManager? I get this:
> >
> > .../lib/turnsole/modes/edit-message-mode.rb:106:in `initialize':
> > uninitialized constant Turnsole::EditMessageMode::CryptoManager (NameError)
> No, this code is just not yet fixed for turnsole.
So there is no way to compose any message when merging your branch?
_______________________________________________
Sup-devel mailing list
Sup-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sup-devel] [Turnsole] Experimental GPG signature verification
2012-03-14 13:38 ` Nicolas Pouillard
@ 2012-03-14 13:55 ` Michael Stapelberg
2012-03-18 22:45 ` Michael Stapelberg
0 siblings, 1 reply; 7+ messages in thread
From: Michael Stapelberg @ 2012-03-14 13:55 UTC (permalink / raw)
To: Nicolas Pouillard; +Cc: sup-devel
Hi Nicolas,
Excerpts from Nicolas Pouillard's message of 2012-03-14 14:38:43 +0100:
> So there is no way to compose any message when merging your branch?
That might be true. To be honest, I don’t compose messages in heliotrope yet,
otherwise, I won’t have them in sup (my fallback). Yes, the situation sucks big
time.
Best regards,
Michael
_______________________________________________
Sup-devel mailing list
Sup-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sup-devel] [Turnsole] Experimental GPG signature verification
2012-03-14 13:55 ` Michael Stapelberg
@ 2012-03-18 22:45 ` Michael Stapelberg
2012-03-19 7:53 ` Nicolas Pouillard
0 siblings, 1 reply; 7+ messages in thread
From: Michael Stapelberg @ 2012-03-18 22:45 UTC (permalink / raw)
To: Nicolas Pouillard, sup-devel
Hi Nicolas,
Excerpts from Michael Stapelberg's message of 2012-03-14 14:55:55 +0100:
> > So there is no way to compose any message when merging your branch?
> That might be true. To be honest, I don’t compose messages in heliotrope yet,
> otherwise, I won’t have them in sup (my fallback). Yes, the situation sucks big
> time.
This is fixed now with commit https://github.com/mstap/turnsole/commit/2817026
Best regards,
Michael
_______________________________________________
Sup-devel mailing list
Sup-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sup-devel] [Turnsole] Experimental GPG signature verification
2012-03-18 22:45 ` Michael Stapelberg
@ 2012-03-19 7:53 ` Nicolas Pouillard
0 siblings, 0 replies; 7+ messages in thread
From: Nicolas Pouillard @ 2012-03-19 7:53 UTC (permalink / raw)
To: Michael Stapelberg; +Cc: sup-devel
Excerpts from Michael Stapelberg's message of 2012-03-18 23:45:52 +0100:
> Hi Nicolas,
>
> Excerpts from Michael Stapelberg's message of 2012-03-14 14:55:55 +0100:
> > > So there is no way to compose any message when merging your branch?
> > That might be true. To be honest, I don’t compose messages in heliotrope yet,
> > otherwise, I won’t have them in sup (my fallback). Yes, the situation sucks big
> > time.
> This is fixed now with commit https://github.com/mstap/turnsole/commit/2817026
Thanks!
_______________________________________________
Sup-devel mailing list
Sup-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-03-19 7:59 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-12 18:28 [sup-devel] [Turnsole] Experimental GPG signature verification Michael Stapelberg
2012-03-14 13:13 ` Nicolas Pouillard
2012-03-14 13:31 ` Michael Stapelberg
2012-03-14 13:38 ` Nicolas Pouillard
2012-03-14 13:55 ` Michael Stapelberg
2012-03-18 22:45 ` Michael Stapelberg
2012-03-19 7:53 ` Nicolas Pouillard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox