Skip to content

Conversation

@figassis
Copy link

No description provided.

foxcpp and others added 24 commits January 24, 2024 00:14
docs: fix docker command not open 465
1. Apply conn_max_idle_time to each connection individually,
not pool bucket.

2. Include local_addr in some log messages to help identify
individual connections in the pool.

3. Run conn.Close outside of keysLock and asynchronously. Ensures
slow server or dead connection won't cause pool operations to hang.

4. Set 5 second timeout for QUIT call in conn.Close.
To detect dead connections faster, there is no reason for any
server to take more than 5 seconds to respond to QUIT.

See foxcpp#675.
Better to have TLS 1.0 than no encryption at all.
Default Go client setting of TLS 1.2 is too restrictive
for mail infrastructure with lots of outdated servers.
Update includes proper check for modernc driver.

See foxcpp#723
- architecture.md: Detailed system architecture with ASCII diagrams, fork additions, storage architecture, database schema, and reference configuration
- CLAUDE.md: Development guidelines, quick reference, fork context, and common tasks for maintainers and contributors

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@coderabbitai
Copy link

coderabbitai bot commented Jan 14, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

6 participants