Hi Cameron,
I've placed some thoughts in your code:

on startup
//the rev cgi engine doesn't know these commands
//you need to open a stack that does.
//Maybe you need to start using Liburl.rev as well?
pop3Open "IP.ADDRESS.GOES.HERE", "110", "AUTO",
"[EMAIL PROTECTED]",
"password"
put the result into theResult
if theResult is "true" then
pop3GetTranscript
put it into theResult
put "/volumes/tiger/users/cam/desktop/messages.txt" into path
put theResult into url ("file:"&path)
end if
pop3Close
//You might need to "put" something, even if it doesn't seem useful
//"put foo"
end startup

cheers,
tm

_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to