Solved IMAP email fetching from GMAIL
-
I have several questions.
I am running uvdesk on xampp, with PHP ver. 8.0.25- I always encounter this error when fetching emails from my configured gmail address. How can I fix it?
-
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.
-
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
-
We have updated our mailbox bundle v-1.2.0, please we suggest can you please update your mailbox bundle, follow the below steps:
-
Go to the terminal in your project root directory
-
Run the below command for update mailbox bundle component:
$ composer require uvdesk/mailbox-component
- Now clear cache of project using the below command:
$ php bin/console c:c
- 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.
-
-
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.
-
swiftmailer:
mailbox:
email settings:
-
We have updated our mailbox bundle v-1.2.0, please we suggest can you please update your mailbox bundle, follow the below steps:
-
Go to the terminal in your project root directory
-
Run the below command for update mailbox bundle component:
$ composer require uvdesk/mailbox-component
- Now clear cache of project using the below command:
$ php bin/console c:c
- 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.
-
-
peopleinside
-
After running the update command, I encountered another error.
-
@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