Yes, that was the problem. This occurs quite often, so I wonder if we could improve the error message.
Anton. > Perhaps the problem was that my username uses a "@" -- which might > have been misinterpreted. In any event, it is delightful to be able to > find such a fast and simple workaround. Rebol is amazing..... > > Thanks for the responses. I dug through the message archives > > and found this scheme, which works: > > > > >>mailbox: read [ > > scheme: 'pop > > host: "mail.mydomain.com <http://mail.mydomain.com>" > > user: "[EMAIL PROTECTED]" > > pass: "password" > > timeout: false > > ] > > > > >>messages: read mailbox > > > > Thanks again, > > Michael -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
