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

[REBOL] Re: password in POP scheme

From: patrick:philipot:laposte at: 8-Jan-2004 16:12

Hi Carlos
>From CORE.PDF
The 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