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
{{ message }}
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
Instead of simply storing the mail in its full MIME format in the database, we should potentially break the mail down and then make it reassemble at receive. This'd reduce space, and we'd also be able to lookup mail better if need be, as it wouldnt be one compound of the entire mail.
The text was updated successfully, but these errors were encountered:
I think this and #6 should be closed; while it is potentially space saving, we've had no issue with space in the current iteration of the DB, and while it's not perfect it does work with very little issue.
Instead of simply storing the mail in its full MIME format in the database, we should potentially break the mail down and then make it reassemble at receive. This'd reduce space, and we'd also be able to lookup mail better if need be, as it wouldnt be one compound of the entire mail.
The text was updated successfully, but these errors were encountered: