mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-30 05:39:26 +02:00
2fc13bdfbe
Where there is a lot of folders in a mailbox the output may be larger than TEXT will allow (64KiB). Instead use MEDIUMTEXT (16MiB) which should be ample. Additionally check that a sync isn't already running before starting a new one. Fixes: #1011