[REBOL] port none not open?
From: bry:itnisk at: 30-Oct-2002 13:00
What does that message mean, especially in the context of saying
something like the following:
net-utils/url-parser/user-char: union net-utils/url-parser/user-char
make bitset! "/"
mailbox: open pop://user/account:[password--itnisk--com]
port? Mailbox
comment {the above returns true}
b: first mailbox
returns
** Access Error: Port none not open
** Near: first mailbox
it might be good if error codes were not expressed as double negatives,
I cannot figure out what port none not open should mean.
Basically what I want is to adapt the groups email example from the user
guide to write a collection of emails to disk.
Actually it would be good enough if I could just loop through the
mailbox and write each email to disk for the first step.