The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Mail::GnuPG.

0.06   Wed Jul 23 19:59:51 PDT 2003

  (From Jörn Reder)
   - bugfix in decrypt(): with ASCII armor messages the first line of
   the cleartext was removed by MIME::Parser, if the cleartext was no
   entity but simple ASCII text.

   - new method get_decrypt_key() which returns a secret key and the
   corresponding mail address, which could be used to decrypt a given
   encrypted message.


0.05  Thu Jun 12 23:05:48 PDT 2003

  (From Jörn Reder)
  - insecure temp file handling (still insecure, but not that much ;)
  - non portable temp directory handling
  - insecure temp file / MIME::Parser handling in decrypt()
  - broken signature verification on quoted printable ascii armor messages
  - broken MIME canonical conversion (was broken if single CR's or
    CR/LF sequences were already in the message)
  - removed line break mangling in mime_encrypt(). RFC3156 doesn't
    request it.

  new methods:

  clear_sign()        - clearsign the body of an email message
  ascii_encrypt()     - encrypt an email message body using ascii armor
  ascii_signencrypt() - encrypt and sign an email message body using
			ascii armor

0.04  Fri Apr  4 18:35:09 PST 2003
	- Previous version didn't work.

0.03  Thu Mar 27 22:32:21 PST 2003
	- Previous version didn't work.

0.02  Thu Mar 27 20:32:21 PST 2003
        - Update Makefile.PL to set prereqs

0.01  Mon Jan  6 19:16:27 2003
	- original version; created by h2xs 1.21 with options
		-X Mail::GnuPG