What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [request] email message subject to nick or psm

[request] email message subject to nick or psm
Author: Message:
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: [request] email message subject to nick or psm
Yeah, or just write your own code to parse the message, isn't that hard.

I found out something that might help you. The Httprequest can accept username and password.

Use that to download the atom file to your computer, after that use the MSDOM parser to parse the subject messages.

code:
function httptest()
{
  var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
  xmlhttp.Open("GET", "https://mail.google.com/mail/feed/atom", false, "username", "password");
  xmlhttp.Send();
  var Text = xmlhttp.responseText;
  //XML Object = xmlhttp.responseXML;
  Debug.Trace(Text);
}

That works :D, tested it :o

This post was edited on 09-22-2006 at 10:22 PM by Ezra.
[Image: 1-0.png]
             
09-22-2006 10:13 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[request] email message subject to nick or psm - by AberNStein on 09-22-2006 at 10:00 PM
RE: [request] email message subject to nick or psm - by Ezra on 09-22-2006 at 10:04 PM
RE: [request] email message subject to nick or psm - by AberNStein on 09-22-2006 at 10:06 PM
RE: [request] email message subject to nick or psm - by Ezra on 09-22-2006 at 10:13 PM
RE: [request] email message subject to nick or psm - by AberNStein on 09-22-2006 at 10:21 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On