<?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: AutoHotKey: command line Gmail AHK script</title>
	<atom:link href="http://justanasterisk.com/autohotkey-command-line-gmail-ahk-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://justanasterisk.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 15 Jul 2010 21:38:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: altair</title>
		<link>http://justanasterisk.com/autohotkey-command-line-gmail-ahk-script/comment-page-1/#comment-144</link>
		<dc:creator>altair</dc:creator>
		<pubDate>Mon, 12 Oct 2009 01:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://justanasterisk.wordpress.com/autohotkey-command-line-gmail-ahk-script/#comment-144</guid>
		<description>hmmm..first of all ty for this tool..
but when the email has an underscore..it wouldnt send</description>
		<content:encoded><![CDATA[<p>hmmm..first of all ty for this tool..<br />
but when the email has an underscore..it wouldnt send</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ab</title>
		<link>http://justanasterisk.com/autohotkey-command-line-gmail-ahk-script/comment-page-/#comment-145</link>
		<dc:creator>ab</dc:creator>
		<pubDate>Fri, 02 Oct 2009 20:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://justanasterisk.wordpress.com/autohotkey-command-line-gmail-ahk-script/#comment-145</guid>
		<description>you&#039;re right about the fact that it&#039;s easier.  However, easier wasn&#039;t the point.  In this case, the goal was to make a stand alone email solution.  If, as an example, you were at work - would you want your work email client to be opened as the default?  Moreover, most people do not have gmail as their default client.  This is a simple way to send gmail messages.  I can think of great reasons to use your default client, but the program was for those who do not have such a simple setup.

Thanks for taking the time to post.  Please feel free to write comments on any post you find on this site. We don&#039;t have to agree - it&#039;s just great to have solutions out there for everyone - and the variety from my boring opinions spices things up.

~ab</description>
		<content:encoded><![CDATA[<p>you&#8217;re right about the fact that it&#8217;s easier.  However, easier wasn&#8217;t the point.  In this case, the goal was to make a stand alone email solution.  If, as an example, you were at work &#8211; would you want your work email client to be opened as the default?  Moreover, most people do not have gmail as their default client.  This is a simple way to send gmail messages.  I can think of great reasons to use your default client, but the program was for those who do not have such a simple setup.</p>
<p>Thanks for taking the time to post.  Please feel free to write comments on any post you find on this site. We don&#8217;t have to agree &#8211; it&#8217;s just great to have solutions out there for everyone &#8211; and the variety from my boring opinions spices things up.</p>
<p>~ab</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://justanasterisk.com/autohotkey-command-line-gmail-ahk-script/comment-page-1/#comment-146</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 01 Oct 2009 19:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://justanasterisk.wordpress.com/autohotkey-command-line-gmail-ahk-script/#comment-146</guid>
		<description>Actually I think  MSwanberg has a good point -- and almost the right idea. In other words, it&#039;s possible to make a pretty generic quick email hotkey that is:
   1. not email client specific
   2. not gmail specific
   3. doesn&#039;t require launching a web browser
   4. doesn&#039;t require a separate executable

Which can be accomplished simply in an AHK script by running a mailto link. The basic idea being something along these line:

^`::
    Run mailto:?subject=Test`%20Subject&amp;body=Some`%20body`%20text.`%0D`%0A
    return

Which would use your default email client to start composing an email message. Of course, it would be possible to get a lot more fancy using the many other things that AHK makes possible...again without using a separate executable.

--
Martin</description>
		<content:encoded><![CDATA[<p>Actually I think  MSwanberg has a good point &#8212; and almost the right idea. In other words, it&#8217;s possible to make a pretty generic quick email hotkey that is:<br />
   1. not email client specific<br />
   2. not gmail specific<br />
   3. doesn&#8217;t require launching a web browser<br />
   4. doesn&#8217;t require a separate executable</p>
<p>Which can be accomplished simply in an AHK script by running a mailto link. The basic idea being something along these line:</p>
<p>^`::<br />
    Run mailto:?subject=Test`%20Subject&amp;body=Some`%20body`%20text.`%0D`%0A<br />
    return</p>
<p>Which would use your default email client to start composing an email message. Of course, it would be possible to get a lot more fancy using the many other things that AHK makes possible&#8230;again without using a separate executable.</p>
<p>&#8211;<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Give me Give you &#187; Blog Archive &#187; Quickly Send an Email with a Hotkey [Downloads]</title>
		<link>http://justanasterisk.com/autohotkey-command-line-gmail-ahk-script/comment-page-1/#comment-166</link>
		<dc:creator>Give me Give you &#187; Blog Archive &#187; Quickly Send an Email with a Hotkey [Downloads]</dc:creator>
		<pubDate>Mon, 03 Aug 2009 05:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://justanasterisk.wordpress.com/autohotkey-command-line-gmail-ahk-script/#comment-166</guid>
		<description>[...] the Caps Lock key for hand-friendly navigation, or add Gmail shortcuts to Outlook with Gmail Keys. AutoHotKey: command line Gmail AHK script [Just an [...]</description>
		<content:encoded><![CDATA[<p>[...] the Caps Lock key for hand-friendly navigation, or add Gmail shortcuts to Outlook with Gmail Keys. AutoHotKey: command line Gmail AHK script [Just an [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Use &#8220;AutoHotKey&#8221; To Send A Quick Gmail Message&#160;&#124;&#160;Website Technology</title>
		<link>http://justanasterisk.com/autohotkey-command-line-gmail-ahk-script/comment-page-1/#comment-165</link>
		<dc:creator>Use &#8220;AutoHotKey&#8221; To Send A Quick Gmail Message&#160;&#124;&#160;Website Technology</dc:creator>
		<pubDate>Tue, 21 Jul 2009 16:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://justanasterisk.wordpress.com/autohotkey-command-line-gmail-ahk-script/#comment-165</guid>
		<description>[...] Read More: Download the Script [...]</description>
		<content:encoded><![CDATA[<p>[...] Read More: Download the Script [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elundmark</title>
		<link>http://justanasterisk.com/autohotkey-command-line-gmail-ahk-script/comment-page-1/#comment-164</link>
		<dc:creator>elundmark</dc:creator>
		<pubDate>Tue, 21 Jul 2009 14:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://justanasterisk.wordpress.com/autohotkey-command-line-gmail-ahk-script/#comment-164</guid>
		<description>Works beautifully, even w/ Google Apps :)</description>
		<content:encoded><![CDATA[<p>Works beautifully, even w/ Google Apps :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ab</title>
		<link>http://justanasterisk.com/autohotkey-command-line-gmail-ahk-script/comment-page-1/#comment-163</link>
		<dc:creator>ab</dc:creator>
		<pubDate>Tue, 21 Jul 2009 13:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://justanasterisk.wordpress.com/autohotkey-command-line-gmail-ahk-script/#comment-163</guid>
		<description>I just tested them and they work fine.  Send me an email at ab@justanasterisk.com and I&#039;ll send them via another link.

~ab</description>
		<content:encoded><![CDATA[<p>I just tested them and they work fine.  Send me an email at <a href="mailto:ab@justanasterisk.com">ab@justanasterisk.com</a> and I&#8217;ll send them via another link.</p>
<p>~ab</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elundmark</title>
		<link>http://justanasterisk.com/autohotkey-command-line-gmail-ahk-script/comment-page-1/#comment-162</link>
		<dc:creator>elundmark</dc:creator>
		<pubDate>Tue, 21 Jul 2009 13:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://justanasterisk.wordpress.com/autohotkey-command-line-gmail-ahk-script/#comment-162</guid>
		<description>The links are dead! Please give us an update...</description>
		<content:encoded><![CDATA[<p>The links are dead! Please give us an update&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quickly Send an Email with a Hotkey [Downloads] - 3955th Edition &#124; Technology Revealed</title>
		<link>http://justanasterisk.com/autohotkey-command-line-gmail-ahk-script/comment-page-1/#comment-157</link>
		<dc:creator>Quickly Send an Email with a Hotkey [Downloads] - 3955th Edition &#124; Technology Revealed</dc:creator>
		<pubDate>Tue, 21 Jul 2009 02:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://justanasterisk.wordpress.com/autohotkey-command-line-gmail-ahk-script/#comment-157</guid>
		<description>[...] the Caps Lock key for hand-friendly navigation, or add Gmail shortcuts to Outlook with Gmail Keys. AutoHotKey: command line Gmail AHK script [Just an [...]</description>
		<content:encoded><![CDATA[<p>[...] the Caps Lock key for hand-friendly navigation, or add Gmail shortcuts to Outlook with Gmail Keys. AutoHotKey: command line Gmail AHK script [Just an [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quickly Send an Email with a Hotkey [Downloads] &#124; DodaPedia</title>
		<link>http://justanasterisk.com/autohotkey-command-line-gmail-ahk-script/comment-page-1/#comment-158</link>
		<dc:creator>Quickly Send an Email with a Hotkey [Downloads] &#124; DodaPedia</dc:creator>
		<pubDate>Tue, 21 Jul 2009 01:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://justanasterisk.wordpress.com/autohotkey-command-line-gmail-ahk-script/#comment-158</guid>
		<description>[...] the Caps Lock key for hand-friendly navigation, or add Gmail shortcuts to Outlook with Gmail Keys. AutoHotKey: command line Gmail AHK script [Just an [...]</description>
		<content:encoded><![CDATA[<p>[...] the Caps Lock key for hand-friendly navigation, or add Gmail shortcuts to Outlook with Gmail Keys. AutoHotKey: command line Gmail AHK script [Just an [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
