Changelog for
qbiff-7.3-18.22.x86_64.rpm :
* Sat Apr 15 2023 Marcus Schäfer
- Finally fix the polling issue Use QFileSystemWatcher event system to check on changes in the mail directories
* Wed Apr 21 2021 Marcus Schäfer - Added readmail examples
* Wed Apr 21 2021 Marcus Schäfer - Update certs
* Sun Jan 24 2021 Marcus Schäfer - Ignore empty lines
* Sun Jan 24 2021 Marcus Schäfer - Fixed client shutdown
* Sun Jan 24 2021 Marcus Schäfer - print message on SSL_shutdown
* Sun Jan 24 2021 Marcus Schäfer - Try code for notification system
* Sun Jan 24 2021 Marcus Schäfer - Refactor notify event support Move this into its own method sending a folderChanged signal
* Sun Jan 24 2021 Marcus Schäfer - Cleanup and memory leak fixes
* Thu Jan 21 2021 Marcus Schäfer - Send folder status only if there are changes The polling has sent the folder status every second even if there was nothing to do. Only send data when needed
* Sat Jan 09 2021 Marcus Schäfer - Rewrite qbiff Different design to avoid race conditions with the former thread design. Also more robust regarding massive notify events
* Sat Jan 09 2021 Marcus Schäfer - Add some sleeps and it sucks The concept of qbiff using signal/slots in QThreads is a broken design. This code os not thread safe and leads to issues if lots of notify events occurs in a short time. The sleep stuff here just decreases the number of fails. Overall this needs a fundamental redesign
* Fri Jan 08 2021 Marcus Schäfer - Fixed mail counting Events occur in undefined order. The current way of increment/decrement was broken by design
* Fri Jan 08 2021 Marcus Schäfer - Fixed unaligned pointer access
* Thu Jan 07 2021 Marcus Schäfer - Fixed update folder check
* Thu Jan 07 2021 Marcus Schäfer - Bump version: 7.2 → 7.3
* Wed Jan 06 2021 Marcus Schäfer - Update to Qt5 Also fixed transparent status window display on buttons