Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: close, Error in the docs?

From: ryanc:iesco-dms at: 7-Nov-2001 14:07

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 --Ryan Marc Michael wrote: