1.8.6 Released

Fix bug where the featured image was not included even though config said it should be. Ensure Socket connections try to connect with TLS 1.0, 1.1 and 1.2 if SSL is specified. Additional logging to help diagnose cURL issue.

Read More1.8.6 Released

1.8.4 Released

This is a major technical release which moves away from the php-imap library and gives you the choice of connecting to the mail server via sockets (default) or curl (required for WPEngine hosted sites). There are a lot of improvements…

Read More1.8.4 Released

filter: postie_post_pre

This filter is called just before Postie starts making changes. Parameters: $parsedEmail The $parsedEmail parameter is an array describing the email. You must return the $parsedEmail array from your function. Example add_filter(‘postie_post_pre’, ‘my_postie_post_pre’); function my_postie_post_pre($email) { //Do something $email[‘headers’][‘subject’] .= ‘…

Read Morefilter: postie_post_pre

1.7.28 Released

better tag detection with html Don’t skip image processing when Include Featured Image in Post is set to “No” and the Preferred Text Type is HTML. Use the blog name as the “from” text in any emails. New filter: postie_filter_email3…

Read More1.7.28 Released