You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create at least two folders FolderA and FolderB in a mail box/account
Move FolderA into FolderB per drag & drop or, select the three dots-menu of the folder FolderA, select "Postfach verschieben" (DE) and choose FolderB.
Expected behavior
FolderA should be a subfolder of FolderB
Actual behavior
FolderA stays outside of FolderB.
If FolderA and FolderB are at the beginning already in the same subfolder FolderC, and you try to move FolderA in FolderB, FolderA appears not in FolderB, but now at the same level as FolderC.
Mail app version
4.1.1
Nextcloud version
Nextcloud Hub 9 (30.0.4)
Mailserver or service
Hostpoint
Operating system
FreeBSD 13.4
PHP engine version
PHP 8.3
Nextcloud memory caching
No response
Web server
Apache (supported)
Database
MariaDB
Additional info
The following log entries may also have nothing to do with this issue.
With log level 2, nothing happened in the logs at the action itself, but other errors/warnings:
Warning: cron: QueryNotFoundException Could not resolve OCA\Mail\BackgroundJob\WakeJob! Class "OCA\Mail\BackgroundJob\WakeJob" does not exist
failed to create instance of background job: OCA\Mail\BackgroundJob\WakeJob
QueryNotFoundException Could not resolve OCA\Mail\BackgroundJob\DraftsJob! Class "OCA\Mail\BackgroundJob\DraftsJob" does not exist
failed to create instance of background job: OCA\Mail\BackgroundJob\DraftsJob
QueryNotFoundException Could not resolve OCA\Mail\BackgroundJob\IMipMessageJob! Class "OCA\Mail\BackgroundJob\IMipMessageJob" does not exist
failed to create instance of background job: OCA\Mail\BackgroundJob\IMipMessageJob
QueryNotFoundException Could not resolve OCA\Mail\BackgroundJob\OutboxWorkerJob! Class "OCA\Mail\BackgroundJob\OutboxWorkerJob" does not exist
failed to create instance of background job: OCA\Mail\BackgroundJob\OutboxWorkerJob
QueryNotFoundException Could not resolve OCA\Mail\BackgroundJob\PreviewEnhancementProcessingJob! Class "OCA\Mail\BackgroundJob\PreviewEnhancementProcessingJob" does not exist
failed to create instance of background job: OCA\Mail\BackgroundJob\PreviewEnhancementProcessingJob
Error: PHP: Undefined array key 1 at /web/apps/mail/vendor/phpmailer/dkimvalidator/src/Validator.php#52
Error: PHP: openssl_verify() [<a href='https://secure.php.net/manual/en/function.openssl-verify.php'>function.openssl-verify.php</a>]: Supplied key param cannot be coerced into a public key at /web/apps/mail/vendor/phpmailer/dkimvalidator/src/Validator.php#337
With log level 0, such log entries happend:
Debug: no app in context: OCA\Mail\Controller\MailboxesController::sync uses the @NoAdminRequired annotation and should use the #[OCP\AppFramework\Http\Attribute\NoAdminRequired] attribute instead
Debug: no app in context: Exception dirty table reads: SELECT * FROM `*PREFIX*mail_mailboxes` WHERE (`account_id` = :dcValue1) AND (`name_hash` = :dcValue2)
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Expected behavior
FolderA should be a subfolder of FolderB
Actual behavior
FolderA stays outside of FolderB.
If FolderA and FolderB are at the beginning already in the same subfolder FolderC, and you try to move FolderA in FolderB, FolderA appears not in FolderB, but now at the same level as FolderC.
Mail app version
4.1.1
Nextcloud version
Nextcloud Hub 9 (30.0.4)
Mailserver or service
Hostpoint
Operating system
FreeBSD 13.4
PHP engine version
PHP 8.3
Nextcloud memory caching
No response
Web server
Apache (supported)
Database
MariaDB
Additional info
The following log entries may also have nothing to do with this issue.
The text was updated successfully, but these errors were encountered: