[REBOL] IMAP bug fix?
From: gchiu::compkarori::co::nz at: 13-Dec-2002 16:06
There's a bug with the IMAP protocol.
If you try and open/close twice in the same session, it
dies as it tries to open a non existent mailbox.
Eg. first open INBOX, and close INBOX, then open INBOX
again, and it actually tries to open INBOXINBOX instead ..
which doesn't exist.
This seems to fix it ... but perhaps others can test it
out as well:
In the open: function
Change the line:
if port/target [append path port/target]
to
if port/target [path: port/target]
--Graham
http://www.compkarori.com/cerebrus