imap_processor version 1.3 has been released!
* <http://seattlerb.rubyforge.org/imap_processor>
IMAPProcessor is a client for processing messages on an IMAP server. It
provides some basic mechanisms for connecting to an IMAP server, determining
capabilities and handling messages.
IMAPProcessor ships with the executables imap_keywords which can query an IMAP
server for keywords set on messages in mailboxes, imap_idle which can show new
messages in a mailbox and imap_archive which will archive old messages to a
new mailbox.
Changes:
### 1.3 / 2009-08-04
* 1 major enhancement
* IMAP IDLE support now matches ruby trunk's support. See Net::IMAP#idle
and Net::IMAP#idle_done