<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using git send-email with Gmail + OAUTH2, but without subscribing to cloud services</title>
	<atom:link href="http://billauer.se/blog/2022/10/git-send-email-with-oauth2-gmail/feed/" rel="self" type="application/rss+xml" />
	<link>https://billauer.se/blog/2022/10/git-send-email-with-oauth2-gmail/</link>
	<description>Anything I found worthy to write down.</description>
	<lastBuildDate>Thu, 26 Mar 2026 13:15:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: eli</title>
		<link>https://billauer.se/blog/2022/10/git-send-email-with-oauth2-gmail/comment-page-1/#comment-1826</link>
		<dc:creator>eli</dc:creator>
		<pubDate>Thu, 06 Mar 2025 07:22:43 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6761#comment-1826</guid>
		<description>Thanks for the update on the link. I&#039;ve modified it in the post.</description>
		<content:encoded><![CDATA[<p>Thanks for the update on the link. I&#8217;ve modified it in the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Bigelow</title>
		<link>https://billauer.se/blog/2022/10/git-send-email-with-oauth2-gmail/comment-page-1/#comment-1825</link>
		<dc:creator>Jason Bigelow</dc:creator>
		<pubDate>Thu, 06 Mar 2025 06:02:21 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6761#comment-1825</guid>
		<description>Unfortunately, I have no idea how to find the client secret for Outlook. It&#039;s not in the same source file as the GMail one - no idea how it works. That file has since been renamed to `OAuth2Providers.sys.mjs` - you will probably want to fix the link. The source makes a reference to dynamic client registration, but again, no idea what it is, or how to find it in the source code or in my Thunderbird profile data. It&#039;s not available in the error console either, that only has the token.</description>
		<content:encoded><![CDATA[<p>Unfortunately, I have no idea how to find the client secret for Outlook. It&#8217;s not in the same source file as the GMail one &#8211; no idea how it works. That file has since been renamed to `OAuth2Providers.sys.mjs` &#8211; you will probably want to fix the link. The source makes a reference to dynamic client registration, but again, no idea what it is, or how to find it in the source code or in my Thunderbird profile data. It&#8217;s not available in the error console either, that only has the token.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>https://billauer.se/blog/2022/10/git-send-email-with-oauth2-gmail/comment-page-1/#comment-1796</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 10 Aug 2024 06:49:52 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6761#comment-1796</guid>
		<description>you are a life saver. I was able to set up git send-email because of you. This is the second time that I am able to set it up. 

Thanks a million</description>
		<content:encoded><![CDATA[<p>you are a life saver. I was able to set up git send-email because of you. This is the second time that I am able to set it up. </p>
<p>Thanks a million</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Wilck</title>
		<link>https://billauer.se/blog/2022/10/git-send-email-with-oauth2-gmail/comment-page-1/#comment-1755</link>
		<dc:creator>Martin Wilck</dc:creator>
		<pubDate>Thu, 18 Jan 2024 14:30:11 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6761#comment-1755</guid>
		<description>GNOME users (more generally, users of the gnome-online-accounts service) can retrieve OAuth2 access tokens easily from the gnome-online-accounts DBus service:

```
busctl --user call --json=pretty \
       org.gnome.OnlineAccounts \
       $ACCOUNT \
       org.gnome.OnlineAccounts.OAuth2Based \
       GetAccessToken \
    &#124; jq -r &#039;.data[0]&#039;
```
where $ACCOUNT is the DBus object representing the user&#039;s Google account, it looks like `/org/gnome/OnlineAccounts/Accounts/account_1701684807_0`</description>
		<content:encoded><![CDATA[<p>GNOME users (more generally, users of the gnome-online-accounts service) can retrieve OAuth2 access tokens easily from the gnome-online-accounts DBus service:</p>
<p>&#8220;`<br />
busctl &#8211;user call &#8211;json=pretty \<br />
       org.gnome.OnlineAccounts \<br />
       $ACCOUNT \<br />
       org.gnome.OnlineAccounts.OAuth2Based \<br />
       GetAccessToken \<br />
    | jq -r &#8216;.data[0]&#8216;<br />
&#8220;`<br />
where $ACCOUNT is the DBus object representing the user&#8217;s Google account, it looks like `/org/gnome/OnlineAccounts/Accounts/account_1701684807_0`</p>
]]></content:encoded>
	</item>
</channel>
</rss>
