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.
Postie works well with GoDaddy hosting, but you are required to use GoDaddy mail servers (rather than something like Gmail). Create a new email address through the Cpanel functions in GoDaddy. After the email is created go to the Configure…
Postie works well with Gmail (and Google apps for business), however, there are a few things that can get in the way. First make sure your hosting company allows access to external mail servers. GoDaddy notably does not allow this.…