Wayne

Wayne

1.5.19 Released

Updated image preview to recognize all variables. Updated “wordpress_default” images template to match WP 3.8. Clarified logging messages for IMAP/IMAP-SSL/POP3-SSL Removed POSTTITLE from templates since we don’t know the actual title at template time. Verified WordPress 3.9 compatibility

1.5.17 Released

Fixed date calculation in test screen. Fixed text encoding issues for systems with PHP 5.4 Updated CSS to better match WordPress 3.8 styles. Removed reference to pluggable.php to allow other plugins to plug these functions. Verified compatibility with WP 3.8

Filter: postie_filter_email

This filter is called when Postie extracts the “from” email address. For example you could use this function to create a WordPress user for this email if it came from your domain. At the point the filter is called there…

1.5.16 Released

Fixed date detection bug in forwarded messages. Possible fix for blank screen issue (flush buffers rather than check for sent headers). Fixed images showing up in excerpts when not specified. Fixed bug where time offset was applied twice. Fixed bug…

1.5.15 Released

Added message warning that filter ‘postie_post’ has been deprecated. Fixed bug where a category was detected if there happened to be 2 dash (-) characters and a number was the first thing after the first dash. Simplified header decoding for…

1.5.14 Released

Added PHP version to debug output Added PHP version check when disabling GSSAPI Added new filter “postie_post_before” to replace “postie_post” Added new filter “postie_post_after”

1.5.13 Released

Added more robust charset conversion to deal with malformed emails. Ensure the default title is used when category etc parsing results in blank title Consolidate procedure for locating wp-config.php Additional debug output. Fixed a bug where the default author was…

1.5.12 Released

Added full paths to includes in config_form due to some hosts having include_path set in a way that breaks Postie. Added some checks for emails that aren’t correctly formatted (AirMail/WinLink) Consolidated environmental checks Added logic for Debian location of wp-config.php

1.5.11 Released

Moved test files out of main repository to decrease plugin size Fixed issue with readme file (WordPress readme validator moved)