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