wp-post-by-email icon indicating copy to clipboard operation
wp-post-by-email copied to clipboard

Post By Email plugin for WordPress

Results 19 wp-post-by-email issues
Sort by recently updated
recently updated
newest added

Requested via [Support forums](http://wordpress.org/support/topic/setting-custom-post-type?replies=1): > Is it possible to have the ability to set the emails being read to a Custom Post Type (CPT) other than just 'Post'? I have...

enhancement

Would be good if we could test against SSL connections as well. Not sure how to make this work with the test setup currently.

enhancement
component/tests

- Should this be a user option, or should we try to detect the best answer based on the user's system configuration?

enhancement
component/mailserver

I am testing Post by Email and am having a problem with attachments. JPEG: An attached image is showing up as a placeholder in the post but the actual image...

bug
media-issues
test-after-update

with php 5.6 i cannot connect to imap server, with php 5.5 work

bug
php-version-issues
test-after-update

In the file 'post-by-email/include/Horde/Mime/Part.php' on line 2148 it has the wrong number of arguments: $id = substr($id, $base_pos); Since it appears we are checking from the beginning of the string,...

bug
php-version-issues
test-after-update

I've written a few lines of code making it possible to choose a default post type in the same way you can choose default category. Adding this would create a...

enhancement

Hi Kat! I need a hook off the filter message content. Here https://github.com/codebykat/wp-post-by-email/blob/master/class-post-by-email.php#L687 Add filter as apply_filters( 'content_filter_disable', false ); Such as filter 'p2be_email_replies_enabled' in https://github.com/humanmade/P2-By-Email/ And swith function as...

enhancement