I'm getting this error when I try to refresh the mailbox: "Undefined constant Webkul\UVDesk\MailboxBundle\Console\CURLOPT_NOBODY" in RefreshMailboxCommand.php."
Let us know, you have verified the curl and dom extension is installed or not. For checking the extension follow the below command:
$ php -m37fedb4a-a4d4-423c-a553-23e331bc7967-Screenshot from 2023-05-17 16-56-55.png
If curl extension is not installed then follow the below command for installed curl extension:
$ sudo apt install php7.4-curlVerify install of curl verison on Ubuntu by running:
$ curl --version