I want to forward emails from Gmail to Remember The Milk to turn them into tasks. I would like to include a link/URL pointing back to the original email so that I can easily go from Remember The Milk back to the original message. I could manually paste the unique Gmail URL from the address bar into the body of the forwarded email, but I would like to do this programmatically rather than manually. This awesome little bookmarklet creates a link to the search for the Message-Id of the original email, which is essentially good enough. But it requires clicking "More" > "Show Original" and then cutting and pasting the resultant URL. Is there a way to do this programmatically? Thanks.
Forwarding unique URL for email in Gmail
244 Views Asked by Josh At
0
There are 0 best solutions below
Related Questions in GMAIL
- Connection timed out error with smtp.gmail.com
- How to access a Gmail account
- invalid application password of gmail
- I want to find if any message that I'm expecting to receive has not been sent to my email
- Is there @font-face support in gmail — via iOS Mail
- Access Regular Gmail Account with API in Lambda
- Replace a Link to a file per GScript in GMail
- Laravel gmail smtp not sending email on live server
- Automating Email Dispatch with Google Apps Script
- Download Excel attachment from GMail to Google Drive Using App Script
- Gmail OAuth2 Client Secrets and Multiple Users
- I'm getting different threading on sender and recipient side using gmail api
- javamail connecting to gmail, expunging messages in Sent Mail does not fully delete the message
- Gmail "Layouts Tool" configurable via appscript?
- About Google and granular OAuth authorization
Related Questions in BOOKMARKLET
- How to create a bookmarklet to change maxlength of an input box
- Calculate the hub time for a ticket for each team
- How to replace href of all anchor tags in a bookmarklet?
- How to replace href in a bookmarklet?
- Google Chrome Highlight nofollow links Javascript
- Chrome Extention not Running Code onClick
- Bookmarklet - Replacing unique parts of current URL domain-wide then redirecting
- Bookmarklet redirect to url output by file
- Can bookmarklets be used with the url Data:// instead of Javascript://
- Bookmarklet - is it possible to make one that has multiple independent paste operations (hardcoded values)?
- Javascript code to increase element height works in console, but not as a bookmarklet
- JavaScript Bookmarklet Error to Click on Specific Buttons
- How do I ensure that the website has focus so the copy to clipboard can happen?
- JavaScript in bookmarklet to open webpage and then select option from dropdown list on that webpage?
- JavaScript switch function for what the URL contains (bookmarklet)
Related Questions in RTM
- Can I upgrade from Visual Studio 2012 (11) RC to Final / RTM?
- Nothing happening while listening for messages using Slack RTM API
- How do I deal with the Agora exception "e/agora sdk cannot open log file for writing agorartm.log err=30"?
- Slack API: rtm.start works but rtm.connect doesn't in slack_sdk.rtm_v2
- what is rtm webservices?Used to access the data base
- Agora RTM login failed
- slack RTM API get channel list
- slack bot RTM API monitor the channel's activity
- Slack Integraton with Laravel Issues
- How do I connect a new style bot to the RTM API (Python)
- Is F# RC equal to RTM?
- Why can't I login to the Agora RTM?
- How to get the value from global resource file in class library
- Slack bot that responds to all public messages?
- Namespace reference in .NET MVC3 Razor view in VB?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?