]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ag/imap-send-resurrection' into jt/imap-send-message-fix
authorJunio C Hamano <gitster@pobox.com>
Fri, 20 Jun 2025 15:29:34 +0000 (08:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Jun 2025 15:29:34 +0000 (08:29 -0700)
commit0ed16dc3c4f60ac79f9f51b4b991bf36d7ab73ea
tree767b04736bd8d37c7173298083b4c3dbd2ed2bc5
parent16bd9f20a403117f2e0d9bcda6c6e621d3763e77
parent5ec81b33b04124c6f52e165e898e99902c5f68af
Merge branch 'ag/imap-send-resurrection' into jt/imap-send-message-fix

* 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