This also affects the bug report regarding broken Content-Transfer-Encoding, etc.
Line 213:
foreach ($this->rawBodyLines as $line) {
Should be:
foreach (preg_split("/(\r?\n|\r)/", $this->emailRawContent as $line) {
Regards,
Lucian Kafka
http://aura.travel
This also affects the bug report regarding broken Content-Transfer-Encoding, etc.
Line 213:
foreach ($this->rawBodyLines as $line) {
Should be:
foreach (preg_split("/(\r?\n|\r)/", $this->emailRawContent as $line) {
Regards,
Lucian Kafka
http://aura.travel