New MIMEMailPHP Version 2.1.3 released
Users told me they had problems with some online mail clients (like gmx and gmail) viewing mails sent with my MIMEMailxPHP4_V2 PHP class when cid (base64 coded inline) images are contained.
There was a bug initially found by Patrick Kränzlin. This bug is fixed now, you find the current (2.1.3) Version for download (it’s open source) here.
According to the RFC2111:
Note: in Internet mail messages, the addr-spec in a Content-ID [MIME] or Message-ID [822] header are enclosed in angle brackets (<>). Since addr-spec in a Message-ID or Content-ID might contain characters not allowed within a URL; any such character (including “/”, which is reserved within the “mid” scheme) must be hex-encoded using the %hh escape mechanism in [URL].
I forgot the angle brackets in version 2.1.2
Sorry for that!










January 15th, 2008 at 4:22 pm
Hi there,
I tried the new version 2.1.3 (I used the given sample file) with GMX but the attachments still don’t work. Is there any difference if I use HTML or Text-Content?
phil
PS: The changelog is not up to date
January 16th, 2008 at 10:50 am
Well, sorry again, seems like I mixed up something here. I am too busy currently but I’ll get back on this later…
I promise.