| Fetchmail | 2010-05-06 |
There is a new document about mailbox name encoding in IMAP, an invited contribution by Mark Crispin. It applies to all IMAP clients and servers and is not limited to fetchmail, and arose after a discussion on the getmail mailing list. Note that as of 2010-05-25, neither fetchmail nor getmail currently supports this directly; for the nonce, you need to manually encode the mailbox name in UTF-7 for both applications.
If your fetchmail upgrade entails an upgrade of the OpenSSL
library to 1.0.0, remember to re-run c_rehash
/path/to/certs, where the last part is whatever argument
you give to fetchmail's sslcertpath option. Details:
please see fetchmail's FAQ item
R14..
On 2010-05-06, fetchmail-6.3.17 has been released (this is the download link), fixing a regression of the rcfile parser from 6.3.0, a security bug in debug output that can cause memory exhaustion and abort, and improves SSL usability. It is a recommended update for all users. Click here to see the change details.
These have been moved to a separate page (click here for security information) to unclutter the front page.
Fetchmail is a full-featured, robust, well-documented remote-mail retrieval and forwarding utility intended to be used over on-demand TCP/IP links (such
#!/bin/sh
# Test MDA for debugging fetchmail configurations.
echo "[testmda called with the following arguments: $*]"
# Display the input
cat >/tmp/testmda$$
echo "[text is "`wc -c </tmp/testmda$$`" bytes long]"
cat /tmp/testmda$$
rm /tmp/testmda$$