Sync and Send NOT reusing connections for operations
Open
@SebastianKrupinski is already working on this.
Since Aug 22, 2024.
0. to triage
bug
- Dominant language
- JavaScript
- Stars
- 1k
- Forks
- 348
- Avg merge
- 12h 28m
- Merged PRs (30d)
- 91
Description
Steps to reproduce
- Send or Sync messages
- Check server or mail client logs
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.