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
|
Differences between IM148 and IM147
* Fix that imget fails to fetch imap message.
Differences between IM147 and IM146
* New config variable `MboxFilter'. e.g. `MboxFilter=bogofilter -p -M -I'
directs that the bogofilter command be invoked when retrieving mails
from mbox file (/var/mail/$USER).
* New imput option `--msgiduser'.
* im* commands accept `--version'.
Differences between IM146 and IM145
* Fix that TCP transaction fails with Perl 5.8.1.
Differences between IM145 and IM144
* Fix that imget fails when modern delivery identifiers are used in a
maildir, according to `http://cr.yp.to/proto/maildir.html'.
* Fix that setuid imget fails with tainted variables.
* New immknmz option `--src', target folders can be specified.
* New config variables, `MailFoldersFile', `NamazuDir', `MknmzIncludeFile',
`MknmzIgnoreFoldersRegex', and `UseXDispatcher'.
* Revised regexp for Form=%b.
Differences between IM144 and IM143
* Supporting Darwin.
* Regexp fix for Form=%b.
* Bug fix for configure options.
* Doc/message fix.
Differences between IM143 and IM142
* The number of the fsync system call is guessed on run time by default.
If `FsyncNumber' is set to non-0 in Config, it is preferred.
* New config variable, `SshPath'.
Differences between IM142 and IM141
* Local security fix for impwagent and immknmz.
* IM/TcpTransaction.pm: Socket6.pm support for IPv6.
* IM/MD5.pm: Fix 64bit integer problem.
* imsetup: Support `User' and `MBoxStyle=qmail'.
* imsetup: Bug fix for Perl 5.8.0.
* Minor bug fixes.
Differences between IM141 and IM140
* immknmz: New option, `--timestamp'.
* IM/Nntp.pm: Bug fix for NNTP authuser for queue.
* IM/Imap.pm: Bug fix for IMAP login.
* IM/Iso2022jp.pm: Fix word_iso2022jp_mimefy problem.
* IM/Scan.pm: jisx0213 support.
|