28 Dec 2023, 00:51

Hi there,
I using UVdesk on my self host. I have run code

 php bin/console uvdesk:refresh-mailbox support@domain.com

But I got message error:
Screenshot 2023-12-28 at 07.42.20.png
And I have configuration my mailbox:

uvdesk_mailbox:
    emails: ~
        # Often Reply emails like from gmail contains extra and redundant previous mail data.
        # This data can be removed by adding delimiter i.e. specific line before each reply. 
        # delimiter: '<-- Please add content above this line -->'
        # enable_delimiter: true
    
    # Configure your mailboxes here
    mailboxes:
        mailbox_1145:
            name: CompanyName CO
            enabled: true
            deleted: false

            # [SMTP] Outgoing mail server
            # Swiftmailer smtp mailer to use for sending emails through on behalf of this mailbox
            smtp_server: 
                mailer_id: mailer_5966

            # [IMAP] Incoming mail server
            # IMAP configurations to use for fetching emails from mailbox
            imap_server:
                host: '{pro46.emailserver.vn:993/imap/ssl}INBOX'
                username: support@domainname.com
                password: ************