Cleanup
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Jul 15 2025
Jul 14 2025
The reinjection didn't actually work without converting back to LF only, not sure why.
I do have a second part to the patch that catches the exception, and returns CODE_ACCEPT_EMPTY instead in order to not halt mail delivery, but then again, we should never run into this I think.
Jul 11 2025
Jul 10 2025
Jul 9 2025
Jul 8 2025
- Don't consider existing domains in the same account as non-existing
Jul 6 2025
Jul 5 2025
- Save ACTIVE status before createing an LDAP record where it may be relevant, simplify some code
Jul 4 2025
I hacked something in utils.py to try and live with the workaround again.... it looks okay, but we will see where else we might have issues...
I finally managed to upgrade my debian and went to deb11 with kolab16
The way we use folder_id() in kolab4 driver is different. Also I think we could probably get rid of object_prettyname(). Anyway, see my untested version in https://git.kolab.org/D5457
- Use saveQuietly()
- Remove redundant code
- Throw an exception if mailbox already exists (added a way to disable this)
This means we can only execute this command from where we also have imap admin access, but that's ok I suppose.
Jul 3 2025
is_broken would be better because we already have is_deleted in some tables, but fine.
I guess the version number for packaging needs to be bumped somewhere now.
I am a seeing the same thing on Debian. It crashes roughly once a month, also without anything in the log.
Use boxwarning
Boolean broken state with the rest in extraData
In D5436#70779, @machniak wrote:We should make this new code consistent with kolab_sync_storage_kolab4::folders_list(). You can find there how we handle special folders type. kolab_storage::folders_typedata() should not be used.
In D5445#70752, @machniak wrote:I don't see how you unset the "broken" state. You said that when you reset Outlook according to your manual it will use the same device identifier. How it will unlock itself then? A test would be nice.