https://github.com/r-a-y/bp-reply-by-email
Reply to BuddyPress items from the comfort of your email inbox. Currently in pre-release.
https://github.com/r-a-y/bp-reply-by-email
buddypress cuny-academic-commons
Last synced: 17 days ago
JSON representation
Reply to BuddyPress items from the comfort of your email inbox. Currently in pre-release.
- Host: GitHub
- URL: https://github.com/r-a-y/bp-reply-by-email
- Owner: r-a-y
- License: gpl-2.0
- Created: 2011-06-27T18:26:55.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T21:37:37.000Z (7 months ago)
- Last Synced: 2025-04-02T10:18:41.724Z (27 days ago)
- Topics: buddypress, cuny-academic-commons
- Language: PHP
- Homepage:
- Size: 808 KB
- Stars: 63
- Watchers: 13
- Forks: 9
- Open Issues: 28
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# BuddyPress Reply By Email #
BuddyPress Reply By Email is a plugin for [BuddyPress](http://buddypress.org) that allows you to reply to various email notifications from the comfort of your email inbox.
You can reply to the following items from your inbox:
* @mentions
* Activity replies
* Private messages
* Group forum topics / posts (requires [BP Group Email Subscription Plugin](http://wordpress.org/extend/plugins/buddypress-group-email-subscription/))You can also create new group forum topics from your email inbox as well.
This plugin was developed for the [CUNY Academic Commons](http://commons.gc.cuny.edu). Licensed under the GPLv2 or later.
#### Get Help
Check out the [wiki](https://github.com/r-a-y/bp-reply-by-email/wiki/) for up-to-date information.
***
#### Translations
Italian - [htrex](https://github.com/htrex)
#### Thanks
* Jim Wigginton - for his `Crypt_AES` class from the [PHP Secure Communications Library](http://phpseclib.sourceforge.net/). Licensed under the [MIT License](http://www.opensource.org/licenses/mit-license.html).
* Jevon Wright - for his [html2text](https://code.google.com/p/iaml/source/browse/trunk/org.openiaml.model.runtime/src/include/html2text/html2text.php) functions from the [IAML Modelling Platform](http://openiaml.org/). Licensed under the [Eclipse Public License v1.0](http://www.eclipse.org/legal/epl-v10.html).
* Janis Elsts - for his [Plugin Update Checker](https://github.com/YahnisElsts/plugin-update-checker) library. Licensed under the [GPL License](http://www.gnu.org/licenses/gpl.html).