git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Ad support for Oauth2 and fix message-id bug in outlook
@ 2025-04-22  7:19 Aditya Garg via GitGitGadget
  2025-04-22  7:19 ` [PATCH 1/2] send-email: implement SMTP bearer authentication Julian Swagemakers via GitGitGadget
  2025-04-22  7:19 ` [PATCH 2/2] send-email: retrieve Message-ID from outlook SMTP server Aditya Garg via GitGitGadget
  0 siblings, 2 replies; 4+ messages in thread
From: Aditya Garg via GitGitGadget @ 2025-04-22  7:19 UTC (permalink / raw)
  To: git; +Cc: M Hickford, Julian Swagemakers, sandals, Shengyu Qu, Aditya Garg

This pull request introduces 2 changes:

 1. It adds support for Oauth2 authentication, which is now compulsory my
    Microsoft. This patch has been rebased to the latest version from the
    original version at
    https://lore.kernel.org/git/20250125190131.48717-1-julian@swagemakers.org/

 2. The second patch makes the script reply to the message id set by the
    outlook, since outlook has its own proprietary way to handle message
    ids, and does not allow user to set their own. As a result, threads were
    breaking.

Aditya Garg (1):
  send-email: retrieve Message-ID from outlook SMTP server

Julian Swagemakers (1):
  send-email: implement SMTP bearer authentication

 Documentation/git-send-email.adoc |  5 ++-
 git-send-email.perl               | 75 ++++++++++++++++++++++++++++++-
 2 files changed, 78 insertions(+), 2 deletions(-)


base-commit: 4bbb303af69990ccd05fe3a2eb58a1ce036f8220
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1949%2FAdityaGarg8%2Fmaster-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1949/AdityaGarg8/master-v1
Pull-Request: https://github.com/git/git/pull/1949
-- 
gitgitgadget

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH 0/2] send-email: add oauth2 support and fix outlook breaking threads
@ 2025-04-22  6:54 Aditya Garg
  2025-04-22  6:55 ` [PATCH 1/2] send-email: implement SMTP bearer authentication Aditya Garg
  0 siblings, 1 reply; 4+ messages in thread
From: Aditya Garg @ 2025-04-22  6:54 UTC (permalink / raw)
  To: git, Junio C Hamano; +Cc: Shengyu Qu, M Hickford, sandals, Aditya Garg

Hi all!

This patch series includes two changes:

1. It adds support for Oauth2 authentication, which is now compulsory by Microsoft.
   This patch has been rebased to the latest version from the original version
   at https://lore.kernel.org/git/20250125190131.48717-1-julian@swagemakers.org/

2. The second patch makes the script reply to the message id set by the outlook,
   since outlook has its own proprietary way to handle message ids,
   and does not allow user to set their own. As a result, threads were breaking.

Detailed description of each patch has been done in the respective patches

BTW, I am sending this series using the patched send-email by these patches from
Outlook!

Aditya Garg (1):
  send-email: retrieve Message-ID from outlook SMTP server

Julian Swagemakers (1):
  send-email: implement SMTP bearer authentication

 Documentation/git-send-email.adoc |  5 ++-
 git-send-email.perl               | 75 ++++++++++++++++++++++++++++++-
 2 files changed, 78 insertions(+), 2 deletions(-)

-- 
2.49.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-04-22  7:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-22  7:19 [PATCH 0/2] Ad support for Oauth2 and fix message-id bug in outlook Aditya Garg via GitGitGadget
2025-04-22  7:19 ` [PATCH 1/2] send-email: implement SMTP bearer authentication Julian Swagemakers via GitGitGadget
2025-04-22  7:19 ` [PATCH 2/2] send-email: retrieve Message-ID from outlook SMTP server Aditya Garg via GitGitGadget
  -- strict thread matches above, loose matches on Subject: below --
2025-04-22  6:54 [PATCH 0/2] send-email: add oauth2 support and fix outlook breaking threads Aditya Garg
2025-04-22  6:55 ` [PATCH 1/2] send-email: implement SMTP bearer authentication Aditya Garg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).