-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS.en
77 lines (63 loc) · 2.5 KB
/
NEWS.en
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
= 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 <ximapd_dir>/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.