(no title)
* src/mapihelp.cpp: New. * src/mapihelp.h: New. * src/message.cpp: New. Factor out code from message.cpp to mapihelp * src/mapihelp.cpp (mapi_body_to_attachment): New moved from message.cpp. (mapi_mark_or_create_moss_attach): New. Combination of moss handling from message_decrypt and message_verify. * src/mapihelp.h: Add protoype * src/message.cpp (pgp_body_to_attachment): Remove.
Moving the moss handling out of the decryption functions means
that we can just mark the attachments / hide them in beforeRead
and then do the actual decryption work with them later.