]> granicus.if.org Git - mutt/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)
committerKevin McCarthy <kevin@8t8.us>
Fri, 11 Aug 2017 01:18:21 +0000 (18:18 -0700)
commit2fd6f99bea1337e1b490a9056033fe0151f22ddc
tree58ed4ac34b12270b6c495d8f20ef805b9d376481
parent7a002ec117886669ba9e1f19bed506847b730c9d
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