diff options
author | Matt Brown <matt@mattb.net.nz> | 2005-07-01 11:29:23 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-07-01 11:29:23 +0800 |
commit | a9edef00dd65010d4e08517d861ea55992bd863d (patch) | |
tree | 9b0c32d63782d121ac26c7b27c3c5b363121f3c5 /mail/ChangeLog | |
parent | 1e959e8cdb46c7dc61de09e80aac06097e12c729 (diff) | |
download | gsoc2013-evolution-a9edef00dd65010d4e08517d861ea55992bd863d.tar.gz gsoc2013-evolution-a9edef00dd65010d4e08517d861ea55992bd863d.tar.zst gsoc2013-evolution-a9edef00dd65010d4e08517d861ea55992bd863d.zip |
implement extraction of inline signed/encrypted pgp parts and package them
2005-06-24 Matt Brown <matt@mattb.net.nz>
* em-inline-filter.c: implement extraction of inline signed/encrypted pgp
parts and package them into x-inlinepgp-signed/x-inline-pgp-encrypted
parts.
* em-format-html.c: Formatters to verify/decrypt and then display the
parts generated by the inline filter.
svn path=/trunk/; revision=29603
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c5cbc39e5e..d38c8202c6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2005-06-24 Matt Brown <matt@mattb.net.nz> + + * em-inline-filter.c: implement extraction of inline signed/encrypted pgp + parts and package them into x-inlinepgp-signed/x-inline-pgp-encrypted + parts. + * em-format-html.c: Formatters to verify/decrypt and then display the + parts generated by the inline filter. + 2005-06-25 Not Zed <NotZed@Ximian.com> ** See bug #307398 |