In Email.pm, if multiple mailboxes are specified and a message in a
mailbox has the same message ID as a message in another mailbox in the
list, there is a condition under which the wrong message body will be
shown.

When viewing a message header from a mailbox that is early in the list,
pushing "right" to read a message body results in the display of the
message body of another message that has the same message ID that is in
a mailbox that is later in the list.

The Perl code does not know which mailbox the message header came from,
so the algorithm results in the last match being returned. It needs to
match the server and user to get the correct message body.


-- 
martindolphin
------------------------------------------------------------------------
martindolphin's Profile: http://forums.slimdevices.com/member.php?userid=4098
View this thread: http://forums.slimdevices.com/showthread.php?t=21463

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to