<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brian&#039;s Blog &#187; Gmail</title>
	<atom:link href="http://briped.net/tag/gmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://briped.net</link>
	<description>Blogging when bored...</description>
	<lastBuildDate>Sun, 18 Mar 2012 19:04:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Google Apps e-mail with Google Toolbar</title>
		<link>http://briped.net/2007/12/12/google-apps-e-mail-with-google-toolbar/</link>
		<comments>http://briped.net/2007/12/12/google-apps-e-mail-with-google-toolbar/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 22:06:22 +0000</pubDate>
		<dc:creator>Brian Schmidt Pedersen</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Apps]]></category>

		<guid isPermaLink="false">http://briped.net/2007/12/12/google-apps-e-mail-with-google-toolbar/</guid>
		<description><![CDATA[So I&#8217;ve more or less switched to using only Google Apps&#8216; Webmail (Gmail with your own domain), making Thunderbird obsolete. To that end I&#8217;ve been trying to find a way to make mailto links launch my Google Apps composer window rather than the default Gmail composer window, and also how to make Gmail start by [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve more or less switched to using only <a href="https://www.google.com/a/">Google Apps</a>&#8216; Webmail (Gmail with your own domain), making Thunderbird obsolete. To that end I&#8217;ve been trying to find a way to make mailto links launch my <a href="https://www.google.com/a/">Google Apps</a> composer window rather than the default Gmail composer window, and also how to make Gmail start by default in https (secure) mode rather than http (plain) mode.</p>
<p>In my search I&#8217;ve stumbled upon several resources, most pointing to using <a href="https://addons.mozilla.org/en-US/firefox/addon/748">GreaseMonkey</a> and a small script that re-writes all mailto links, another resource pointing to <a href="http://www.longfocus.com/firefox/gmanager/">Gmail Manager</a> saying it could handle Google Hosted Accounts (aka. <a href="https://www.google.com/a/">Google Apps</a> accounts), as well as <a href="http://www.tokyo-genki.com/2007-06-02/google-apps-gmail-google-toolbar/">some sites</a> that explains how you fix the Gmail button for <a href="http://toolbar.google.com/">Google Toolbar</a> to launch Gmail as https by default.</p>
<p>Of the resources pointed out in regards to the mailto handling, I found several <a href="https://addons.mozilla.org/en-US/firefox/addon/748">GreaseMonkey</a> scripts that did this job very well, although I didn&#8217;t really relish the idea of having that addon installed merely because I needed 1 script to handle mailto links, so I decided to try <a href="http://www.longfocus.com/firefox/gmanager/">Gmail Manager</a> instead</p>
<p><a href="http://www.longfocus.com/firefox/gmanager/">Gmail Manager</a> was very easy to set up to handle <a href="https://www.google.com/a/">Google Apps</a> accounts in regards to checking e-mails, opening inbox and a few other minor things. All I had to do was type in my e-mail address and my password. <a href="http://www.longfocus.com/firefox/gmanager/">Gmail Manager</a> also handles mailto links, at least it opens my inbox when clicking a mailto link, but that isn&#8217;t enough for me, I want it to open the actual compose window. I decided it probably just was some hidden configuration option so I decided to muck around a bit in about:config, and behold: There I found &#8220;google.toolbar.mailto.providers.Gmail&#8221;, which contained the URL that <a href="http://toolbar.google.com/">Google Toolbar</a> uses to open the composer window, when clicking mailto links.</p>
<p>So basically, all I had to do from the start was this:</p>
<p><span style="text-decoration: line-through;">Edit the Gmail button to open the <a href="https://www.google.com/a/">Google Apps</a> account instead of the Gmail account, and in https rather than http</span></p>
<ol>
<li style="text-decoration: line-through;">Go into Google Toolbar Options, under the Buttons tab</li>
<li style="text-decoration: line-through;">Mark the Gmail button and click &#8220;Edit&#8230;&#8221;</li>
<li style="text-decoration: line-through;">In the dialog that opens up click the &#8220;Use the advanced editor&#8230;&#8221; link</li>
<li style="text-decoration: line-through;">There are 3 places that needs to be fixed:<br />
Change:</p>
<div class="codecolorer-container text" style="overflow: auto; white-space: nowrap; width: 575px; text-decoration: line-through;">http://mail.google.com/mail/?search=query&amp;view=tl&amp;start=0&amp;init=1&amp;fs=1&amp;q={query}&amp;source=navclient</div>
<p>To:</p>
<div class="codecolorer-container text" style="overflow: auto; white-space: nowrap; width: 575px; text-decoration: line-through;">https://mail.google.com/a/<span style="color: #ff0000;">MYDOMAIN.TLD</span>?search=query&amp;view=tl&amp;start=0&amp;init=1&amp;fs=1&amp;q={query}&amp;source=navclient</div>
<p>Change:</p>
<div class="codecolorer-container text" style="overflow: auto; white-space: nowrap; width: 575px; text-decoration: line-through;">http://mail.google.com/?source=navclient</div>
<p>To:</p>
<div class="codecolorer-container text" style="overflow: auto; white-space: nowrap; width: 575px; text-decoration: line-through;">https://mail.google.com/a/<span style="color: #ff0000;">MYDOMAIN.TLD</span>?source=navclient</div>
<p>Change:</p>
<div class="codecolorer-container text" style="overflow: auto; white-space: nowrap; width: 575px; text-decoration: line-through;">http://mail.google.com/mail?atom_browser_auth&amp;source=navclient</div>
<p>To:</p>
<div class="codecolorer-container text" style="overflow: auto; white-space: nowrap; width: 575px; text-decoration: line-through;">https://mail.google.com/a/<span style="color: #ff0000;">MYDOMAIN.TLD</span>?atom_browser_auth&amp;source=navclient</div>
<p>(<strong>Note: Replace <span style="color: #ff0000;">MYDOMAIN.TLD</span> with your own domain</strong>)</li>
<li style="text-decoration: line-through;">Click &#8220;Save to Google Toolbar&#8230;&#8221;</li>
<li style="text-decoration: line-through;">When/if asked to replace the Gmail button just click &#8220;Replace&#8221;.</li>
</ol>
<p><strong>Thanks to Stefano Savanelli for his comment referring to this following link where you can add a Google Apps e-mail button:<br />
<a href="http://code.google.com/p/gtb-gmail-apps-button/">http://code.google.com/p/gtb-gmail-apps-button/</a></strong></p>
<p>Now the Gmail button is fixed, now to make <a href="http://toolbar.google.com/">Google Toolbar</a> send e-mail using the <a href="https://www.google.com/a/">Google Apps</a> account:</p>
<ol>
<li>Enable &#8220;Send with Gmail&#8221; in the Google Toolbar Options, under the More tab.</li>
<li>Open about:config and locate &#8220;google.toolbar.mailto.providers.Gmail&#8221; (filtering by &#8220;gmail&#8221; makes it easier to find).</li>
<li>Change the value<br />
From:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">firetool-mail:http://mail.google.com/mail/?view=cm&amp;amp;fs=1@to=to&amp;amp;subject=su&amp;amp;body=body&amp;amp;cc=cc&amp;amp;bcc=bcc&amp;amp;name=Gmail</div></div>
<p>To:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">firetool-mail:https://mail.google.com/a/MYDOMAIN.TLD?view=cm&amp;amp;fs=1&amp;amp;tf=1@to=to&amp;amp;subject=su&amp;amp;body=body&amp;amp;cc=cc&amp;amp;bcc=bcc&amp;amp;name=Gmail</div></div>
<p>(<strong>Note: Replace MYDOMAIN.TLD with your own domain</strong>)</li>
</ol>
<p>By adding the &#8220;<span style="color: #ff6600; font-family: monospace;">&amp;tf=1</span>&#8221; variable to the URL the composer window will open &#8220;full screen&#8221;, without the folder list to the left and the search bar at the top.</p>
<p>There.. Now we have made <a href="http://toolbar.google.com/">Google Toolbar</a> handle all aspects of our <a href="https://www.google.com/a/">Google Apps</a> account <img src='http://briped.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://briped.net/2007/12/12/google-apps-e-mail-with-google-toolbar/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>

