With help from Shell Hung <i@shellhung.org>
--
The Mail::Box module is a modern mail-folder manager.
The modules are trying to keep messages stored in the mailbox file(s)
for as long as possible. Only if the user of a folder really needs
the content of a message, that message is read from file and parsed.
ChangeLog:
- added man page for abookrc (Alan Ford)
- notes are returned as optional data in mutt queries
- created a workaround for a mutt query bug
- new "extra_alternative" config option (Alan)
- added undo feature to editor
- FAQ
- macro updates
- fixed the cancel key behavior in editor
the static authentication modules.
This allows us to add two new flavors: ldap and mysql, which communicate
via the authdaemon.
Note that this requires users to rehaul their configuration scripts;
the INSTALL script should detect this and print out a message.
- setup CONFIGURE_ENV more carefully
- /etc/userdb -> ${SYSCONFDIR}/userdb - this doesn't go in /etc/courier-imap
since the userdb can be shared across several applications
- finally cave in, and activate the workarounds for bugs in IMAP clients.
This actually breaks RFC2060, but allows NS4/Mozilla/StarOffice brain-dead
clients to work with courier-imap.
--
Add support for the IMAP IDLE extensions
Block out clients that constantly send garbage
Mailcrypt allows seamless integration of cryptography and internet
usage. It can be used to sign and encrypt mail, to sign usenet
articles, and to verify/decrypt mail and articles.
Submitted by: Shell Hung <i@shellhung.org>
isync is a command line application which synchronizes a
local maildir-style mailbox with a remote IMAP4 mailbox. It
is suitable for use in IMAP-disconnected mode. Multiple
copies of the remote IMAP4 mailbox can be maintained, and
all flags are synchronized.