Rev 8 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
prayer for Debian-----------------The Debian version of Prayer is built with SSL support with sessioncache using libdb4.3, gzip Content-Transfer-Encoding, LDAP, and SystemV mutex support. Some bigger and some smaller changes have been made:* As the upstream web page explains, "Prayer was designed to workwith the Washington IMAP server, which has the most problemsassociated with transient IMAP connections. Consequently, the userinterface distinguishes between mailboxes and directories: this willnot work well with servers which provide dual use mail folders."A simple patch from Jonathan McDowell at least makes leaf foldersbe treated as folders.* This packaging adds IPv6 support. However, prayer-session useslibc-client to connect to the IMAP server, and IPv6 support can onlybe achieved there by building with the version of libc-clientcurrently in experimental.* This packaging adds international character support, includingencoding and decoding of modified-UTF-7-encoded foldernames. However, the folder filter still works on the UTF-7 level,meaning, for example, that a "-" will match any folder with anencoded character in it, since "-" is the shift-out character thatends every base64-encoded sequence in UTF-7.Where it was hardwired to ISO-8859-1 it has been re-wired to UTF-8,but I may have missed some spots and ISO-8859-1 is still the hardcodedfallback character set.* The decoding of RFC2047 encoded words has been relaxed, accommodatingto some common encoding errors: spaces are accepted in the encodedtext, as are overlong encoded words.Quirks:* If your IMAP server supports STARTTLS, then Prayer (actually thelibc-client IMAP client library) will use it automatically and itcan't be turned off. Make sure that the server name you specify forimapd_server in prayer.cf matches the Common Name in the SSLcertificate; otherwise libc-client will refuse to accept it.* If your IMAP server is Dovecot, then you must changeprefs_folder_name to something not containing a dot. Unfortunatelythis means that the preference folder will be fully visible.-- Magnus Holmgren <magnus@kibibyte.se>, Wed, 15 Nov 2006 14:51:00 +0100Tag: interface::web, made-of::lang:c, made-of::data:html mail::imap, mail::user-agent, protocol::imap, protocol::ssl, protocol::http, role::sw:server, use::viewing, works-with::mail, web::application