flourishlib / flourish-classes

The class files for Flourish
http://flourishlib.com
182 stars 78 forks source link

fMailbox.php doesn't always split the references in to an array as expected #222

Open BrendonKoz opened 9 years ago

BrendonKoz commented 9 years ago

The RFC doesn't explicitly define how to separate the references in the header. It seems to even allow comments. Unfortunately the code expects space characters, if anything else is found it doesn't properly split the string and provide it in the resultant data array.