issues
search
aksiksi
/
vaulty
A service that allows users to send email directly to a cloud storage service.
https://vaulty.net
4
stars
0
forks
source link
Handle multiple Vaulty recipients in single email
#59
Open
aksiksi
opened
4 years ago
aksiksi
commented
4 years ago
Options:
Use Postfix to limit each delivered email to 1 recipient. Downside: email is replicated in queue?
Handle this in the backend by forking the stream for each attachment and forwarding to all relevant storage backends.
For (2):
https://docs.rs/futures/0.3.5/futures/channel/mpsc/fn.channel.html
https://users.rust-lang.org/t/send-fork-clone-a-single-stream-into-two-sinks/38198
Options:
For (2):