This post originated from an RSS feed registered with Ruby Buzz
by Eric Hodel.
Original Post: imap_processor 1.2
Feed Title: Segment7
Feed URL: http://blog.segment7.net/articles.rss
Feed Description: Posts about and around Ruby, MetaRuby, ruby2c, ZenTest and work at The Robot Co-op.
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:
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