You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attachments exceed the email size limit, we should use the Cryptify fileshare protocol to handle large files. This also opens up an opportunity to unify the file sending and website email decrypting flows.
Current state
File sharing via web and email decrypting via web are two separate things
Large files cannot be sent via the plugin
Proposed approach
When files exceed the mail size limit, transparently use Cryptify to host the encrypted file
The email would contain a simple message/indicator that files were too large for mail but are handled securely via PostGuard
For recipients with the plugin: files download straight into the mailbox
For recipients without the plugin: a link to the download flow pages
Unifying web and plugin flows
The web file-sending and email-sending flows are fundamentally the same thing — an encrypted payload with metadata. The difference is just where the encrypted file lives (attachment vs Cryptify server).
A unified "PostGuard inbox" (e.g., the /decrypt page) could show:
Encrypted email body
Encrypted email subject
Attached/linked files
This would also solve limitations of the current web file-sending flow, which cannot include encrypted subject/body.
Description
When attachments exceed the email size limit, we should use the Cryptify fileshare protocol to handle large files. This also opens up an opportunity to unify the file sending and website email decrypting flows.
Current state
Proposed approach
Unifying web and plugin flows
The web file-sending and email-sending flows are fundamentally the same thing — an encrypted payload with metadata. The difference is just where the encrypted file lives (attachment vs Cryptify server).
A unified "PostGuard inbox" (e.g., the
/decryptpage) could show:This would also solve limitations of the current web file-sending flow, which cannot include encrypted subject/body.