Mostly for testing
Details
Details
- Reviewers
machniak - Group Reviewers
Restricted Project - Commits
- rKf13b498ee7f6: imap:copy and imap:subscribe commands
Diff Detail
Diff Detail
- Repository
- rK kolab
- Lint
Lint Skipped - Unit
No Test Coverage - Build Status
Buildable 55413 Build 19671: arc lint + arc unit
Event Timeline
| src/app/Backends/IMAP.php | ||
|---|---|---|
| 500 | First of all, we don't use these in Kolab4. Second, we don't want the copy to have the same unique ID, do we? | |
| 529 | You don't seem to be using this one anywhere here. If it calls initIMAP() it should probably also call closeConnection() for consistency with the rest of the code. ps. We should make closing connection optional like we do in the LDAP backend, I guess. E.g. copying multiple folders will use a new connection for each folder. | |
Comment Actions
Fixed test
The CreateJob started depending on a mailbox sku being assigned, otherwise it doesn't create the folder in the backend.