]> granicus.if.org Git - neomutt/commit
Change recvattach to allow nested encryption. (see #3728)
authorKevin McCarthy <kevin@8t8.us>
Fri, 11 Aug 2017 01:18:21 +0000 (18:18 -0700)
committerRichard Russon <rich@flatcap.org>
Fri, 1 Sep 2017 12:44:58 +0000 (13:44 +0100)
commit63accf1f22f73ae71d2a7aee82727d6e5e21bfa4
treebfeba6ccab53925852a71dd16497da9ccb702058
parent1bdca239b7507ccc603c69bf88ffa924cee59e66
Change recvattach to allow nested encryption. (see #3728)

* Add a FP and BODY array to the actx.  These are used to allow proper
  cleanup.

* Add HEADER and root_fp entries, to allow for index regeneration.

* Separate out the compose and recvattach index generation functions.

* Change the recvattach index generator to decrypt as encrypted parts
  are found.
attach.c
attach.h
compose.c
protos.h
recvattach.c