JojiiOfficial / Matrix-EmailBridge

A bridge written in Golang to receive and write emails in matrix
BSD 2-Clause "Simplified" License
122 stars 14 forks source link

Allow one email account to be used in multiple rooms #25

Open bpcurse opened 4 years ago

bpcurse commented 4 years ago

A new feature could be the use of one email account in multiple rooms.

A copy of every incoming email would then have to be delivered to all participating rooms. On setup there should be a warning like "This account is already in use, do you want to proceed anyway?"

related to https://github.com/JojiiOfficial/Matrix-EmailBridge/issues/24

JojiiOfficial commented 4 years ago

I'll have a look how easy it would be to implement this feature. Give me a few days.