Tests were done on a soft-fork of Thunderbird called [Betterbird](https://betterbird.eu); Version 102.3.0-bb17 (64-bit) connecting via IMAP and by moving 5 messages that fulfill filter conditions from local folder to Imap Inbox. Summary of results: Filter (A) fails with ``` 1. Copy the matching message to Imap Sub-Folder 2. Move the matching message to Local Folder ``` --> All mails are moved to Local Folder and the body is fine, but only ONE (the first) mail was copied to imap Sub-Folder Filter (B) fails with ``` 1. Copy the matching message to Local Folder 2. Move the matching message to imap Sub-Folder ``` --> All mails are copied to Local Folder, but all mails lack body, except first mail. All mails are moved correctly to imap Sub-Folder. Filter (C) fails with ``` 1. Move the matching message to Local Folder 2. Copy the matching message to imap Sub-Folder ``` --> All mails are moved to Local Folder and the body is fine, but only ONE (the first) mail was copied to imap Sub-Folder I will check, if same happens on Thunderbird daily.
Bug 1781792 Comment 23 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Tests were done on a soft-fork of Thunderbird called [Betterbird](https://betterbird.eu); Version 102.3.0-bb17 (64-bit) connecting via IMAP and by moving/copying 5 messages that fulfill filter conditions at the same time from local folder to Imap Inbox. Summary of results: Filter (A) fails with ``` 1. Copy the matching message to Imap Sub-Folder 2. Move the matching message to Local Folder ``` --> All mails are moved to Local Folder and the body is fine, but only ONE (the first) mail was copied to imap Sub-Folder Filter (B) fails with ``` 1. Copy the matching message to Local Folder 2. Move the matching message to imap Sub-Folder ``` --> All mails are copied to Local Folder, but all mails lack body, except first mail. All mails are moved correctly to imap Sub-Folder. Filter (C) fails with ``` 1. Move the matching message to Local Folder 2. Copy the matching message to imap Sub-Folder ``` --> All mails are moved to Local Folder and the body is fine, but only ONE (the first) mail was copied to imap Sub-Folder I will check, if same happens on Thunderbird daily.
Tests were done on a soft-fork of Thunderbird called [Betterbird](https://betterbird.eu); Version 102.3.0-bb17 (64-bit) connecting via IMAP and by moving/copying 5 messages that fulfill filter conditions at the same time from local folder to Imap Inbox. Mailbox is stored in file per folder (mbox) Summary of results: Filter (A) fails with ``` 1. Copy the matching message to Imap Sub-Folder 2. Move the matching message to Local Folder ``` --> All mails are moved to Local Folder and the body is fine, but only ONE (the first) mail was copied to imap Sub-Folder Filter (B) fails with ``` 1. Copy the matching message to Local Folder 2. Move the matching message to imap Sub-Folder ``` --> All mails are copied to Local Folder, but all mails lack body, except first mail. All mails are moved correctly to imap Sub-Folder. Filter (C) fails with ``` 1. Move the matching message to Local Folder 2. Copy the matching message to imap Sub-Folder ``` --> All mails are moved to Local Folder and the body is fine, but only ONE (the first) mail was copied to imap Sub-Folder I will check, if same happens on Thunderbird daily.