diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-12 04:27:12 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-12 04:27:12 +0800 |
commit | ed88f237863dc3dd5aec568196b61008df2e9b8c (patch) | |
tree | 10a840b719f981de144c72ff22d19cf0cf64617b /mail/ChangeLog | |
parent | 4824927269ed26278e9cddc9d523ad813d0fd626 (diff) | |
download | gsoc2013-evolution-ed88f237863dc3dd5aec568196b61008df2e9b8c.tar gsoc2013-evolution-ed88f237863dc3dd5aec568196b61008df2e9b8c.tar.gz gsoc2013-evolution-ed88f237863dc3dd5aec568196b61008df2e9b8c.tar.bz2 gsoc2013-evolution-ed88f237863dc3dd5aec568196b61008df2e9b8c.tar.lz gsoc2013-evolution-ed88f237863dc3dd5aec568196b61008df2e9b8c.tar.xz gsoc2013-evolution-ed88f237863dc3dd5aec568196b61008df2e9b8c.tar.zst gsoc2013-evolution-ed88f237863dc3dd5aec568196b61008df2e9b8c.zip |
Update this for CamelObject (try_inline_pgp): Deal with decrypting here
* mail-format.c (destroy_part): Update this for CamelObject
(try_inline_pgp): Deal with decrypting here rather than trying to
pawn the data off to handle_multipart_encrypted, since it most
likely won't be correct (won't have the proper MIME headers inside
the encrypted part).
(handle_multipart_encrypted): Add code from Nathan Thompson-Amato
to re-MIME-parse the decrypted data after decrypting.
* mail-crypto.c (mail_crypto_openpgp_{de,en}crypt): Get the
password here rather than having it passed in. Remove some dead
code.
* session.c (mail_request_dialog): Allow this to work in either a
sync or an async context.
svn path=/trunk/; revision=4751
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 34d7756c07..07faeb7cc8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,20 @@ +2000-08-11 Dan Winship <danw@helixcode.com> + + * mail-format.c (destroy_part): Update this for CamelObject + (try_inline_pgp): Deal with decrypting here rather than trying to + pawn the data off to handle_multipart_encrypted, since it most + likely won't be correct (won't have the proper MIME headers inside + the encrypted part). + (handle_multipart_encrypted): Add code from Nathan Thompson-Amato + to re-MIME-parse the decrypted data after decrypting. + + * mail-crypto.c (mail_crypto_openpgp_{de,en}crypt): Get the + password here rather than having it passed in. Remove some dead + code. + + * session.c (mail_request_dialog): Allow this to work in either a + sync or an async context. + 2000-08-11 Peter Williams <peterw@helixcode.com> * mail-tools.c (mail_tool_fetch_mail_into_searchable): Don't |