Handle multipart/encrypted pgp mails
* src/mimedataprovider.cpp (mime_context): Add field for is_encrypted. * src/parsecontroller.cpp (parse): Reset input stream.
Now that we mix the handler for ciphertext and plaintext we need
to check if we are on encrypted data when collecting. Also
we don't save the body in an attachment anymore.