Skip to content

Commit

Permalink
change repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Umesh Kumar committed Mar 10, 2014
0 parents commit 2d2a72a
Show file tree
Hide file tree
Showing 25 changed files with 1,193 additions and 0 deletions.
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/gmail-inbox-action.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/scopes/scope_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

183 changes: 183 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .jshintrc
1 change: 1 addition & 0 deletions .travis.yml
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#Gmail Inbox Actions

Allows to approve your wordpress comment from your Gmail inbox, without logging into your site.
## Requirements:

- Emails must be [authenticated via DKIM or SPF](https://support.google.com/mail/answer/180707?hl=en)
- If you are unable to modify your DNS records to support this, one way of achieving is through the use of [Postmark] (https://postmarkapp.com) or Google Apps service
- Your domain of the DKIM or SPF signatures must match the domain of your From: email address exactly. eg for From: [email protected] the DKIM must be for the bar.com domain and not a subdomain such as email.bar.com.
- Emails must come from a static email address, eg [email protected]
- Emails must follow [Google's general email guidelines](https://support.google.com/mail/answer/81126?hl=en)


Once you have met these basic requirements, you can then [register with Google](https://developers.google.com/gmail/actions/registering-with-google) so your customers can start seeing the new Go-to Actions in their inboxes.


[Full list of requirements from Google](https://developers.google.com/gmail/actions/registering-with-google)


## Installation
Follows the normal installation, you can upload the gmail-inbox-action folder to `wp-content/plugins` folder

## Configuration

Update your Gmail account email in general settings.
Loading

0 comments on commit 2d2a72a

Please sign in to comment.