Bug 1854684 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

These are changes which I found helpful while actually using these
classes for the decryption support of getRaw(). T

- adding a few named constants
- changing the dependency for the handleAttachment mode
  EXCLUDE_ALL_BUT_ENCRYPTED_ATTACHMENTS: enforce the encryption support
  instead of changing the mode to EXCLUDE_ALL_ATTACHMENT, if encryption
  support is not enabled
- use private class members
- no longer expose the used MimeTreeDecrypter instance
- set decryptFailure also in pgpDecryptAttachment()
These are changes which I found helpful while actually using these
classes for the decryption support of getRaw().

- adding a few named constants
- changing the dependency for the handleAttachment mode
  EXCLUDE_ALL_BUT_ENCRYPTED_ATTACHMENTS: enforce the encryption support
  instead of changing the mode to EXCLUDE_ALL_ATTACHMENT, if encryption
  support is not enabled
- use private class members
- no longer expose the used MimeTreeDecrypter instance
- set decryptFailure also in pgpDecryptAttachment()

Back to Bug 1854684 Comment 3