Category News

1.8.10 Released

New filter postie_place_media – allows markup to be changed when #img# references are being replaced. New filter postie_place_media_before – allows markup to be changed when attachment templates are placed before the content. New filter postie_place_media_after – allows markup to be…

1.8.9 Released

Fix bug when calling new postie_email_* filters Fix bug where inline and related attachments were not being considered for #img#

1.8.8 Released

Fix bug where success/fail email notifications had missing info. Fix bug where galley wan’t being inserted on some plain text messages Enhance auto linkification to recognize links like <http://example.com/> Separate success and failure emails. Fix readme New filter: postie_email_reject_recipients –…

1.8.7 Released

Make code compatible with PHP 5.2 Fix bug where the connection tried to use TLS even though it shouldn’t Switch to stream API vs sockets since sockets don’t seem to be installed typically and the stream API is core. Allow…

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.

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…

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’] .= ‘…

Category Per User AddOn updated

The CpU AddOn has received a significant upgrade: All settings now can be set in the admin panel New Fallback logic See the AddOn page for more information.