[REBOL] IMAP
From: derek::simmers::thb::scot::nhs::uk at: 29-Mar-2001 13:13
I am trying to detect using a simple rebol command when new mail has
been received into a mailbox by a mail server, by using the IMAP
internet protocol.
Using a command such as
>>read imap://username:[password--mail--server]
reads the mail and marks it as read.
Is there any way in just a line or two of REBOL to read a list of
messages or just to check the status on the server's inbox without
the mail being marked as read?
Thanks,
Derek