Enough-Software / enough_mail

IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.
Mozilla Public License 2.0
100 stars 56 forks source link

TLS Certificates for connections to IMAP + SMTP #216

Open Tzanou123 opened 1 year ago

Tzanou123 commented 1 year ago

Hello,

Is it possible to use the authentication method TLS Certificates for connections to IMAP + SMTP with the low level api ? Instead of traditional authentication with username and password.

Thanks