DodoLeDev

Results 70 comments of DodoLeDev

Finally, syncing these mailboxes without the `--sync` parameter (`occ mail:account:sync -vvv `) always fails with: ``` In ImapToDbSynchronizer.php line 282: [OCA\Mail\Exception\ServiceException] Sync failed for 8:: Could not open mailbox ""....

> [@DodoLeDev](https://github.com/DodoLeDev) what version or SW are you using? I have it installed so I can test this issue. I am currently using the 0.11.8 version (migrating to the latest...

**Ok, I think I found the problem:** Nextcloud Mail _flattens_ all the shared folders Stalwart [creates when a user belongs to a group](https://stalw.art/docs/auth/principals/group). They should normally be hidden behind the...

> In the meantime you can run a fork of Stalwart with this change. This is what I am currently running, as a proof of work of this PR, but...

Hi! I've updated the version of my patch, so it's now possible again to merge it! I want to highlight the fact that FreeIPA is probably one of the most...

> Have you tried using bind authentication instead? This way verification of the hash is delegated to your LDAP server. [Yep it works](https://github.com/stalwartlabs/mail-server/issues/538#issuecomment-2757356993), but it doesn't allow me to [check...

> Could you rebase this branch with main? But... My branch is up to date with main, isn't it? ![image](https://github.com/diamondburned/dissent/assets/59477313/6691eb63-4dbb-47c0-955d-d022f26789fd) (0 commit behind)

Hi, because hacking in CSS is not a maintainable way to design the app, I am currently extracting all the interface code in UI files, so I will reimplement this...