= ximapd NEWS == Major changes in release 0.2.0 (2006-01-17) * added DupCheckFilter. * added AutoArchiver. * added aliases for query operators. * added default values to configuration entries. * supported hyperestraier-1.1.1. [TAKAGI Kenichi] * optimized HyperEstraier backend. [TAKAGI Kenichi] == Major changes in release 0.1.1 (2005-09-18) * install.rb expands prefix. == Major changes in release 0.1.0 (2005-09-16) * Supported Hyper Estraier. * Supported STARTTLS. * Supported non-UID COPY. * Added new option --import-via-imap. * Added new option --ssl-port. * Added new event on_store. * Allow LOGIN for SSL sessions. == Major changes in release 0.0.4 (2005-08-22) * improved MIME support. * implemented non-UID SEARCH. * implemented non-UID STORE. * set x-ml-name properly on COPY. == Major changes in release 0.0.3 (2005-08-09) * Guess mailing list names intelligently. [Akira Yamada] * Do not open logger on --help. [Akira Yamada] * Fixed a bug of --ssl-cert. [Akira Yamada] * Expand ~ etc... in paths. [Akira Yamada] * Preserve flags and internal date on COPY. [Akira Yamada] * Added \Answered, \Flagged, etc... to PERMANENTFLAGS. [Akira Yamada] * Added EnvelopeSearchBasedMailbox. [Akira Yamada] * Do not create a mailbox for ML if mailbox-id != 0. * Update mailing_lists on mailbox delete/rename. * Fixed a bug of NOT in SEARCH. [Akira Yamada] * Ignore case for search keys. * RENAME returns NO responses on mailbox errors. [Akira Yamada] * Supported KEYWORD/UNKEYWORD in SEARCH. * Supported SUBJECT, FROM, TO, CC, BCC in SEARCH. * Set timeout for non-authenticated sessions to 10 secs. * Added new option --edit-mailbox-db. * If --delete-ml-mailboxes specified, delete ML mailboxes before rebuild. * Added on_copied event. * Added new option --exclude. * Call IO#fsync on write. == Major changes in release 0.0.2 (2005-07-14) * Supported plugins. * Added the spamfilter plugin. * Added the expirer plugin. * Added the --rebuild-index option. * Use RubyMail. * Detached counters for UID etc... from mailbox.db. * Implemented autologout timer. * Set umask to 077. * Use non-blocking mode for sockets. == Major changes in release 0.0.1 (2005-05-31) * Added the --import-imap option. [Akira Yamada] * Supported SSL. [Akira Yamada] * Supported the internal date. [Akira Yamada] * Do not use the the locking subsystem of Berkeley DB. * Changed the paths of mails to /YY/MM/DD/UID. * The --start option is required to start daemon. * All configuration entries can be overridden by command line options. * Fixed a bug of EXAMINE.