Files | Admin

Notes:

Release Name: 1.2

Notes:
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.2 / 2009-06-02 * 2 major enhancements * imap_archive which archives old mail to dated mailboxes * imap_idle which lists messages that were added or expunged from a mailbox * 4 minor enhancements * Added IMAPProcessor#create_mailbox * Added IMAPProcessor#delete_messages * Added IMAPProcessor#move_messages * Disabled verification of SSL certs for 1.9 * 1 bug fix * Fixed options file names, they should be Symbol keys