-
Notifications
You must be signed in to change notification settings - Fork 263
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
Sync and Send NOT reusing connections for operations #10039
Comments
Test Results of sending 3 messages at the same time from the same account.
Total of 3 SMTP connections created and 6 IMAP connections created. Issue: Solutions:
|
Test results of syncing an account, with 3 mailboxes (folders)
Issue:
instead of the Account Sync function
which causes the connection to be created per mailbox. Solutions:
|
We tried that and it caused too many open connections: #6174 |
Steps to reproduce
Expected behavior
Use a single connection for all operations then close connection once completed
Actual behavior
Sync operation opens new IMAP connection for every mailbox that needs to sync.
Send operation opens one new SMTP connection and two new IMAP connections for every email it sends.
Mail app version
Lastest Dev
Mailserver or service
IMAP/SMTP
Operating system
No response
PHP engine version
PHP 8.3
Web server
Nginx
Database
MySQL
Additional info
No response
The text was updated successfully, but these errors were encountered: