enum havespecs (HAVE_*) -> content_info (CI_*), ++..
commit4b1f4b72b04b8b6208216dd0c65c3982dadb48fa
authorSteffen (Daode) Nurpmeso <sdaoden@users.sf.net>
Mon, 23 Nov 2015 13:33:57 +0000 (23 14:33 +0100)
committerSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Sat, 31 Dec 2016 16:58:28 +0000 (31 17:58 +0100)
treeff937b977b86c0759358b1c49af9aa29cd2f264d
parent4ac1a29682c0175335b8f50938a533743629d048
enum havespecs (HAVE_*) -> content_info (CI_*), ++..

First try to allow the MIME parser to produce failures.
TODO After v15.0 S-nail will do
TODO
TODO   - Parse MIME structure into DOM.
TODO   - Analyze DOM according to desired action.
TODO     I.e., modify DOM structure (e.g., explode decrypted parts),
TODO     create filter chains for each part as necessary.
TODO   - Walk the final DOM according to action, directly address
TODO     those parts that should be addressed.
TODO
TODO   - A [Dd]ecryption operation should fail when decryption
TODO     fails.  We need atomic operations with rollback!
cmd1.c
fio.c
message.c
mime_parse.c
nail.h
pop3.c
send.c