diff options
author | Aditya Garg <gargaditya08@live.com> | 2025-06-20 12:10:28 +0530 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-06-20 08:11:17 -0700 |
commit | ea8681e3a4ca579f03d8dfb7a425a2a9da4b3493 (patch) | |
tree | 03e02a92ad46de2bf8a5fb6a4c667a0b84bbc2e0 /git-count-objects-script | |
parent | 103d7b12b7adeee88a95e642ffd105a25335bfef (diff) |
imap-send: add PLAIN authentication method to OpenSSL
The current implementation for PLAIN in imap-send works just fine
if using curl, but if attempted to use for OpenSSL, it is treated
as an invalid mechanism. The default implementation for OpenSSL is
IMAP LOGIN command rather than AUTH PLAIN. Since AUTH PLAIN is
still used today by many email providers in form of app passwords,
lets add an implementation that can use AUTH PLAIN if specified.
Signed-off-by: Aditya Garg <gargaditya08@live.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-count-objects-script')
0 files changed, 0 insertions, 0 deletions