Doesn't work with Gmail
Brought to you by:
steveking
Originally created by: twesthei...@gmail.com
Great utility!
Sorry to use this to request a feature but ....
I use "Gmail This" in a browser to send links of a page.
It creates a new message in Gmail with the link in the body. Here is the
code it uses. Could Mailnoter do the same thing?
javascript:(function(){m='https://mail.google.com/mail/?ui=1&view=cm&fs=1&tf=1&to=&su='+encodeURIComponent(document.title)+'&body='+encodeURIComponent(document.location);w=window.open(m,'addwindow','status=no,toolbar=no,width=575,height=545,resizable=yes');setTimeout(function(){w.focus();},%20250);})();;setTimeout(function(){w.focus();},%20250);})();)
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: tortoisesvn
MailNoter uses the Message API (MAPI) to 'control' the mail client. GMail doesn't
have this API since it's web only.
Using the javascript you posted can only work from the browser directly since it
accesses browser variables - MailNoter can not access those from 'outside'.
Status: WontFix
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: twesthei...@gmail.com
Gmail does now support MAPI so is there a way with that support?
thanks
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: tortoisesvn
where did you read that GMail supports MAPI?
If it supports MAPI, you have to somehow make GMail your default mail client. That
should be enough for MailNoter to use GMail (if it really supports MAPI, but I doubt
that).
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: twesthei...@gmail.com
the settings have the setup ....
http://blogs.pcworld.com/staffblog/archives/005772.html
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: tortoisesvn
That's IMAP, not MAPI :)
MAPI is an API to access a mail client:
http://en.wikipedia.org/wiki/MAPI
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: twesthei...@gmail.com
Oops - I'm over 60 :-) So when I hit the hot key I am prompted to give access to
outlook for x minutes but no message go out?
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: tortoisesvn
There's a problem with outlook that I haven't been able to fix yet:
See issue #2 : https://code.google.com/p/mailnoter/issues/detail?id=2
Related
Tickets: #2