Support for importing S/MIME‑signed emails #12342
Replies: 1 comment
|
This discussion has been automatically closed due to lack of community support. Please see our contributing guidelines for more details. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description
Summary
Paperless‑NGX currently cannot import emails that are S/MIME‑signed (e.g., multipart/signed or application/pkcs7-signature). These messages are skipped or rejected by the mail consumer, even though the email content itself is not encrypted and remains fully readable.
Problem
Many organizations use S/MIME signatures by default to ensure message integrity. While the message body and attachments are not encrypted, Paperless‑NGX treats signed emails as unsupported and does not process them. This prevents automated ingestion of documents that arrive via signed email channels.
Expected behavior
Paperless‑NGX should:
Signature validation is not required for this feature request; the goal is simply to allow import of signed emails.
Current behavior
Why this matters
Scope
This request covers only S/MIME‑signed (integrity‑protected) emails, not S/MIME‑encrypted emails.
Encrypted email support would be a separate feature.
Other
Other Request
Encrypted email support
All reactions