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.....

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
Michael Appelmans
Sent: Wednesday, June 22, 2005 9:19 PM
To: [EMAIL PROTECTED]
Subject: [REBOL] Re: Problem reading pop emails


does your password use special characters like % or $? in that case you have
to use the long form for the pop spec you just discovered.

On 6/23/05, Michael C. McCann <[EMAIL PROTECTED]> wrote:
>
>
> 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
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
> Premshree Pillai
> Sent: Wednesday, June 22, 2005 8:54 PM
> To: [EMAIL PROTECTED]
> Subject: [REBOL] Re: Problem reading pop emails
>
>
>
> On 6/23/05, Premshree Pillai <[EMAIL PROTECTED]> wrote:
> > I use it for one of my programs [1]... never faced any problem. As the
> > error says it's a network error, it could be possible that your mail
> > host is down? Maybe try doing it locally for testing?
>
> [1] http://www.livejournal.com/users/premshree/34430.html
>
> :-|
>
> --=20
> Premshree Pillai
> http://www.livejournal.com/users/premshree/
> --
> To unsubscribe from the list, just send an email to
> lists at rebol.com <http://rebol.com> with unsubscribe as the subject.
>
>
> --
> To unsubscribe from the list, just send an email to
> lists at rebol.com <http://rebol.com> with unsubscribe as the subject.
>
>


--
Michael Appelmans
[EMAIL PROTECTED]
www.itinko.com <http://www.itinko.com>

--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.


-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to