Bug 1742975 Comment 92 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

From the two examples I've seen, it looks like x bytes of message X should be written followed by y bytes of message Y, but actually x bytes of Y and y bytes of Y were written. That suggests to me that two things are happening at once and getting confused. Could we somehow have one `nsImapMailCopyState` doing two jobs?
From the two examples I've seen, it looks like x bytes of message X should be written followed by y bytes of message Y, but actually x bytes of Y and y bytes of Y were written. That suggests to me that two things are happening at once and getting confused. Could we somehow have one `nsImapMailCopyState` doing two jobs?

Sneaky edit: what I'm trying to say is the *size* of the first message appears to be correct, but the *contents* of it are the contents of the second message.

Back to Bug 1742975 Comment 92