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

Feature/offline mode #398

Closed blackjack2693 closed 3 years ago

blackjack2693 commented 3 years ago

This is the first commit of the offline mode branch. It should contain the basic possibility to read emails offline. This closes issue #383 and also closes #139.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 903094255


Changes Missing Coverage Covered Lines Changed/Added Lines %
packages/IMAPClient-Core.package/ICEndPoint.class/instance/connectAndLoginWith..st 0 1 0.0%
packages/IMAPClient-Core.package/ICEndPoint.class/instance/currentUIDsFor..st 0 1 0.0%
packages/IMAPClient-Core.package/ICEndPoint.class/instance/expungeEmails.st 0 1 0.0%
packages/IMAPClient-Core.package/ICEndPoint.class/instance/maildirDiffFetchHeadersFrom..st 0 1 0.0%
packages/IMAPClient-Core.package/ICEndPoint.class/instance/moveEmail.to..st 0 1 0.0%
packages/IMAPClient-Core.package/ICEndPoint.class/instance/refreshConnectionProcess.st 0 1 0.0%
packages/IMAPClient-Core.package/ICFolder.class/instance/retrieveFlagsFrom.to..st 0 1 0.0%
packages/IMAPClient-Core.package/ICFolder.class/instance/startUpdateProcess..st 0 1 0.0%
packages/IMAPClient-Core.package/ICEndPoint.class/instance/retrieveBody..st 0 2 0.0%
packages/IMAPClient-Core.package/ICFolder.class/instance/modifyFlag.for..st 0 2 0.0%
<!-- Total: 62 74 83.78% -->
Totals Coverage Status
Change from base Build 893267833: 1.5%
Covered Lines: 1039
Relevant Lines: 1346

💛 - Coveralls
laugengebaeck commented 3 years ago

Is this WIP (Work in progress)? Two of the tests seem to fail at the moment.

laugengebaeck commented 3 years ago

Also, please never create a pull request into master. During the project, only the develop branch should be used!

sm1lla commented 3 years ago

Are there still failing tests?

No, they are all green now. :)