Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gmail vs QM round 2
#1
since qm doesnt do SSL yet, i'm trying to find out if there is a way to grab the screen content.

if i have an email pulled up is it possible to grab the email cantent and search for a specific string?

im looking for a way to quickly forward some email forms i recieve to someone else and change the subject depending on a value in the form.

thanks.
#2
once you have the message as single file you can
assign header, title and body by some fancy regex
as variables.
(email_source_filter)

do you mean something like this ?
pi
#3
i can get that part of it but i just cant seem to get it out of the gmail system easily (i dont want to start doing a 3rd program to go get it like outlook or pine).
#4
In IE:

Code:
Copy      Help
Htm el=htm("DIV" "" "[]<DIV class=''mb cb''>*" "Gmail" "1/2" 42 0x24)
str s=el.Text
out s
#5
thanks...


Forum Jump:


Users browsing this thread: 1 Guest(s)