pop account problem
[1/5] from: henri:morlaye:gm:ail at: 5-Aug-2005 11:21
Hello,
I can't access my mailbox
>> read pop://[henri--morlaye--truc--com]:[password--pop--truc--com]
** User Error: Server error: tcp -ERR AVG POP3 Proxy Server: Cannot
connect to the mail server!
Could it be the "@" in my username ?
henri
[2/5] from: gabriele:colellachiara at: 5-Aug-2005 11:31
Hi Henri,
On Friday, August 5, 2005, 11:21:06 AM, you wrote:
HM> Could it be the "@" in my username ?
Yep.
Use:
read [
scheme: 'pop
user: "[henri--morlaye--truc--com]"
pass: "password"
host: "pop.truc.com"
]
Regards,
Gabriele.
--
Gabriele Santilli <[gabriele--rebol--com]> --- http://www.rebol.com/
Colella Chiara software division --- http://www.colellachiara.com/
[3/5] from: SunandaDH::aol::com at: 5-Aug-2005 5:31
Henri:
> Could it be the "@" in my username ?
Quite likely.
Scott describes a workaround here:
http://www.rebol.org/cgi-bin/cgiwrap/rebol/ml-display-message.r?m=rmlTKNQ
Sunanda.
[4/5] from: pwawood::mango::net::my at: 5-Aug-2005 17:41
Henri
Most probably. Try this tip from the mailing list archive (
http://www.rebol.org/cgi-bin/cgiwrap/rebol/ml-display-
thread.r?m=rmlFSJQ ):
mailbox: [
scheme: 'pop
host: "pop.truc.com"
user: "[henri--morlaye--truc--com]"
pass: "password"
]
messages: read mailbox
Regards
Peter
On Friday, Aug 5, 2005, at 17:21 Asia/Kuala_Lumpur, Henri Morlaye wrote:
[5/5] from: henri::morlaye::gmail::com at: 5-Aug-2005 11:50
Thank you very much, it works !
henri