🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent

    Solved IMAP email fetching from GMAIL

    Technical Help
    2
    6
    451
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      Renz00 last edited by

      I have several questions.
      I am running uvdesk on xampp, with PHP ver. 8.0.25

      1. I always encounter this error when fetching emails from my configured gmail address. How can I fix it?

      5f8af44b-cb11-45ea-b4c6-0e9dd2e37ec4-image.png

      1. I also want to know if it is possible to fetch specific emails from gmail? ex. fetch only unread emails, specific time and date, etc.

      2. I am planning to trigger email fetching when a user logs into the admin dashboard, how do I go about doing that?

      Any info would be appreciated. Thanks in advance

      1 Reply Last reply Reply Quote 0
      • Komal Sharma
        Komal Sharma UVdesk Staff mod last edited by

        We have updated our mailbox bundle v-1.2.0, please we suggest can you please update your mailbox bundle, follow the below steps:

        1. Go to the terminal in your project root directory

        2. Run the below command for update mailbox bundle component:

        $ composer require uvdesk/mailbox-component
        
        1. Now clear cache of project using the below command:
        $ php bin/console c:c
        
        1. After that you will again setup of your mailbox and email settings.

        Now run the refresh command and check you are still facing the same error or not.

        1 Reply Last reply Reply Quote 0
        • Komal Sharma
          Komal Sharma UVdesk Staff mod last edited by

          @Renz00

          I always encounter this error when fetching emails from my configured gmail address. How can I fix it?

          Can you please share your screenshots of the swiftmailer, mailbox and email settings option.

          I also want to know if it is possible to fetch specific emails from gmail? ex. fetch only unread emails, specific time and date, etc.

          Now at this moment this is flow of uvdesk that all emails fetch only one day email on terminal in our email id. But we try it in the future with mails fetch with unread emails, specific time and date.

          I am planning to trigger email fetching when a user logs into the admin dashboard, how do I go about doing that?

          This feature is not available at this moment, but we will try it in the future.

          1 Reply Last reply Reply Quote 0
          • R
            Renz00 last edited by

            swiftmailer:
            5e9d6a6c-e7df-47dd-8462-21951b2e4e55-image.png

            mailbox:
            4b712611-e7e7-4351-8b3b-79e454595166-image.png

            email settings:
            db83541d-0c33-4159-8aad-7418cc20200b-image.png

            1 Reply Last reply Reply Quote 0
            • Komal Sharma
              Komal Sharma UVdesk Staff mod last edited by

              We have updated our mailbox bundle v-1.2.0, please we suggest can you please update your mailbox bundle, follow the below steps:

              1. Go to the terminal in your project root directory

              2. Run the below command for update mailbox bundle component:

              $ composer require uvdesk/mailbox-component
              
              1. Now clear cache of project using the below command:
              $ php bin/console c:c
              
              1. After that you will again setup of your mailbox and email settings.

              Now run the refresh command and check you are still facing the same error or not.

              1 Reply Last reply Reply Quote 0
              • Topic has been marked as solved  peopleinside peopleinside 
              • R
                Renz00 last edited by Renz00

                After running the update command, I encountered another error.
                dad2f07c-d5d3-4609-9738-d52c6a092278-image.png
                5bc51375-7115-4d5e-a312-87988710b471-image.png

                1 Reply Last reply Reply Quote 0
                • Komal Sharma
                  Komal Sharma UVdesk Staff mod last edited by

                  @Renz00 said in IMAP email fetching from GMAIL:

                  After running the update command, I encountered another error.

                  Alright, please follow the below command in your project root directory:

                  $ composer require uvdesk/mailbox-component laminas/laminas-code symfony/proxy-manager-bridge
                  

                  After clear cache of project using this command:

                  $ php bin/console c:c
                  
                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post