1.8.19 Released
Fix issue where attachments not showing if both plain and html are blank and the attachment is part of a multipart (related) block.
Fix issue where attachments not showing if both plain and html are blank and the attachment is part of a multipart (related) block.
Fix issue where inline PDF was not being detected as a PDF. Fix issue where outlook.com is setting an incorrect mime type on images.
Fix bugs in cURL connection.
Fix bug where postie_place_media_before and postie_place_media_after were being called incorrectly.
Fix bug where inline images were not being replaced correctly if WordPress changed the name of the attachment via sanitize_file_name()
Fix bug where inline images were not being found due to case differences, e.g. img_4180.jpg vs. IMG_4180.JPG
Fix bug in postie_email_notify_body filter where the modified body is not used for the email.
Support Dovecot IMAP server better
New filter postie_place_media – allows markup to be changed when #img# references are being replaced. New filter postie_place_media_before – allows markup to be changed when attachment templates are placed before the content. New filter postie_place_media_after – allows markup to be…
This filter is called after the image/audio/video/attachment template has been filled out and the “Image Location” setting is “After” and gives you the opportunity to change the markup referring to the media. Parameters: $html – the html fragment that will replace…