[REBOL] Re: Mailbox with at symbol in username
From: lennart:nylen:biz at: 16-Dec-2002 12:51
2002-12-16 12:17:51, Mat Bettinson <[mat--plothatching--com]> wrote:
>Quick one,
>
>I need to log on to a pop3 mail server with Rebol but the username
>actually has an ['--'] in it. This appears to confuse things.
>
>Any workaround?
SWAG - Scientific Wild Assed Guess
Try to use a port specification such as
mailbox: open [
scheme: 'POP
host: "mail.example.com"
user: "[UserWithAn--InTheName]"
pass: "TopSecretPassword"
]
Hope it'll help!
/Lennart Fridén ([lennart--nylen--biz])
The World is not sane so why should I be?