{
    "package_type": "aio-update-package",
    "package_name": "All-in-One Communications V16.12.19 Live IMAP Sync",
    "from_version": "16.12.18",
    "to_version": "16.12.19",
    "files": [
        "README.md",
        "VERSION",
        "app/controllers/MessagesController.php",
        "app/migrations.php",
        "app/models/ConnectedMailbox.php",
        "app/models/Message.php",
        "app/models/QueueJob.php",
        "app/services.php",
        "app/views/messages/connected_mailboxes.php",
        "app/views/messages/sync_health.php",
        "scripts/sync_mailboxes.php",
        "sql/schema.sql"
    ],
    "notes": [
        "Adds queued IMAP flag and folder-sync jobs for Mail Center message actions such as read/unread, star/unstar, and folder moves.",
        "Extends scripts/sync_mailboxes.php to process mailbox_flag_sync jobs alongside mailbox imports and subscription renewals.",
        "Tracks last mailbox flag-sync time and flag-sync errors separately from import errors in connected_mailboxes when the migrated schema is present.",
        "Surfaces background flag-sync health cues in Connected Mailboxes and Sync Health.",
        "Run Repair / Migrations after applying V16.12.19 so the new connected mailbox flag-sync fields are available."
    ]
}