Hello friends from UVDESK,
I'm trying to complete the mailbox setup with this guide https://www.uvdesk.com/en/blog/setup-mailbox-uvdesk-open-source-helpdesk/
I'm not able to convert to tickets. php bin/console uvdesk:refresh-mailbox example@email.com is Not successful with no error code visible.
This is my command line in CentOS 8
########################################################
dsanchez@dev-uvdesk-vm uvdesk]$ sudo php bin/console uvdesk:refresh-mailbox d***********@gmail.com
- Processing uvdesk mailbox configuration.
- Opening imap stream...
- IMAP stream opened.
- Fetching Email collection since 12 December 2021.
- Total fetched email -> 2
- Starting to convert Emails into Tickets ->
=============================================
=============================================
Converting email 1 out of 2.
Error ->
[dsanchez@dev-uvdesk-vm uvdesk]$
########################################################
I already enable the less secure apps in google account. https://myaccount.google.com/lesssecureapps
also unlocking the google captcha https://accounts.google.com/DisplayUnlockCaptcha
So im just stuck with no error code visible. Could anybody advise me?
Thanks in advance.