r-a-y / bp-reply-by-email

Reply to BuddyPress items from the comfort of your email inbox. Currently in pre-release.
GNU General Public License v2.0
63 stars 9 forks source link

bbPress: Support attachments #104

Closed r-a-y closed 6 years ago

r-a-y commented 7 years ago

If using RBE to reply to a bbPress topic, we should try and parse email attachments if available and post it.

This will currently have to rely on the GD bbPress Attachments plugin being active.

The problem here is I do not want to parse email attachments unless it is a bbPress item. But with the way the codebase is currently structured, the parameters are checked inside the RBE parsing logic.

We need access to the RBE parameters before initializing the parser. This will require some code refactoring.

Supporting both IMAP and all the Inbound Providers will also increase implementation time.

modelm commented 6 years ago

Humanities Commons would love to be able to use this feature with SparkPost. Has there been any progress for that provider? Is there anything I should know before (potentially, soon-ish) setting out to implement it and subsequently PR?

r-a-y commented 6 years ago

I'm working on SparkPost support. Should be about a week or so away from testing.

modelm commented 6 years ago

Awesome! Looking forward to trying it out.

r-a-y commented 6 years ago

@modelm - I decided to move forum attachment support for inbound providers to a new plugin: https://github.com/r-a-y/bp-rbe-inbound-forum-attachments

Give it a test and report issues on that repo if you find any.

r-a-y commented 6 years ago

Closing. SendGrid and Postmark will be covered in the plugin mentioned above.