Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] How do you check for new emails?

From: kimm2::mcmaster::ca at: 3-Oct-2002 14:33

I'm familiar with sending out emails via REBOL. I have seen some good examples of checking the inbox and retrieving mail. I basically want my phone to notify me through a text message if I get a new email in my inbox. Is there a flag in each email that lets you see if it's been "read"? I want to the code to frequenty log in, check for "new emails" that have arrived since I've last checked, and if so, send out an email to my phone with only the "from" and "subject". I already know how to do the latter. Thanks! Matt