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

Receiving attachments #27

Open bpcurse opened 4 years ago

bpcurse commented 4 years ago

Judging by the feature list ("Attaching files sent into the bridged room") it should be possible to receive email attachments? In our setup no attachment is delivered to the bridged room. The email (with a ~3MB jpg attached) is delivered without any error message, there just isn't any sign of an attachment.

What information do you need for troubleshooting this issue? How can I provide any helpful data?

emailbridge is built from today's master 2019-12-03, our synapse server's (1.5.0) upload limit is 50MB

JojiiOfficial commented 4 years ago

Attaching files sent into the bridged room

means that you can attach a file by sending it into the bridged room. Receiving attachments is not implemented yet.

bpcurse commented 4 years ago

Thanks for clarification :) I will change the issue title accordingly to a feature request.

bendschs commented 3 years ago

recieving attachments is a key feature for email, any plan on implementing this?

JojiiOfficial commented 3 years ago

As I already said somewhere else in an issue, I don't work on this bridge anymore. I do maintain it, so proper PRs will be reviewed/merged. Feel free to add such a feature.

bendschs commented 3 years ago

i see, thanx for the information. i am not actually a developer and i guess my coding skills would not be enough to do that. i really like your project though and would be happy to help with testing if somebody is able to implement this ...