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
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.
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.