Author Topic: [FIXED!] Serious: headers are mixed between adjacent messages  (Read 3811 times)

StR

  • Hero Member
  • *****
  • Posts: 1558
[FIXED!] Serious: headers are mixed between adjacent messages
« on: February 24, 2015, 08:20:51 pm »
While trying to investigate the difference between different messages with respect to WebView and text selection, I've encountered another, more serious bug. Here is the synopsis:
1. Reading a message in the portrait orientation with the "To:" headers shown.
2. Turning phone to the landscape orientation.
3. Turning phone back to the portrait orientation.
There is a "Cc:" header shown that is not in this message but in the adjacent (earlier) message.
The original message has no Cc: header.

Swiping to the side to go to the next or previous message, and then coming back doesn't clear this "phantom" Cc: header. The only thing that "cures" it is going back to the list of messages.
But then it is reproducible again.
I do not see it happening with any other message.

Android 4.1.2
Aquamail: 1.5.1.16.15 build

Please let me know if I should create a log (i.e. if that could be helpful at all).

« Last Edit: February 26, 2015, 08:27:18 pm by StR »

StR

  • Hero Member
  • *****
  • Posts: 1558
Re: Serious: headers are mixed between adjacent messages
« Reply #1 on: February 25, 2015, 01:49:53 am »
I think I may have found the culprit for this behavior.

The message in question  has this header line:
Code: [Select]
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=united; d=news.united.com;
 h=MIME-Version:Content-Type:Content-Transfer-Encoding:Date:To:From:Reply-To:Subject:List-Unsubscribe:Message-ID; i=MyMileagePlus@news.united.com;
 bh=DfxrQHIlKYq/zS7VL5LlS2OGChE=;
 b=ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZ
     NhJ0A/+Wp5Sv9xeHZbJUnkKk8SZth4nOBC2o7QgqPjPEACGqqyIL1yzS2fE0RYexO5p5tEHBQ3yS
   Wb9aCFheW4pm2ijlodMzPsTzIIbEmk3ukIyeaorZeAKTEl+JslTDBQbxfzIYgvPahsgMPWdGvj0H
   S44XL8fGyRCTp8ccwCw=

I will send sent you the file containing the message in question via PM on this forum e-mail.
« Last Edit: February 25, 2015, 02:13:39 am by StR »

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: Serious: headers are mixed between adjacent messages
« Reply #2 on: February 26, 2015, 01:51:42 am »
Thank you. I was able to reproduce and fix.

http://www.aqua-mail.com/forum/index.php?topic=3322.0

« Last Edit: February 26, 2015, 02:11:31 am by Kostya Vasilyev, Aqua Mail »
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

StR

  • Hero Member
  • *****
  • Posts: 1558
Re: Serious: headers are mixed between adjacent messages
« Reply #3 on: February 26, 2015, 08:23:47 pm »
Confirming that it is fixed!

I am truly amazed how quickly it was diagnosed and fixed!

Many thanks, Kostya for your hard work and expertise!