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

[REBOL] Re: Problem reading pop emails

From: michael:mccannworld at: 22-Jun-2005 22:12

Thanks for the responses. I dug through the message archives and found this scheme, which works:
>>mailbox: read [
scheme: 'pop host: "mail.mydomain.com" user: "[user--mydomain--com]" pass: "password" timeout: false ]
>>messages: read mailbox
Thanks again, Michael