Closed
Description
In cases where the crate is being used only for insecure connections to IMAP server, there is no need to build with SSL/TLS support.
I think the correct way to handle this would be to put all SSL/TLS related features behind a "ssl" compile-time feature. This feature would be included in the default features so that forgoing TLS usage is opt-out. This is how other libraries dealing with this typically implement this.
I've got a PR in the works that does this.
Metadata
Metadata
Assignees
Labels
No labels