Right now we've taken the shortcut of storing `raw_mime` as a binaryfield in the Message model. Step 1 should be to make it a Blob instance instead. Step 2 should be to allow Blob instances to be stored in configurable S3-compatible object storage.
Right now we've taken the shortcut of storing
raw_mimeas a binaryfield in the Message model.Step 1 should be to make it a Blob instance instead.
Step 2 should be to allow Blob instances to be stored in configurable S3-compatible object storage.