{
    "package_type": "aio-update-package",
    "package_name": "All-in-One Communications V16.12.13 IMAP Mailbox Completeness Fix",
    "from_version": "16.12.12",
    "to_version": "16.12.13",
    "files": [
        "README.md",
        "VERSION",
        "app/models/Message.php",
        "scripts/sync_imap.php",
        "scripts/sync_mailboxes.php"
    ],
    "notes": [
        "Removes the 5000-message mailbox summary cap so Email Center and Mail Center can render the full imported IMAP mailbox.",
        "Builds conversation and mailbox summaries by paging through all matching email rows in the database.",
        "Adds unlimited execution time to sync_mailboxes.php and sync_imap.php so large mailbox backfills are less likely to stop early.",
        "No database migration is required for V16.12.13."
    ]
}