LibPop3 Help!!!

Thomas McCarthy tominjapan at excite.com
Sun Nov 6 20:23:34 EST 2005


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",
"locutis at mymailserver.net",
"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!





More information about the use-livecode mailing list