[REBOL] Re: Reading POP mail
From: matt:blis at: 1-Oct-2001 23:29
> -----Original Message-----
> From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]
> On Behalf Of Tim Johnson
> Sent: 01 October 2001 23:50
> To: [rebol-list--rebol--com]
> Subject: [REBOL] Re: Reading POP mail
>
> Here's another thought: I'm not as seasoned a rebol
> programmer as many on this list, but I use rebol requently
> for SMTP, less often for POP.
>
> Here's a question: regarding the following line, which you have
> obfuscated:
>
> mailbox: open pop://user:[pass--domain--com]
>
> ? Are you using your domain OR are you using the full name of
> you POP server.
> Example: My domain is johnsons-web.com
> BUT
> postman.johnsons-web.com
> is my POP server.
> Just checking :>) ...
Hehe thanks for thinking about this a bit more!
As it stands, I have a domain redirect to the mailserver, so domain.com
points to mail.domain.com.
TBH I'm really confused by this, as I can get access from outwith the
server itself (the script works fine locally) but on the server itself I
get an error.
Bizarre.
Matt.