Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Parsing Mail for better use of space #5

Open
InternalLoss opened this issue Nov 26, 2017 · 3 comments
Open

Parsing Mail for better use of space #5

InternalLoss opened this issue Nov 26, 2017 · 3 comments

Comments

@InternalLoss
Copy link

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.

@InternalLoss
Copy link
Author

@spotlightishere I also have a feeling this issue is also meaningless after the move to Go.

@spotlightishere
Copy link
Contributor

Unfortunately it still exists. It more or less is the same as #6 however and is important.

@InternalLoss
Copy link
Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants