]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ag/imap-send-resurrection'
authorJunio C Hamano <gitster@pobox.com>
Wed, 2 Jul 2025 19:08:04 +0000 (12:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jul 2025 19:08:05 +0000 (12:08 -0700)
commite6c30289c6647eaec426e3b4015d65b5bd63dc1e
tree7561124764972a7eacb551c562d2e3bf8b3a1307
parent83014dc05f6fc9275c0a02886cb428805abaf9e5
parent5ec81b33b04124c6f52e165e898e99902c5f68af
Merge branch 'ag/imap-send-resurrection'

"git imap-send" has been broken for a long time, which has been
resurrected and then taught to talk OAuth2.0 etc.

* ag/imap-send-resurrection:
  imap-send: fix minor mistakes in the logs
  imap-send: display the destination mailbox when sending a message
  imap-send: display port alongwith host when git credential is invoked
  imap-send: add ability to list the available folders
  imap-send: enable specifying the folder using the command line
  imap-send: add PLAIN authentication method to OpenSSL
  imap-send: add support for OAuth2.0 authentication
  imap-send: gracefully fail if CRAM-MD5 authentication is requested without OpenSSL
  imap-send: fix memory leak in case auth_cram_md5 fails
  imap-send: fix bug causing cfg->folder being set to NULL
imap-send.c