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

[REBOL] Re: Problem reading pop emails

From: lookoutzero::gmail::com at: 23-Jun-2005 1:18

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 <[michael--mccannworld--com]> 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: "[user--mydomain--com]" > pass: "password" > timeout: false > ] > > >>messages: read mailbox > > Thanks again, > Michael > > -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of > Premshree Pillai > Sent: Wednesday, June 22, 2005 8:54 PM > To: [rebolist--rebol--com] > Subject: [REBOL] Re: Problem reading pop emails > > On 6/23/05, Premshree Pillai <[premshree--pillai--gmail--com]> 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 > > :-| > > -- > 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 [mla--itinko--com] www.itinko.com <http://www.itinko.com>