Category News

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)

1.5.10 Released

Added template field descriptions to image tab. Fixed a bug where caption placeholder in templates wasn’t being properly set. Additional test to see if wp-config.php can be found.

1.5.9 Released

Fixed a bug where valid users can post via email even though they don’t have role permissions. Fixed a bug where nice_name was being used in the settings screen even though user_login was needed. Fixed the error message when the…

1.5.8 Released

Added additional default signature patterns. Fixed a bug where attachments were not showing up if :start or :end were used.