Hello! We are running our annual fundraising. Please consider making a donation if you value this freely available service or want to support people around the world working towards liberatory social change - https://riseup.net/donate
- Integration with the platform (https://0xacab.org/leap/platform/issues/8854)
- Add recovery code, eliminate shared db
## Integration of blobs into bitmask.mail (on demand download of message bodies).
## Integration of blobs into bitmask.mail (on demand download of message bodies)
A client-encrypted blobs system was added to Soledad Client and Server mainly to solve two things: performance issues of crypto and network operations when dealing with large binary chunks of data, and the ability to control when this kind of data will be transferred.
The first user of this system will be `bitmask.mail`, which implements an IMAP backend using Soledad traditional JSON-based documents. The application has to be modified to store email payloads as blobs, and to allow for on-demand downloading of email content.