UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
It is currently a public holiday for us from where we are at.

There may be a delay in our responses but rest assured that we will be back at full speed when we are back to the office.
  Support is offline
Normal
Hi,

when posting an article via eMail we observed, that longer subjects which are encoded in our standard ISO-8859-1 encoding are cut off.

So
'Wie ist der aktuelle Ablauf für die Installation einer Datenbank bei einem Neukunden?'
in the email subject will result in
'Wie ist der aktuelle Ablauf für die Installation einer'
as Article Question

When having a look at the mailbox.php class the reason seems obvious:
$headerOfValue = imap_mime_header_decode($value);
$header = $headerOfValue[0];
So for the subject header the imap_mime_header_decode function returns an array - and you are only using the first object.

This is the entire value of the subject
=?ISO-8859-1?Q?Wie_ist_der_aktuelle_Ablauf_f=FCr_die_Installation_einer?= =?ISO-8859-1?Q?_Datenbank_bei_einem_Neukunden=3F?=

Resulting in only one stdClass Object in the header variable
( [charset] => ISO-8859-1
[text] => Wie ist der aktuelle Ablauf für die Installation einer
)

Please fix.

Thanks,

Anna
The replies under this section are restricted to logged in users or users with an active subscription with us