KMail Power Tools ----------------- KMail Power Tools is meant to be a suite of enhancements to KMail and may be other mail user agents. It is currently composed of only one (perl) script that acts as a filter (take input from stdin, outputs the modified mail to stdout), adds dialog boxes to kmail, and allows the user to: * remove all attachments from an email (no user interaction), * remove selectively attachments, after asking the user, * detach (i.e. save then remove) any attachment to a directory chosen by the user, hence reducing the size of your mailbox, while allowing you to backup important attached files. All these actions are logged within a sentence in the mail body, called the disclaimer. Note: kmailpt is also able to remove/detach attachments from gpg encrypted emails, and to store these emails decrypted. See INSTALL for the installation procedure. kmailpt usage: KMail power tools 0.3 (c) 2007 Jean-Christophe Cardot cardot.net> This program is distributed under the terms of the GPL licence Usage: kmailpt [action] [options] kmailpt takes an email on stdin, performs actions based on this mail, then output the resulting email on stdout. Actions: (one among these options is mandatory) -a remove all attachments (no user interaction) -q ask which attachment to remove -d [dir] detach the attachments (save and remove). When given the optional argument directory, detaches all the attachments to this directory (no user interaction) -g decrypt gpg emails (to store them decrypted) Options: -m add the detached/removed file md5 to the message -s add the detached/removed file size to the message -n multiline disclaimer -p use gpg-agent (don't ask for gpg passphrase) -h prints this help view the website at: http://cardot.net/kmailpt