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…
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…
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…
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…
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”
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…
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
Moved test files out of main repository to decrease plugin size Fixed issue with readme file (WordPress readme validator moved)
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.
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…
Added additional default signature patterns. Fixed a bug where attachments were not showing up if :start or :end were used.