action: postie_raw

This action is called when Postie retrieves an email from the server. Parameters: $rawEmail The $rawEmail parameter the email as retrieved from the server. Note you can’t make changes to the email at this point. Example add_action(‘postie_raw’, ‘my_postie_raw’); function my_postie_raw($rawemail) { //Do…

Read Moreaction: postie_raw

1.8.24 Released

Fix bug where debug output was displaying plaintext passwords. Fix bug where categories specified with a colon required a space after the colon. Postie now works off blog time rather than GMT. Fix bug where oEmbed::get_provider() is not available on…

Read More1.8.24 Released

1.8.21 Released

Clarified the behavior of the “Use custom image field for images” setting and moved it to the Image tab. Clarified text on some settings. Fix bug which prevented captions from working correctly Fix bug which prevented more than 9 #img#…

Read More1.8.21 Released