-
-
Notifications
You must be signed in to change notification settings - Fork 852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: imap work and enhancement #1620
Conversation
3abb19e
to
21c18aa
Compare
Do you have any ETA an when this feature will be released? |
@devansh-webkul sir This PR is having conflict and hence I was unable to merge this and test it. Kindly resolve the conflicts and assign for testing. |
Hello @ashishkumar-webkul Sir, You can now test this PR. There are two failing test cases that need to be discussed with @devansh-webkul Sir. |
INFO: @devansh-webkul sir and @suraj-webkul We need to update the dependency of composer require webklex/laravel-imap as after PR is merged in system it is showing issue in terminal. I have updated with composer require webklex/laravel-imap and it is working fine now. |
**Suggestion for Mandatory Fields and Validation ** - Host, Port, Encryption Type, IMAP Username, IMAP Password these must be mandatory fields and need to have Validations. Here are the mandatory fields and suggested validations for setting up IMAP: 1. Host
2. Port
3. Encryption Type
4. IMAP Username
5. IMAP Password
|
No description provided.