Hi toivo,
[S]I have a problem with your fix below - my line 1615 says;
if (empty($evalemailplain))
however I have this on line 1814;
$plaintext_parser->set_parsing_language($touser['languageid']);
I'm not a coder so I need to very precise instructions
[/S]
In your post below I assume the code you have after "Line 1615" is the new code?
[S]But what do I replace with it ? (obviously not line 1615 in my emailintegration.php file)[/S]
Regards,
Kevin
PS. I am running EI 2.6.1 Beta
Quote:
Originally Posted by toivo
Hi,
Here is a workaround to the problem which stops messages from being deleted:
Force the language code, rather than retrieve it from $touser['languageid']:
Line 1615:
$plaintext_parser->set_parsing_language( 1 );
I sent three messages to the mailbox, hit the forum a few times and received all three messages. And they had been deleted from the mailbox, too.
Regards,
toivo
|