hpi-swa-teaching / IMAPClient

This project provides a library and tool set to access email through IMAP in the Squeak/Smalltalk environment. (SWT22-13)
MIT License
22 stars 3 forks source link

Fix/flags #428

Closed blackjack2693 closed 3 years ago

blackjack2693 commented 3 years ago

Problems with flags

[Bug]The changes should fix any problems related to the flags of emails like marking a s favourite and unread

Older versions do not write changes often enough to the drive, especially when in offline mode. This is now addressed in this branch.

Co-authored-by: Christian Co-authored-by: Johann

Checklist

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1097656240


Changes Missing Coverage Covered Lines Changed/Added Lines %
packages/IMAPClient-Core.package/ICFolder.class/instance/childFolders..st 0 3 0.0%
packages/IMAPClient-Core.package/ICFolder.class/instance/movedEmails..st 0 4 0.0%
packages/IMAPClient-Core.package/ICFolder.class/instance/movedEmails.st 0 4 0.0%
<!-- Total: 11 22 50.0% -->
Files with Coverage Reduction New Missed Lines %
packages/IMAPClient-Core.package/ICConnectionHandler.class/instance/logout.st 8 0%
<!-- Total: 8 -->
Totals Coverage Status
Change from base Build 1091140799: -1.2%
Covered Lines: 1386
Relevant Lines: 1531

💛 - Coveralls