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…
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…
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.
Fix to check if cURL is installed before using
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…
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’] .= ‘…
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.
Deal with incorrectly formatted date headers
Suppress warning message when accessing POP and there are no messages.
prevent auto-linkifying inside shortcodes
fixed email header parsing bug with PHP7