[REBOL] Re: close, Error in the docs?
From: yogi:helimail at: 8-Nov-2001 23:08
Ryan Cole wrote:> here is your prob... > >>>mailbox: pop://user:[pass--domain--tld] >>> > == pop://user:[pass--domain--tld] > >>>type? mailbox >>> > == url! > > 'close will only work on an open port. Something like this should > work fine: > > mailbox: open pop://user:[pass--domain--tld] > close mailbox >Ok, thanks. Now it works. cu, yogi