<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Mailto 2 Webmail | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/11324</link>
    <description>Recent comments on userscript: Mailto 2 Webmail</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by gigajosh</title>
      <description>&lt;p&gt;Thanks mr. Millard Wats, your edit got it working for me with the new Yahoo! mail interface. :)&lt;/p&gt;</description>
      <pubDate>Thu, 26 Jun 2008 08:58:20 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66704</guid>
      <author>gigajosh</author>
      <link>http://userscripts.org/posts/66704</link>
    </item>
    <item>
      <title>Archived Comments, replied by Millard Watson II</title>
      <description>&lt;p&gt;In the fixed section for yahoo mail I had to do the following changes to get the script to work for me.&lt;/p&gt;

&lt;p&gt;var theElement = &quot;http://&quot; + yahooServer + &quot;.mail.yahoo.com/dc/launch?action=Compose&amp;amp;To=&quot;;&lt;/p&gt;

&lt;p&gt;this set of changes caused yahoo mail to open and then to open a compose page with the To address entered, and this was the graphical version not the original text based one.&lt;/p&gt;</description>
      <pubDate>Wed, 18 Jun 2008 03:42:10 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66705</guid>
      <author>Millard Watson II</author>
      <link>http://userscripts.org/posts/66705</link>
    </item>
    <item>
      <title>Archived Comments, replied by dutch</title>
      <description>&lt;p&gt;YEA!!!  I got it working.  I did what Atk said to do.  His suggestion was the only one that worked.  And it opens in Beta too.  Thanks Max and Atk!&lt;/p&gt;

&lt;p&gt;Now if only the &quot;Send Link&quot; would open in Yahoo.  Anyone know of a script or addon for that fix?&lt;/p&gt;</description>
      <pubDate>Mon, 09 Jun 2008 17:16:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66706</guid>
      <author>dutch</author>
      <link>http://userscripts.org/posts/66706</link>
    </item>
    <item>
      <title>Archived Comments, replied by Inhago</title>
      <description>&lt;p&gt;I have found a solution to receive e-mails from my users, instead using mailto inside href tag, I found this website that let me create a form and send my user emails for me. NO needing of server side programming, they give me a link to put on my site.
&lt;br /&gt;the link is : &lt;a href=&quot;http://www.nomailto.com&quot;&gt;www.nomailto.com&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 06 Jun 2008 05:07:30 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66707</guid>
      <author>Inhago</author>
      <link>http://userscripts.org/posts/66707</link>
    </item>
    <item>
      <title>Archived Comments, replied by anonymous_user</title>
      <description>&lt;p&gt;Works perfectly. Thanks.&lt;/p&gt;</description>
      <pubDate>Thu, 05 Jun 2008 05:20:19 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66708</guid>
      <author>anonymous_user</author>
      <link>http://userscripts.org/posts/66708</link>
    </item>
    <item>
      <title>Archived Comments, replied by nka</title>
      <description>&lt;p&gt;Thanks, works like a charm with Gmail 2, FF3b5 &amp;amp; WinXP SP2.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Apr 2008 17:26:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66709</guid>
      <author>nka</author>
      <link>http://userscripts.org/posts/66709</link>
    </item>
    <item>
      <title>Archived Comments, replied by jojopuppyfish</title>
      <description>&lt;p&gt;Atk from April 16th did not work for me
&lt;br /&gt;The one below worked for me:&lt;/p&gt;

&lt;p&gt;To get this working with Yahoo mail, I had to change the following (not sure if it's just me):&lt;/p&gt;

&lt;p&gt;original:
&lt;br /&gt;var theElement = &quot;http://&quot; + yahooServer + &quot;.mail.yahoo.com/ym/Compose?To=&quot;; var begin; var subLength;&lt;/p&gt;

&lt;p&gt;modified:
&lt;br /&gt;var theElement = &quot;http://&quot; + yahooServer + &quot;.mail.yahoo.com/mc/compose?to=&quot;; var begin; var subLength;&lt;/p&gt;</description>
      <pubDate>Wed, 23 Apr 2008 16:28:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66710</guid>
      <author>jojopuppyfish</author>
      <link>http://userscripts.org/posts/66710</link>
    </item>
    <item>
      <title>Archived Comments, replied by Atk</title>
      <description>Ah, I figured it out for the new Yahoo interface.
Replace this line of code:
&lt;br /&gt;&lt;code&gt;
//var theElement = &quot;http://&quot; + yahooServer + &quot;.mail.yahoo.com/ym/Compose?To=&quot;; var begin; var subLength;
&lt;/code&gt;&lt;p&gt;
with this line of code:
&lt;br /&gt;&lt;code&gt;
var theElement = &quot;http://&quot; + yahooServer + &quot;.mail.yahoo.com/dc/launch?action=compose&amp;amp;YY=212450813&amp;amp;login=1&amp;amp;intl=us&amp;amp;.intl=&amp;amp;To=&quot;; var begin; var subLength;
&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 16 Apr 2008 19:20:36 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66711</guid>
      <author>Atk</author>
      <link>http://userscripts.org/posts/66711</link>
    </item>
    <item>
      <title>Archived Comments, replied by Atk</title>
      <description>&lt;p&gt;Cool script, but how (or is it even possible) to link to Yahoo's new mail interface.  Now, when I click on a mailto link, it fires up the old interface.&lt;/p&gt;</description>
      <pubDate>Wed, 16 Apr 2008 18:57:43 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66712</guid>
      <author>Atk</author>
      <link>http://userscripts.org/posts/66712</link>
    </item>
    <item>
      <title>Archived Comments, replied by Fezzly</title>
      <description>&lt;p&gt;This is the perfect script, wow bravo for you very nice.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Apr 2008 02:16:52 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66713</guid>
      <author>Fezzly</author>
      <link>http://userscripts.org/posts/66713</link>
    </item>
    <item>
      <title>Archived Comments, replied by Dave Baumgartner</title>
      <description>&lt;p&gt;To get this working with Yahoo mail, I had to change the following (not sure if it's just me):&lt;/p&gt;

&lt;p&gt;original:
&lt;br /&gt;var theElement = &quot;http://&quot; + yahooServer + &quot;.mail.yahoo.com/ym/Compose?To=&quot;; var begin; var subLength;&lt;/p&gt;

&lt;p&gt;modified:
&lt;br /&gt;var theElement = &quot;http://&quot; + yahooServer + &quot;.mail.yahoo.com/mc/compose?to=&quot;; var begin; var subLength;&lt;/p&gt;</description>
      <pubDate>Sun, 23 Mar 2008 00:52:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66714</guid>
      <author>Dave Baumgartner</author>
      <link>http://userscripts.org/posts/66714</link>
    </item>
    <item>
      <title>Archived Comments, replied by hawaiidiver</title>
      <description>&lt;p&gt;I installed greasemonkey in order to use this script.  Before I could edit the script using....greasemonkey wanted me to select an executable text editor.  I accidentally set it to firefox.  How do I change it to something else.  I tried uninstalling greasemonkey but it went right back to firefox as the editor.&lt;/p&gt;</description>
      <pubDate>Fri, 21 Mar 2008 20:02:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66715</guid>
      <author>hawaiidiver</author>
      <link>http://userscripts.org/posts/66715</link>
    </item>
    <item>
      <title>Archived Comments, replied by Gary Gilmore</title>
      <description>&lt;p&gt;I downloaded 11324.user.js. When I tried to open it Vista said there was a problem with line 27: 'document' is undefined. So I can't get to the js to make it work for Yahoo Mail.&lt;/p&gt;</description>
      <pubDate>Fri, 14 Mar 2008 21:17:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66716</guid>
      <author>Gary Gilmore</author>
      <link>http://userscripts.org/posts/66716</link>
    </item>
    <item>
      <title>Archived Comments, replied by Kelly Holden</title>
      <description>&lt;p&gt;Hmm. Appears to work as advertised, and with Ziru's suggestion takes me to all-new Y! mail (what used to be beta), which is how I prefer it, but a) it takes me to the US version for some odd reason (I have a yahoo.com.au address), and b) watching the status bar during loading strongly suggests that the request is rerouted a time or two, which I'm fairly sure makes it take longer than it needs to.&lt;/p&gt;</description>
      <pubDate>Fri, 14 Mar 2008 01:30:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66717</guid>
      <author>Kelly Holden</author>
      <link>http://userscripts.org/posts/66717</link>
    </item>
    <item>
      <title>Archived Comments, replied by Renat</title>
      <description>&lt;p&gt;How do you guys install this script? Firefox 2 simply promts save to hard drive dialog box and when I saved to the desktop and tested to a mail link it still opens outlook express instead of gmail. Can anyone help?
&lt;br /&gt;Thanks&lt;/p&gt;</description>
      <pubDate>Tue, 04 Mar 2008 21:58:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66718</guid>
      <author>Renat</author>
      <link>http://userscripts.org/posts/66718</link>
    </item>
    <item>
      <title>Archived Comments, replied by Max     (-ElectroFox Designs)</title>
      <description>&lt;p&gt;wmblewett: Fixed a minor bug. Try re-installing, and visiting that site again.&lt;/p&gt;

&lt;p&gt;ahoier: I'm guessing that autoIT script is running BEFORE greasemonkey scripts, otherwise, it'd put the altered mailto script in the address bar. If you can have that script run AFTER Mailto 2 Webmail, then it would probably work. Also, I visited that link you posted, and from the looks of the screenshot, you may be able to have that script go to gmail instead of outlook?&lt;/p&gt;</description>
      <pubDate>Sun, 02 Mar 2008 23:51:19 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66719</guid>
      <author>Max     (-ElectroFox Designs)</author>
      <link>http://userscripts.org/posts/66719</link>
    </item>
    <item>
      <title>Archived Comments, replied by wmblewett</title>
      <description>&lt;p&gt;This is not working on every page for me... it works on the URL listed to test it on, but the mailto on &lt;a href=&quot;http://www.court.state.nd.us/court/counties/dc_clerk/richland.htm&quot;&gt;http://www.court.state.nd.us/court/counties/dc_...&lt;/a&gt; is bringing up outlook still&lt;/p&gt;</description>
      <pubDate>Thu, 28 Feb 2008 18:22:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66720</guid>
      <author>wmblewett</author>
      <link>http://userscripts.org/posts/66720</link>
    </item>
    <item>
      <title>Archived Comments, replied by CB</title>
      <description>&lt;p&gt;Thanks a lot for this.  It works perfectly!&lt;/p&gt;</description>
      <pubDate>Tue, 26 Feb 2008 23:56:33 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66721</guid>
      <author>CB</author>
      <link>http://userscripts.org/posts/66721</link>
    </item>
    <item>
      <title>Archived Comments, replied by Frappe</title>
      <description>&lt;p&gt;I really want this to work, I keep getting Thunderbird opening.  It just says to install.  Is there an about:config that I need to adjust?  Thanks for your help.&lt;/p&gt;</description>
      <pubDate>Fri, 22 Feb 2008 06:32:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66722</guid>
      <author>Frappe</author>
      <link>http://userscripts.org/posts/66722</link>
    </item>
    <item>
      <title>Archived Comments, replied by ahoier</title>
      <description>&lt;p&gt;the autoIT script inputs, &quot;mailto:name@domain.com&quot; into the browser address bar.  But Outlook opens.&lt;/p&gt;

&lt;p&gt;Is there a way (without modifying the autoIT script) - to &quot;redirect&quot; mailto: commands in the firefox address bar, to Google (or another optional webmail compose window)?&lt;/p&gt;

&lt;p&gt;I guess it's just one of those things, you'd have to &quot;see&quot; it- to know what I'm asking ;)&lt;/p&gt;

&lt;p&gt;the script/app can be downloaded from &lt;a href=&quot;http://complainterator.com/&quot;&gt;http://complainterator.com/&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 18 Feb 2008 18:52:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66723</guid>
      <author>ahoier</author>
      <link>http://userscripts.org/posts/66723</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ziru</title>
      <description>&lt;p&gt;I also found that this script failed to work with Yahoo Mail beta.  &lt;/p&gt;

&lt;p&gt;Fortunately, the fix is simple. Change Line 70 from:
&lt;br /&gt;var theElement = &quot;http://&quot; + yahooServer + &quot;.mail.yahoo.com/ym/Compose?To=&quot;; 
&lt;br /&gt;to:
&lt;br /&gt;var theElement = &quot;http://compose.mail.yahoo.com/?To=&quot;;&lt;/p&gt;

&lt;p&gt;Thanks to Max for the great work!&lt;/p&gt;</description>
      <pubDate>Sun, 17 Feb 2008 08:05:33 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66724</guid>
      <author>Ziru</author>
      <link>http://userscripts.org/posts/66724</link>
    </item>
    <item>
      <title>Archived Comments, replied by Max     (-ElectroFox Designs)</title>
      <description>&lt;p&gt;ahoier: I'm not sure what you're talking about. Maybe be a little bit more specific? Feel free to shoot me an email, describing what it is you're trying to do.&lt;/p&gt;

&lt;p&gt;adam15c: There were some problems with the new Yahoo beta (and I think Hotmail, too). These use a lot of ajax and obfuscation, and I haven't had time to track down how to get to their new message composers.&lt;/p&gt;

&lt;p&gt;jseppe: The script was designed primarily to open an email link the exact same way Outlook (or another pop3 client) would. Since Craigslist doesn't put the url or content of the ad in the mailto link, it does not put this information into the email composer (either pop3 or webmail). If you send me an email, I may modify the script for you, and maybe post it on userscripts under a different name.&lt;/p&gt;</description>
      <pubDate>Wed, 06 Feb 2008 21:06:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66725</guid>
      <author>Max     (-ElectroFox Designs)</author>
      <link>http://userscripts.org/posts/66725</link>
    </item>
    <item>
      <title>Archived Comments, replied by ahoier</title>
      <description>&lt;p&gt;Would it be possible to tie this into the address bar?  I have an autoIT script I use, that uses mailto in the address bar, but Outlook 2007 opens with this script installed.&lt;/p&gt;</description>
      <pubDate>Tue, 05 Feb 2008 14:58:19 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66726</guid>
      <author>ahoier</author>
      <link>http://userscripts.org/posts/66726</link>
    </item>
    <item>
      <title>Archived Comments, replied by adam15c</title>
      <description>&lt;p&gt;Keep getting the old Yahoo compose window. How do you get the new beta compose window to come up? Thanks.&lt;/p&gt;</description>
      <pubDate>Sat, 02 Feb 2008 20:03:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66727</guid>
      <author>adam15c</author>
      <link>http://userscripts.org/posts/66727</link>
    </item>
    <item>
      <title>Archived Comments, replied by jseppe</title>
      <description>&lt;p&gt;Can the script be modified to add the option to insert the URL into the body of the message? &lt;/p&gt;

&lt;p&gt;Thanks!!&lt;/p&gt;</description>
      <pubDate>Fri, 18 Jan 2008 21:20:48 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15849:66728</guid>
      <author>jseppe</author>
      <link>http://userscripts.org/posts/66728</link>
    </item>
  </channel>
</rss>
