[REBOL] Re: password in POP scheme
From: patrick:philipot:laposte at: 8-Jan-2004 16:12
Hi Carlos>From CORE.PDFThe following example fetches email with the post office protocol (POP) and prints all of the current messages but leaves them on the server: foreach message read pop://user:[pass--mail--dom] [ print message ] HTH Regards Patrick