Navigation in search UI doesn't work (after selecting bad formatted mail?)

Issue #568 resolved
Sebastian Henze created an issue

After selecting an email in the search UI, it's not possible to select another one till I reload the whole page.

I assume it's only after clicking on a wrong formatted email. I can reproduce with every email from a sender which has a signature that points on local content.

It shows me an attachment "image001.png" with a hyperlink to "file:///C:/Users/USERNAME/AppData/Local/Temp/index.php?route=message/attachment&id=19663"

Comments (4)

  1. Janos SUTO repo owner

    Can you show me the email you selected? If so, then send it zipped to my address, see piler -V

  2. Janos SUTO repo owner

    Thanks. Try the following. Edit model/search/message.php, locate the flush_body_chunk() function, and add the following

    $chunk = preg_replace("/\<base href/i", "<qqqq", $chunk);
    

    right before this:

    /* prevent scripts in the HTML part */
    
  3. Log in to comment