No problem, glad to have been able to help. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of carlos.lorenz Sent: Thursday, October 23, 2003 7:12 PM To: [EMAIL PROTECTED]; bryan Subject: [REBOL] Re: reading POP trouble
Bryan I am very ashamed because the trouble was with timeout configuration The code you passed me now works perfectly Thanks Carlos Em Qui 23 Out 2003 14:48, carlos.lorenz escreveu: > Em Qui 23 Out 2003 07:06, bryan escreveu: > > do this > > mailbox: [ > > scheme: 'pop > > host: " mail.revistaeletronica.com.br " > > user: "carlos/revistaeletrica" > > pass: "password" > > ] > > > > messages: read mailbox > > > > the way you set up user may depend on your service provider, uncertain. > > Bryan > > The trouble is the username HAS the "@" as part of it > so doing as you said I have to setup user like this > > user: "[EMAIL PROTECTED]" > > And I still get error > > Any idea of escaping the "@" of user? > > Carlos -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject. -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
