Changeset 777065
- Timestamp:
- 09/23/2013 03:01:59 AM (13 years ago)
- Location:
- post-by-email/trunk
- Files:
-
- 2 edited
-
readme.md (modified) (1 diff)
-
readme.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
post-by-email/trunk/readme.md
r777059 r777065 20 20 21 21 22 ## Features ## 23 22 **Features** 24 23 * Supports IMAP or POP3 servers, with or without SSL 25 24 * Optional PIN-based authentication guards against email spoofing -
post-by-email/trunk/readme.txt
r777060 r777065 20 20 21 21 22 = Features = 22 ### Features ### 23 23 24 24 * Supports IMAP or POP3 servers, with or without SSL … … 29 29 * Emails from unauthorized users can be either set as pending or discarded 30 30 31 = Post Authors and Security = 31 ### Post Authors and Security ### 32 32 33 33 The "From" address is matched to WordPress users in the database to determine the post's author. If the author doesn't have an account or isn't allowed to publish posts, the post status will be set to "pending". … … 35 35 By default, any users in the Author, Editor or Administrator roles are able to publish posts. Use the Users menu item in the admin dashboard to view and manage which users have this capability. For more information on the WordPress permissions system, see <a href="http://codex.wordpress.org/Roles_and_Capabilities">Codex: Roles and Capabilities</a>. 36 36 37 = Shortcodes = 37 ### Shortcodes ### 38 38 39 39 By default, emailed posts will be placed in the default category configured in the settings. … … 52 52 `[another-custom-taxonomy 2 3 5]` 53 53 54 = Attachments = 54 ### Attachments ### 55 55 56 56 Any files attached to an email will be uploaded to the Media Library and added to the post as a gallery. You can specify gallery options, or its location within the post, by including a <a href="http://codex.wordpress.org/Gallery_Shortcode">gallery shortcode</a> in your email. If no gallery shortcode exists, it will be added to the end of the post. … … 65 65 1. Configure mailbox information under Tools->Post By Email. 66 66 67 = Instructions for specific email services = 67 ### Instructions for specific email services ### 68 68 69 69 - Gmail: <a href="https://support.google.com/mail/troubleshooter/1668960?hl=en">This page</a> will walk you through enabling IMAP or POP3 access. When prompted to select an email client for configuration instructions, select "Other" to view the settings. … … 97 97 == Testing == 98 98 99 = Automated Tests = 99 ### Automated Tests ### 100 100 101 101 Like WordPress Core, this plugin includes automated unit tests written in PHPUnit. … … 106 106 1. From the plugin directory, run `WP_TESTS_DIR=/path/to/WordPress/test/install phpunit` 107 107 108 = Manual Testing = 108 ### Manual Testing ### 109 109 110 110 1. Set up a test email address (services such as Gmail work great for this) and enable IMAP or POP3 access. (Refer to <a href="http://wordpress.org/plugins/post-by-email/installation/">Installation</a> for detailed instructions.)
Note: See TracChangeset
for help on using the changeset viewer.